@charset "utf-8";


* {
margin:0;
padding:0;
}


div {
   font-size: 1em;
}

/*****************
basic layout 
*****************/
body {
	background:#003366 url(images/bg.jpg) repeat-y center;
	color: #333;
	height:100%;
}


div#pagewrapper {
	/*border: solid 1px #006699;*/
   margin: 0 auto;
	width:780px;
	background:#069;
	/*background:#B4D1E1;*/ 
   color: black;
	height:100%;
	border-bottom:solid 1px #ccc;
   /*border-top:solid 12px #069;*/
   
}


div#header {
	clear:both;
	height: 240px;
	width:780px;
	border-top:solid 1px #333;
	background:url(images/headers/header_clouds-lake.jpg) no-repeat;
	z-index:-999;
 
}

#main{
	width:780px;
}

#menubar {
	margin:0px 0px;
	padding-top:0px;
	width:780px;
	background:#FFFFFF url(images/menu.jpg) repeat-x;
	height:50px;
}


div#content {
	
	margin-right:190px;
	margin-left: 10px;
	margin-top:10px;
	margin-bottom:5px;
}

div#content p {
	font-family: Trebuchet MS;
	color:#333333;
	line-height: 1.4em;
	font-size: 1.1em;
}

div#content h1 {
	margin:25px 0 5px 0px;
	padding:3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333333;
	line-height: 1.6em;
	font-size: 1.3em;
	background:url(images/bg-h1.gif) no-repeat bottom left;
	
}




div#content ul
{
	list-style-type: none;
	padding: 10px;
	margin: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:600;
	color:#666666;
}


div#content ul li
{
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 .2em;
padding-left: .9em;
margin-top:.6em;
margin-left:.6em;
}


div#sidebar {
	margin-left:5px;
	margin-right:10px;
	margin-top:10px;
	float: right;
	width: 170px;
	height:400px;
	display: inline;
	height:300px;
}


div#navbar {
	text-align:center;
	
	height: 45px;
	padding:5px;
	
}

div#navbar ul {
	margin:1px;
	text-align:center;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999;
	line-height: 30px;
	white-space: nowrap;

}
div#navbar li {
	margin:0;
	list-style-type: none;
	display: inline;

}
div#navbar li a {
	margin:0px;
	text-align:center;
	text-decoration: none;
	font-size:16px;
	font-weight:800;
	padding:10px 30px 5px 30px;
	color: #999;
	border-left:solid 1px #999;
	border-right:solid 1px #ccc;
	
}
div#navbar li a:link {
    color: #999;
}
div#navbar li a:visited {
    color: #999;
}
div#navbar li a:hover {
	color: #666666;
	background:url(images/menu2-hov.jpg) repeat-x top;
}




#nav, #nav2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:170px;	
}



#nav ul, #nav ul li, #nav2 ul, #nav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#nav ul, #nav2 ul
{
	border: none 1px #000;
	border-bottom-width: 0;
}



#nav ul li a
{
	margin:5px 0px;
	display: block;
	text-decoration: none;
	font-size:14px;
	font-weight:600;
	padding: 5px 30px;
	color: #FFFFFF;
}


#nav ul li a:hover
{
	margin:5px 0px;
	background:url(images/bg-nav-hov.jpg);
	color:#333333;
}

#news {
	margin:0px 5px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#news h2 {
	text-align:center;
	color:#333333;
}

#news .date {
	color:#003366;
	text-align:right;
	margin-top:20px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	font-weight:800;
	border-top: dotted 1px #6699FF;

	padding:2px 5px;
}

#news .title {
	text-decoration:none;
	color:#003366;
	font-weight:600;
	font-size:12px;

}

#news .txt {
	color:#003366;
	font-size:12px;
}




.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#fff; margin:0 5px;}
.b2f {height:1px; background:#fff; margin:0 3px;}
.b3f {height:1px; background:#fff; margin:0 2px;}
.b4f {height:2px; background:#fff; margin:0 1px;}
.contentf {background: #fff;}
.contentf div {margin-left: 5px; padding:10px;}



.b1g, .b2g, .b3g, .b4g{font-size:1px; overflow:hidden; display:block;}
.b1g {height:1px; background:#96BFD6; margin:0 5px;}
.b2g {height:1px; background:#96BFD6; margin:0 3px;}
.b3g {height:1px; background:#96BFD6; margin:0 2px;}
.b4g {height:2px; background:#96BFD6; margin:0 1px;}
.contentg {background: #96BFD6;}


#content div.hr {
	height:1px;
	width:60%;
	border:0;
	background-color:#069;
	margin:5px;
	padding:0px;
	text-align:center;
}
