@charset "utf-8";
/* CSS Document */

#header{
	background-image:url(images/generate_stripes.png);
	width:100%;
	height:200px;
	position:absolute;
	left:0;
	top:0;
}
#header_logo{
	background-image:url(images/notl-logo-white-inline.png);
	background-repeat:no-repeat;
	background-position:center;
	margin:0 auto;
	text-align:center;
	height:125px;
}
#header_logo span{
	position:relative;
	top:90px;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
}
#body_container{
	margin:0 auto;
	margin-top:20px;
	text-align:center;
	position:relative;
	top:100px;
	width:750px;
	border:#FFF thin 4px solid;
}
#main_menu{
	/*position:relative;
	left:75px;*/
	margin-left:0px;
	margin-top:6px;
	width:750px;
}
#body_content{
	width:750px;
	background-color:#006699;
	border:#fff solid 1px;
	background-image:url(images/bodybg.jpg);
	background-repeat:repeat-x;
}
#body_footer{
	width:750px;
	height:25px;
	text-align:left;
	padding-top:6px;
	color:#FFF;		
	font: bold 14px Arial, Helvetica, sans-serif;
	background-color:#002c62;
	border-bottom:#fff solid 1px;
	border-left:#fff solid 1px;
	border-right:#fff solid 1px;
}
#home_page_content{
	color: #CCC;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-align:justify;
}
#left_body_col{
	display:inline;
	float:left;
	border-right:#fff solid 1px;
	width:200px;
	height:500px;
	background-image:url(images/Untitled-2.jpg);

}
#left_body_col ul {
	text-align:left;
	list-style-type: none;
}
#left_body_col li a {
	text-decoration:none;
	border-bottom:#CCC thin 1px;	border-bottom-width:30px;

}
#right_body_col_container{
	display:inline;
	width:550px;
}
#r_body_col_header{
	border-bottom:#fffff 4px;	
	height:80px;
	width:100%;
	margin:auto 0;
	text-align:right;
	display:inline;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#FFF;
}
.body_text{
	color: #CCC;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align:justify;
}
.clear_both{ clear:both;}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#maintab{
	height:20px;
	padding:5px 0 0 0;
	margin-left:0;
	margin-bottom:0;
	font: bold 12px Arial, Helvetica, sans-serif;
	list-style-type: none;
	background-color:#002c62;
}
#maintab li{
display: inline;
margin: 0;
}
#maintab li a{
text-decoration: none;
padding: 3px 20px;
margin-right: 10px;
/*border: 1px solid #778;*/
color:#fff;
background:#002c62;
}
#maintab li a:hover{
color:#fff;
background:#014ca8;
padding-top:4px;
}
#maintab li.selected a{ /*selected main tab style */
background-color:#014ca8;
border-color:#693c0f;
padding-top:4px;
}
#tabcontent{ /*2nd level content wrapper*/
/*border: 1px solid #778;
background-color: #EFFADC;*/
height: 100% /*IE7 beta2 fix*/
}
#tabcontent ul{
padding: 0;
margin: 0;
list-style-type: none;
display: none;
}
#tabcontent ul li{
display: inline;
}
#tabcontent ul.selected{ /*selected 2nd level content*/
display: block;
}
#tabcontent ul li a{
border-right: 1px solid #999;
color: #693c0f;
margin-top:7px;
padding: 3px 15px;
display: block;
float: left;
text-decoration: none;
color:#2e1b07;
font-family:Tahoma, Geneva, sans-serif;
font-size:14px;
}
#tabcontent ul li a:hover{
/*background-color: #D3F1A0;*/
color: #804000;
}
.clearfix:after{ /*Clear floats hack: http://positioniseverything.net/easyclearing.html*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix{
display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
