/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: "Verdana", "Arial", "Sans Serif", "TrebuchetMS", "Tahoma";
 font-size:11px;
 background-color:#416573;
 color: #416578;
} 

 
#pagewidth{
	width:760px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/background.gif);
	margin-top: 10px;
	margin-bottom: 30px;
} 
 
#header{
	position:relative;
	height:116px;
	width:100%;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	background-position: center top;
} 
 
#navbar{
	position:relative;
	background-color:#000000;
	border-top-width: medium;
	border-top-color: #b49839;
	width:100%;
	border-top-style: solid;
	padding-bottom: 4px;
} 
 
#leftcol{
 width:157px; 
 float:left; 
 position:relative; 
 text-align: right;
	background-image: url(images/leftback.gif);
	background-repeat: repeat-y;
 }
 
#twocols{
 width:603px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
	width:149px;
	float:right;
	position:relative;
	background-color:#ffffff;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #A0CFE0;
 }
 
#maincol{
background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:452px;
 margin-bottom:1em;
 }
 #maincol2{
background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:552px;
 margin-bottom:1em;
 }
#footer{
	height:50px;
	clear:both;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
 } 

 
#navbar ul {
	color: #33CCFF;
	list-style: none;
	font-size: 11px;
	margin: 0px;
	padding-top: 4px;
	text-align: center;
}
#navbar li {
	display: inline;
}
#navbar a {
	padding: 2px 10px;
	color: #a0cfe0;
	background-color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#navbar a:link {
color: #a0cfe0;
}
#navbar a:visited {
color: #ffff00;
}
#navbar a:hover {
color: #ffffff;
background-color:#416573;
}

#leftcol ul {
	color: #33CCFF;
	list-style: none;
	font-size: 10px;
	padding-top: 4px;
	text-transform: uppercase;
	vertical-align: middle;
	display: block;
}
#leftcol a {
	line-height: 16px;
	color: #FFFFFF;
	font-weight: lighter;
	margin-right:1em;
}
#leftcol a:hover {
color: #3591ab;
}
a	{
	color:#205867;
	text-decoration: none;
}
#clearboth {
clear:both;
}
p{
font-size:11px;
margin-left:1em;
margin-right:1em;
}
#maincol p{
	margin:1em;
	text-align: justify;
}

#textborder {
	border: medium solid #000000;
	margin: 1em;
}
#textborder p{
text-align: center;
}
h4 {
	margin:1em;
	font-style: normal;
	font-weight: bolder;
	font-size:12px;
	color: #b49839;
}
h5 {
margin:1em;
	font-style: italic;
	font-weight: bolder;
	font-size:11px;
}
#rpicholder {
	float: right;
	margin-left:1em;
	margin-right: 1em;
	margin-top:1em;
}
#rightpic {
	float: right;
	border: thin solid #000000;
}
#rpiccaption {
	font-size:10px;
}
#rightcol h6 {
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:1em;
	font-size:11px;
}
h6 {
	font-weight: bolder;
	margin-top: 1em;
	margin-bottom: 0px;
	margin-left:1em;
	font-size:11px;
}

 #rfigure {
 float:right;
 clear:right;
 border:thin silver solid;
 margin:5px;
 padding:5px;
 }
 
 
 #rfigure p {
 text-align:center;
 font-style:italic;
 font-size:smaller;
 text-indent:0;
 }
 
 #lfigure {
 float:left;
 clear:left;
 border:thin silver solid;
 margin:5px;
 padding:5px;
 }
 
 #lfigure p {
 text-align:center;
 font-style:italic;
 font-size:smaller;
 text-indent:0;
 }
 
  #lfigurenc {
 float:left;
 border:thin silver solid;
 margin:1px;
 padding:1px;
 }
 
 #lfigurenc p {
 text-align:center;
 font-style:italic;
 font-size:smaller;
 text-indent:0;
 }
 
#footer p{
	font-size:10px;
	margin:0;
	vertical-align: middle;
	text-align: center;
	color: #000000;
}


 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


