
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
body {background-image:url(http://208.106.143.214/images/bg_main.gif); background-repeat:repeat-y; background-position: 50%; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 13px; line-height:125%; margin:0; padding:0;}

img { border:none; }
 
#pagewidth{ 
 width:780px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:170px; 
  background-color:#0E769D; 
 width:100%;
 padding:0px;
 margin:0px;
} 

#nav{
 position:relative; 
 height:40px; 
  background-color:#35C3F2; 
 width:100%;
 padding:0px;
 margin:0px;
 background-image:url(http://208.106.143.214/images/bg_nav.gif); background-repeat:repeat-x; background-position: top; height:40px;
} 

#navtop { position:absolute; top:10px; border-bottom:0px; height:10px; margin-left:20px; z-index:2;}
#navtop a:link { color:#152F4C; text-decoration:none;font-weight: bold;}
#navtop a:visited { color:#152F4C; text-decoration:none; font-weight: bold;}
#navtop a:hover { color:#fff; text-decoration:underline; font-weight: bold; }
#navtop a:active  { color:#152F4C; text-decoration:underline; font-weight: bold;}

a:link { color:#000066; text-decoration:none;font-weight: bold;}
a:visited { color:#000066; text-decoration:none; font-weight: bold;}
a:hover { color:#666666; text-decoration:underline; font-weight: bold; }
a:active  { color:#000066; text-decoration:underline; font-weight: bold;}
 
#leftcol{
 width:210px; 
 float:left; 
 position:relative; 
 background-color:#ffffff; 
  padding-right:10px;
  padding-left:10px;
 }
 
 #leftcol img {
 margin:0px;
padding:0px;
 }
 
#press { 
margin:0px;
padding:0px;
width:194px;
border-left:1px solid #9F433C;
border-right:1px solid #9F433C;
border-bottom:1px solid #9F433C;
background-color:#F5E6E5;
}

#press p {
padding: 5px;
}

#press p.box {
padding: 5px;
font-size:10px;
}

#press img {
border: none;
display: block !important;
}

#search { 
width:195px;
border-left:1px solid #9F433C;
border-right:1px solid #9F433C;
}

#search p {
padding: 10px;
}
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:510px; 
 padding-right:20px;
  padding-left:10px;
  text-align:justify;
 }
 
 #maincol h1 { 
 color:#000066;
 font-size:21px; 
text-transform:uppercase;
font-family: Georgia, Times New Roman, serif;
border-bottom:1px solid #0E769D; 
padding-bottom:5px;
margin: 20px 0 10px 0;
font-weight:normal;
 }
 

 
#footer{
 height:42px; 
  background-color:#ffffff; 
  background-image:url(http://208.106.143.214/images/bg_foot.gif); background-repeat:repeat-x; background-position: top; height:42px;

 clear:both;
 } 
 

 #footer p { padding-top:10px; font-weight:bold; color:#666666; text-align:center;}
 
#footer a:link { color:#666666; text-decoration:none;font-weight: bold;}
#footer a:visited { color:#666666; text-decoration:none; font-weight: bold;}
#footer a:hover { color:#333333; text-decoration:underline; font-weight: bold; }
#footer a:active  { color:#666666; text-decoration:underline; font-weight: bold;}

 
 /* *** 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;} 
#twocols, #maincol{width:100%; float:none;}
}



/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 200px; /* ems so it will grow */
	background: url(http://208.106.143.214/images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}

p.box {
padding: 0px;
font-size:12px;
line-height:110%;
}

.boxhead {
	background: url(http://208.106.143.214/images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(http://208.106.143.214/images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 10px 5px 5px 15px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-align:left;
}
.boxbody {
	background: url(http://208.106.143.214/images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 15px 31px;
}

