/* CSS Document */
body {
	font: 12px verdana, arial, helvetica, sans-serif;
	height: 100%;
	}
	
/* Used to stick footer at bottom of page =========== */
html { height: 100% }
#nonFooter { 
	/*border: 1px solid black;*/
	margin: 0 auto;
	width: 807px;
	position: relative;
	min-height: 100%; }
* html #nonFooter { height: 100%; }

/* ================================================== */
A:link{ color:#048ec3; text-decoration:underline; }

h1{
	font:verdana, arial, helvetica, sans-serif; 
	font-size:40px; 
	font-weight:700; 
	color:#000000;
	}

h2{
	font:verdana, arial, helvetica, sans-serif; 
	font-size:20px; 
	font-weight:400; 
	color:#000000;
	margin-bottom: 5px;
	margin-top: 10px;
	}

h3{font:Verdana, Arial, Helvetica, sans-serif; font-size:13px; font-weight:300; color:#339A99; text-decoration:none;}
h4{
	font:verdana, arial, helvetica, sans-serif; 
	font-size:15px; 
	color:#000000;
	font-weight:bold;
}
/* css for tabs menu starts*/
.tabmenu{
	padding: 0;
	width: 800px;
	voice-family: "\"}\"";
	voice-family: inherit;
	}

.tabmenu ul{
	margin:0;
	/*margin-left: 150px; /*margin between first menu item and left browser edge*/
	list-style: none;
	}
	
.tabmenu li{
	display: inline;
	margin: 0 2px 0 0;
	text-transform:lowercase;
	}

.tabmenu a{
	float: right;
	display: block;
	font: bold 15px Trebuchet MS;
	color: #666161;
	text-decoration: none;
	margin: 0 8px 0 0; /*Margin between each menu item*/
	padding: 6px 10px 2px 10px;
	background-color: #d6d6d6; /*Brown color theme*/ 
	border-top: 3px solid #d6d6d6;
	}

.tabmenu a:hover{
	height:25px;
	background-position:center;
	background-color: #FFFFFF ; /*Brown color theme*/ 
	color: black;
	}

.tabmenu a.selected{ /*currently selected tab*/
	height:25px;
	background-position:center;
	background-color: #FFFFFF; /*Brown color theme*/ 
	color: black;
	}


#search { position: relative; float: right; margin: -93px 15px 0 10px; z-index: 1;}
#search input { font: 11px Arial, Helvetica, sans-serif; z-index: 1;}

/* css for tabs menu ends*/

#outer{
background-color:#FFFFFF;
width:800px;
margin:0px auto 0px auto;
padding-bottom: 9em;
}

#wrap{
	background-color:#FFFFFF;
	margin-left:0;
	margin-right:auto;
	margin-top: 0;
	height:auto;
	}
 
#menu {
background-color:#d6d6d6;
width:800px;
height:33px;
margin-top:-2px;
}

/*css for the side menu*/

#sidemenu {
	width: 140px;
	margin: 0; padding: 20px;
	margin-top: 10px;
	float: left; 
	}
	
#sidemenu li {
	list-style-type: none;
	background: url(images/sidemenu_marker.gif) 120px 0 no-repeat;
	margin-bottom: 3px; 
	}
	
#sidemenu a {
	font: 11px arial, helvetica, sans-serif; color: #000; text-decoration: none;
	padding-right: 9px;
	display: block; 
	}

#sidemenu a:hover, #sidemenuSelected {
	color: #ec6c13;
	background: transparent url(images/sidemenu_marker_on.gif) 120px 0 no-repeat; }
/* Holly Hack for IE \*/
* html #sidemenu li { float: left; height: 1%; }
* html #sidemenu li a { height: 1%; }
/* End */


#sidemenu2 {
	width: 120px;
	list-style-type: none;
	margin: 20px; padding: 0;
	margin-top: 10px;
	text-align: left; 
	}

#sidemenu2 li {
	background: url(images/sidemenu_marker.gif) 100px 0 no-repeat;
	margin-bottom: 3px; 
	}

#sidemenu2 a {
	/*border: 5px solid #0000ff;*/
	font: 11px Arial, Helvetica, sans-serif; color: #000; text-decoration: none;
	padding-right: 9px;
	display: block; 
	}

#sidemenu2 a:hover, #sidemenuSelected2 {
	color: #ec6c13;
	background: transparent url(images/sidemenu_marker_on2.gif) 100px 0 no-repeat; }
/* Holly Hack for IE \*/
* html #sidemenu2 li { float: left; height: 1%; }
* html #sidemenu2 li a { height: 1%; }
/* End */
	
/* css for the contents */
#contents{
	padding:20px;
	font: 12px verdana, arial, helvetica, sans-serif;
	}

/* contents for the right side with side menu on left*/
#subcontents{
	padding: 20px 20px 0px 200px;
	margin-top:0;
	color:black;
	text-align:justify;
	}

/* contents for the left side with side contents on the right*/
#subcontentleft{
	padding: 20px 200px 0px 20px;
	margin-top:0;
	color:black;
	text-align:justify;
	}

#right{
	width: 170px;
	float: right;
	}

.rightcontents {
	margin: 15px 10px 0px 0px; 
	padding: 10px;
	border: solid 2px #000000;
	}
	