/* Layout Stylesheet */ 

body{
 padding: 0px;
 background: #FFFFFF;
 color: #666666;
 }
 
#nobox{
 margin: 0px 0px 0px 0px;
 width: 98%;
 padding: 0;
 text-align: left;
 }

#mid{
 position: relative;
 top: 0;
 width: 800px;
 margin: auto;
 }

#lh-col{
 position: absolute;
 left: 18px;
 width: 200px;
 margin: 0px;
 padding: 0px;
 text-align: left;
 }

#rh-col{
 width: 550px;
 margin: 0px 0px 0px 240px;
 padding: 0px;
 text-align: left;
 }
 
#framebox{
	float:left;
	width: 160px;
	margin: 10px 0px 0px 0px;
	border: solid #cccccc;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
 }
 
#halfcontentbox{
	float: left;
	margin: 0px 0px 0px 0px;
	width: 350px;
	padding: 0;
 }
 
#rightcontentbox{
	float: left;
	margin: 0px 0px 0px 10px;
	width: 160px;
	padding: 0;
 }
 
#contentbox{
	position:relative;
	height: 100%;
	padding: 0px 8px 0px 8px;
	border: solid #cccccc;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
 }
 
#topcontentbox{
	width: 550px;
	background: transparent url(/images/cornerbox10.gif) no-repeat top left;
 }

#topcontentboxright{
	position: relative;
	width: 50%;
	margin-left: 50%;
	background: transparent url(/images/cornerbox10.gif) no-repeat top right;
 }
 
#bottomcontentbox{
	clear:both;
	margin: 0px 0px 10px 0px;
	width: 550px;
	background: transparent url(/images/cornerbox10.gif) no-repeat bottom left;
 }

#bottomcontentboxright{
	position: relative;
	width: 50%;
	margin-left: 50%;
	background: transparent url(/images/cornerbox10.gif) no-repeat bottom right;
 }

#bottomcontentbox{
	width: 550px;
	background: transparent url(/images/cornerbox10.gif) no-repeat bottom right;
}

#quicklinkbox{
	min-height: 120px;
	width: 118px;
	padding: 5px;
	border: solid #cccccc;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background: #cbd69c;
}

#topquicklinkbox{
	margin: 5px 0px 0px 0px;
	width: 130px;
	background: #cbd69c url(/images/cornerbox5.gif) no-repeat top left;
}

#topquicklinkboxright{
	position: relative;
	height: 6px;
	width: 50%;
	margin-left: 50%;
	background: transparent url(/images/cornerbox5.gif) no-repeat top right;
}

#bottomquicklinkbox{
	margin: 0px 0px 0px 0px;
	width: 130px;
	background: #cbd69c url(/images/cornerbox5.gif) no-repeat bottom left;
}

#bottomquicklinkboxright{
	position: relative;
	height: 6px;
	width: 50%;
	margin-left: 50%;
	background: transparent url(/images/cornerbox5.gif) no-repeat bottom right;
}

#leftmenu{
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
 }
 
#listmenu{
	width: 99%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #336633;

 }
 
#skip a, #skip a:hover, #skip a:visited 
{ 
position:absolute; 
left:0px; 
top:-500px; 
width:1px; 
height:1px; 
overflow:hidden;
} 
 
#skip a:active 
{ 
position:static; 
width:auto; 
height:auto; 
} 

.titleblock{display: block;}
.titleblock *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#007dc3}
.titleblock1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #91c7e5;
  border-right:1px solid #91c7e5;
  background:#3f9dd2}
.titleblock2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e5f2f9;
  border-right:1px solid #e5f2f9;
  background:#3095ce}
.titleblock3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #3095ce;
  border-right:1px solid #3095ce;}
.titleblock4{
  border-left:1px solid #91c7e5;
  border-right:1px solid #91c7e5}
.titleblock5{
  border-left:1px solid #3f9dd2;
  border-right:1px solid #3f9dd2}
.titleblockfg{
  background:#007dc3;}
  
