
body 
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-image: url(images/bg.png) ;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #3B617F;
	}
	
#header
	{	
	top: 0px;
	left: 0px;
	width: 100%;
	height: 103px; 
	padding: 0px;
	margin: 0px;
	}

#navcontainer
	{	
	position: absolute;
	top: 104px;
	left: 0px ;
	width: 100%;
	height:20px;
	background-color: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-top: 2px solid #3B617F;
   border-bottom: 2px solid #3B617F;

	   }
	   
#navcontainer ul li
	{
	display: block;
	position: relative;
	top: -16px; /*this makes ul work in IE, subnav aligns with inside bottom of navcontainer*/
	left: 0px;
	height: 20px;
	float: left;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
/* the following rules apply only to IE */
* html #navcontainer ul li{
	top: 0px; /*this makes ul work in IE, subnav aligns with inside bottom of navcontainer*/
	
}

#navcontainer ul li a.hover
   {
   display: block;
   text-align: center;
   background: #fff;
   width: 116px;
   height: 20px;
   border-left: 2px solid #3B617F;
   border-right: 2px solid #3B617F;
   padding: 0px;
   margin: 0px;
   color: none;
   text-decoration: none;
   
   font: bold 12px/18px verdana, arial, helvetica, sans-serif;
   }

#navcontainer ul li a:hover
   {
   background: #fff;
   text-decoration: underline;
   }

#navcontainer a:active
   {
   background: #ccc;
   color: #fff;
   }

   #navcontainer li#active a
   {
   background: #ccc;
   color: #fff;
   }




#subnav
   {
   position: relative;
   top: 23px;
   *height:1px;
   float: right;
   background: #ccc;
   height: 14px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   padding: 0;
   margin: 0px;
   color: #0c5167;
   text-decoration: none;
   text-align: center;
   font: bold 10px/16px verdana, arial, helvetica, sans-serif;
   
   
   }


	   
	
#content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
	border: 0px;
	 }
	
#content #INMENU 
	{
	border:1px dotted #000; 
	float:right;
	width:250px;
	background-color:#ccc;
	margin:0px 0px 20px 20px;
	}
#content #TOC 
	{
	border:1px dotted #000; 
	float:right;
	width:150px;
	background-color:#ccc;
	margin:0px 0px 20px 20px;
	}

a {
	text-decoration: underline;
	outline: none;
	}
a:visited {
	color:  blue;
	}
a:active {
	color:  blue;
	}
a:hover {
	color: blue;
	text-decoration: none;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	margin-top:2px;
	}
	
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #0c5167;
	}
h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 2;
	margin-bottom: 0;
	color: #0c5167;
	}
h3 {
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	padding: 0;
	}
	
.text {
	font-size: 12px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px; 
	padding-right: 10px;
	padding-left: 10px;

	}
	
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}
#breadCrumb {
margin:10px 0px 0px 10px;
}
#footer {
background:url("/images/footer_bg.gif") repeat-y scroll 50% 0 transparent;
padding:0 10px;
}
#footer .inner {
border-top:1px solid #B4B4B4;
padding:10px 0;
}
#footer .split {
background:url("/images/footer_sep.gif") no-repeat scroll 100% 0 transparent;
float:left;
height:140px;
margin:0 10px;
position:relative;
width:250px;
}
#footer ul li {
list-style-image:url("/images/footer_bullet.jpg");
margin:3px 5px;
}
#footer .title {
color:#054481;
font-size:11px;
font-weight:bold;
margin-bottom:5px;
margin-left:30px;
}
#footer a {
color:#5287BC;
font-size:10px;
text-decoration:none;
}
#footer a:hover {
color:#2E2E2E;
text-decoration:underline;
}
#footer .last {
background:none repeat scroll 0 0 transparent;
margin-right:0;
width:220px;
}
#footer .first {
padding-left:10px;
width:210px;
}
#footertext {
color:#999999;
margin-bottom:-15px;
padding:0px 18px 22px;
}

#leftcol {
float:left;
position:relative;
width:auto;;
margin:0px 10px 10px 4px;
background:url(/menu/images/button1a.gif) top left repeat-x #FFFFFF;
padding-top:5px
}
#main_menu {
margin:10px 0;
height:385px;
border: 1px solid rgb(153, 153, 153);
background: none repeat scroll 0% 0% rgb(204, 204, 204) #FFFFFF;
}
#main_menu ul li {
background:url("/images/seperator-horz.gif") repeat-x scroll left bottom #FFFFFF;
line-height:30px;
}
#main_menu a {
background:url("/images/footer_bullet.jpg") repeat-none scroll 4px 50% transparent;
color:#2B2B2B;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:14px;
padding:0 25px 0 20px;
text-decoration:none;
}
#main_menu a:hover {
background-color:#5E92C2;
color:#FFFFFF;
text-decoration:undeline;
}
#main_menu li.current a {
background-color:#E4EAF1;
color:#336699;
}

.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #CCCCCC;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #0C5167;
color: white;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #FFFFFF;
color: black;
}
.picture { background-color: #F9F9F9;
border: 1px solid #CCCCCC; padding: 3px;
font: 11px/1.4em Arial, sans-serif; }
.picture img { border: 1px solid #CCCCCC;
vertical-align:middle; margin-bottom: 3px; }
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
.left { margin: 0.5em 0.8em 0.5em 0; float:left; }
