/* Basic site style */
body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333;
}
table, td {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-weight: bold;
	font-size: 14px;
	color: #111170;
}
h2 {
	color: #111170;
	font-weight: bold;
	font-size: 12px;
	margin: 22px 0px 0px 0px;
}
h3, h4, h5, h6 {
	margin-top: 12px;
	margin-bottom: 12px;
}
h3 {
	font-weight: bold;
	font-size: 11px;
}
h4 {
	font-weight: bold;
	font-size: 11px;
}
h5 {
	font-weight: normal;
	font-size: 12px;
}
h6 {
	font-weight: normal;
	font-size: 12px;
}
p {
	margin-top: 12px;
	margin-bottom: 12px;
}
p.advert {
	text-align: center;
	margin-top: 100px;
}

input {
	font-size: 11px;
}

.right {
	text-align: right;
}
.soft {
	color: #777;
}

a:link {
	color: #0072BB;
	text-decoration:none;
}
a:visited {
	color: #048;
	text-decoration:none;
}
a:hover {
	color: #F60;
	text-decoration:underline;
}
.alert {
	color: #900;
}
/* end Basic site style */


/* constructor div styles */
div#outer {
	position: absolute;
	width: 758px;
	left: 50%;
	margin-left: -380px;
	margin-top: 20px;
	border: 1px solid #aaa;
	padding: 0px;
	background-color: #fff;
}
td#leftmenu {
	padding: 15px 10px 15px 0px;
}
td#contentarea div#padding {
	margin-top: 15px;
	padding: 0px 20px 15px 10px;
}

div#footer {
	background-image: url(../images/footer_gradient.gif);
	background-repeat: repeat-x;
	height: 28px;
	border-top: 1px solid #aaa;
	width: 758px;
	margin: 0px;
	text-align: center;
}
div#footer p {
	margin-top: 6px;
}
img#masthead {
	margin: 0px;
}

/* end constructor div styles */


/* level one at top */
table#content {
	width: 758px;
	padding: 0px;
	margin-top: -2px;
}
div#topnavigation {
	width: 758px;
	float: left;
	background-color: #638EB8;
}
a.topnav {
	float: left;
	display: block;
	text-decoration: none;
	padding: 5px 12px;
	background-color: #638EB8;
	border-right: 1px solid #185196;
	color: #fff;
}
a.topnav:hover {
	background-color: #376BA5;
}
a.topnav:visited {
	color: #fff;
}
/* end level one at top */

/* level four on right */
td#rightmenu {
	padding: 15px 0px 0px 5px;
}
td#rightmenu a {
	text-align: left;
	background-color: #eee;
}
td#rightmenu a:hover {
	background-color: #ddd;
}

/* end level four on right */

/* left menu styles */
a.level1, a.level2, a.level3, a.level4 {
	display: block;
	width: 170px;
	text-decoration: none;
	padding: 4px 0px 5px 0px;
}
a.level1 span, a.level2 span, a.level3 span, a.level4 span {
	position: relative;
	display: block;
	margin: 0px;
}
a.level1 span {
	left: 6px;
	width: 160px;
}
a.level2 span {
	left: 12px;
	width: 154px;
}
a.level3 span {
	left: 18px;
	width: 148px;
}
a.level4 span {
	left: 24px;
	width: 142px;
}
a.level1 {
	background-color: #d6d6d6;
}
a.level1:hover {
	background-color: #c3c3c3;
	color: #FF3C00;
}
a.level2 {
	background-color: #f3f3f3;
}
a.level2:hover {
	background-color: #e9e9e9;
}
a.level3 {
	background-color: #fafafa;
}
a.level3:hover {
	background-color: #f7f7f7;
}

 
 /* related items box */
  div#relations {
  	width: 170px;
  	margin: 0px 0px 20px 0px;
  	background-color: #CBE4E9;
  }
  div#relations p {
  	width: 170px;
  	margin: 0px;
  	background-color: #3E73A9;
  	color: #fff;
  	font-weight: bold;
  	padding: 3px 0px 4px 0px;
  }
  a.relate {
  	display: block;
  	margin-bottom: 6px;
  }
 /* end related items box */
 
 /* search box */
  div#search {
  	width: 170px;
  	margin: 0px 0px 20px 0px;
  	background-color: #e7e7e7;
  }
  div#search p {
  	width: 170px;
  	margin: 0px;
  	background-color: #999;
  	color: #fff;
  	font-weight: bold;
  	padding: 3px 0px 4px 0px;
  }
  div#search form {
  	padding: 0px;
  	margin: 0px;
  }
 /* end search box */
  
 /* loginbox */
  div#loginbox {
  	width: 170px;
  	margin: 0px 0px 20px 0px;
	background-color: #FAC6A0;
  }
  div#loginbox p {
  	width: 170px;
  	margin: 0px;
  	background-color: #F3752B;
  	color: #fff;
  	font-weight: bold;
  	padding: 3px 0px 4px 0px;
  }
  div.padding {
  	padding: 5px 3px 6px 7px;
  }
  div#loginbox form {
  	padding: 0px;
  	margin: 0px 0px 8px 0px;
  }
  div#loginbox input {
  	margin: 2px 0px 1px 0px;
  }
  input.submit {
  	position: relative;
  	left: 90px;
  	top: 3px;
  }
 /* end loginbox */

/* end left menu styles */

/* templates/newslisting.php */
p.date {
	color: #111170;
	margin-top: 0px;
}
img.newsimage {
	float: right;
	margin: 0px 0px 5px 10px;
}
/* end templates/newslisting.php */

/* templates/documentlisting.php */
table.listing {
	margin-top: 15px;
	margin-bottom: 20px;
}
/* end templates/documentlisting.php */

/* templates/register.php and passwordchange.php */
table.registration {
	margin: 10px 10px 10px 40px;
	width: 400px;
}
/* end templates/register.php */
