@charset "UTF-8";
/* CSS Document */

body {
	margin: 11px;
	background-image: url(images/structure_bkgrddot3.gif);
	background-attachment: fixed;
	}
	
	
#header {
	width:760px;
	margin:0px auto 0px auto;
	height:114px;
	min-height:114px;
	background-image:url(images/structure_banner.gif);
	}


#test {
	width: 780px;
	margin: 0px auto 0px auto;
	background-color: #fff;
	border: dotted 1px #9cf;
	
	}
	

#container {
	width:760px;
	margin:0px auto 0px auto;
	background-color: #fff;
	}
	

#sidebar {
	float:left;
	background-image:url(images/structure_dots-left.gif);
	width:198px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}
	

.leftmenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 198px;
	border: 0px;
	}


.leftmenu li {
	background-image: url(images/structure_dots-nav.gif);
	background-repeat: no-repeat;
	font: 8.5pt Georgia, Times New Roman, Times, serif;
	text-transform: uppercase;
	color: #553c1d;
	display: block;
	width: auto;
	height: 28px;
	padding: 0px;
	padding-left: 19px;
	text-decoration: none;
	}

.leftmenu li a{
	color: #553c1d;
	font: 8.5pt Georgia, Times New Roman, Times, serif;

	}

* html .leftmenu li { /*IE. Menu width minus left padding of a element */
	width: 179px;
	}


.leftmenu li a:hover{
	color: #9cf;
	}
	
	
#content {
	width:562px;
	float:right;
	}
	
	
#newslinks {
	margin-bottom:1px;
	margin-top:10px;
	margin-left: 10px;
	width:552px;
	padding:0px;
	background-color:#e5f2fe;
	}

#datefirst {
	margin-bottom:0px;
	margin-top:0px;
	margin-left: 10px;
	width:552px;
	padding:0px;
	background-color:#62a2ec;
	text-align:left;
	font:bold 13pt Century Gothic, Helvetica, Arial, sans-serif;
	color:#fff; 
	}	


div.date {
	margin-bottom: 0px;
	margin-top: 30px;
	margin-left: 10px;
	width: 552px;
	padding: 0px;
	background-color: #62a2ec;
	text-align: left;
	font: 13pt Century Gothic, Helvetica, Arial, sans-serif;
	}


p{
	margin-top:7px;
	margin-bottom:0px;
	margin-left:16px;
	font: 10pt/15pt Georgia, serif;
	color: #553c1d;
	text-align:left;

	}
	

p.newslinks{
	margin-top:7px;
	margin-bottom:0px;
	margin-left:16px;
	font: bold 9pt Century Gothic, Helvetica, Arial, sans-serif;
	color: #62a2ec;
	text-align: center;

	}
	


p.ruleunder {
	margin-top:20px;
	margin-bottom:20px;
	border-bottom:dotted 2px #9cf;
	}
	

#finalentry {
	margin-top: 7px;
	margin-bottom: 20px;
	}	


h1{
	font:bold 11.5pt/11pt Century Gothic, Helvetica, Arial, sans-serif;
	color: #553c1d;
	margin-bottom:0px;
	margin-left:16px;
	text-transform:lowercase;
	text-align:left;
	}
	
	
h2{
	font:bold 11.5pt/11pt Century Gothic, Helvetica, Arial, sans-serif;
	color: #553c1d;
	margin-bottom:0px;
	margin-left:16px;
	text-transform:lowercase;
	text-align:left;
	}	


a{
	text-decoration:none;
	font:10pt/15pt Georgia;
	color:#06c;
	}
	

a:hover{
	text-decoration: none;
	font: 10pt/15pt Georgia;
	color: #9cf;
	}


a.newslinks{
	text-decoration: none;
	font: bold 9pt Century Gothic, Helvetica, Arial, sans-serif;
	color: #62a2ec;
	}
	
	
a.newslinks:hover{
	text-decoration: none;
	font: bold 9pt Century Gothic, Helvetica, Arial, sans-serif;
	color: #06c;
	}
		
	
a.date{
	text-decoration: none;
	font: bold 13pt Century Gothic, Helvetica, Arial, sans-serif;
	color: #fff;
	margin-left: 7px;
	}

	
a.backtotop{
	text-decoration: none;
	text-transform:lowercase;
	font: italic 10pt/15pt Georgia;
	color: #06c;
	}
	

a.backtotop:hover{
	text-decoration: none;
	text-transform:lowercase;
	font: italic 10pt/15pt Georgia;
	color: #9cf;
	}
	
	
#footer {
	width:770px;
	margin:0px auto 0px auto;
	padding: 5px;
	height:15px;
	background-color:#62a2ec;
	clear:both;
	font: bold 9pt Century Gothic, Helvetica, Arial, sans-serif;
	text-align: center;
	color: #fff;
	}



img.floatimgleft {
 	float:left;
 	margin-top:10px;
 	margin-right:15px;
 	margin-bottom:10px;
	}

img.floatimgleftborder {
 	float:left;
 	margin-top:10px;
 	margin-right:15px;
 	margin-bottom:10px;
	border-style:solid;
	border-width:1px;
	border-color: #553c1d;
	}
	
 
img.floatimgright {
 	float:right;
 	margin-top:5px;
 	margin-left:15px;
 	margin-bottom:10px;
	}
	
img.floatimgrightborder {
 	float:right;
 	margin-top:5px;
 	margin-left:15px;
 	margin-bottom:10px;
	border-style: solid;
	border-width:1px;
	border-color: #553c1d;
	}
	
span.ehide {
	display:none;
	}