/*////////// GENERAL //////////*/
body {
margin-top: 0px;
margin-bottom: 30px;

}
#container {
width: 800px;
margin: auto;
height: auto;
margin-top: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #999999;
border: 1px solid #999999;
}
#container2 {
width: 800px;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-top:0px;
font-size: 10px;
line-height: 1.6em;
/*color: #000000;*/
/*border:1px solid #ff00cc;*/
}
#container3 {
width: 502px;
float:right;
margin-top:0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.6em;
background-image:url(../images/body_back.jpg);
/*color: #000000;*/
/*border:1px solid #ff66cc;*/
}
/*////////// HEADERS //////////*/
#header {
width: 800px;
height: 246px;
/*border: 1px solid #ff6600;*/
padding-bottom: 0px;
padding-top: 0px;
clear: both;
background-image:url(../images/head.jpg);
background-repeat:no-repeat;
}
/*////////// CONTENT //////////*/
#content_main {
width: 580px;
float: right;
padding-left: 5px;
padding-right: 5px;
padding-top: 10px;
/*border: 1px solid #006600;*/
color:#CC3300;

}


#content_top {
width: 580px;
height: auto;
float: right;
padding-left: 5px;
padding-right: 5px;
padding-top: 10px;
border-left: 1px solid #000000;
text-align:justify;
}


#content_bottom {
width: 580px;
float:  left;
color: #333333;
padding-left: 5px;
padding-right: 5px;
padding-top: 9px;
text-align:justify;
/*border: 1px solid #999999;*/
}

.contentheading {
	height: 30px;
	color: #009933;
	font-weight: bold;
	font-size: 24px;
	white-space: nowrap;
	text-decoration: none;
	
}

/*////////// NAV //////////*/
/*this is the tab layout*/
#top_navlist {
	position: absolute;
	top: 295px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	font-weight:bolder;
	float:left;
	margin-left:280px;
	width:380px;
	height:20px;
	line-height:normal;
	left: 123px;
/*border: 1px solid #006600;*/
}
/*////////// RIGHT SIDEBAR //////////*/
#sidebarRT {
float: right;
width: 143px;
height:220px;
padding-left: 1px;
padding-right: 1px;
padding-top: 5px;
background-image:url(../images/Right.jpg) ;
background-repeat:no-repeat;
/*border: 1px solid #000066;*/
}
/*////////// LEFT SIDEBAR //////////*/

#sidebarLT_outer {
float:  left;
width: 200px !important ;
width: 200px;

}

#sidebarLT {
float: left;
width: 200px !important ;
width: 200px;
margin-top:5px;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
background-repeat: repeat-y;
/*border-right: 1px solid #000000;*/
color: #000000;
}

/*Menu Heading */
#menu_bg {
	background-image:url(../images/menu.jpg);
	background-repeat: repeat-x;
	text-align:center;
	height:20px;
	width:180px;
	text-transform: uppercase;
	padding:2px;
}



.table_head{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12;
	color: #000000;
	text-align: left;
	text-transform: capitalize;
	font-weight: 100;
}

.table_body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12;
	color: #996633;
	text-align:justify;
}

/*////////// FOOTER //////////*/
#footer {
float: left;
width: 800px;
height:15px;
color:#000000;
padding:5px;

background-image:url(../images/menu.jpg);
background-repeat: repeat-x;
}


/*Menu Cell Positions and width */
.menu_cell{
width:190px;
height: inherit !important ;
height: auto;
}



/* Link hover*/
a{
float:left;
text-decoration:none;
color:  #000000;
padding:0.2em 0.6em;

}
a:hover {
	font-weight:bold;
	font-size:12px;
	border-bottom: 1px  dotted #000000;
	color: #996600;
	cursor: auto;
}

