/* Layout Stylesheet */ 

body{
 padding: 0px;
 background: #3399cc;
 background: transparent url(images/fadebg.gif);
 color: #808285;
 }
 
#nobox{
 margin: 0px 0px 0px 0px;
 width: 98%;
 padding: 0;
 text-align: left;
 }

#mid{
 position: relative;
 border: solid #808285 1px;
 background: #FFFFFF url(images/rightbg.gif);
 top: 0;
 width: 854px;
 margin: auto;
 }

#footer{
 clear: both;
 }


/* layouttwo.css */
#content{
 float: left;
 width: 540px;
 padding: 2px 8px 8px 8px;
 }

#content-span{
 clear: both;
 width: 640px;
 margin-left: 195px; margin-top: 10px;
}
 
#rh-col{
 float: right;
 width: 264px;
 padding: 2px 18px 8px 8px;
 }

#rh-extra{
 float: right;
 clear: right;
 width: 200px;
 padding: 8px;
 background: #292d2f;
 }
 
#welcome{
 padding: 0px 0px 0px 8px;
 }

/* END layouttwo.css */

#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;	
}

#topquicklinkbox{
	margin: 5px 0px 0px 0px;
	width: 130px;
	background: transparent 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: transparent 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; 
} 
