/* css */
body {
	margin:0 auto;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color:#000;
	font-size:69%;
	text-align:center;
	width: 100%; 
	height:100%;
}

tbody{
font-size:inherit;
}

img {
	border:none;
}

form {
	margin:0;
	padding:0;
}
p {
	padding: 6px 0 6px 0;
	margin:0;
}
a {
	text-decoration:none;
	color: #000000;
}
.clear {
	clear: both;
	margin:0;
	padding:0;
}

li, ul, ol{
list-style:none;
text-indent:0;
}


#container{
}

#container #header{
	width: 100%;
	height: 148px;
	position:relative;
}

#container #header #left{
	background-image: url(../images/header_banner_left.jpg);
	background-repeat: no-repeat;
	width: 647px;
	height: 120px;
	float:left;
	position:absolute;
	top:0px;
	left:0px;
}

#container #header #right{
	background-image: url(../images/header_banner_right.jpg);
	background-repeat: no-repeat;
	width: 153px;
	height: 120px;
	float:right;
	position:absolute;
	top:0px;
	right:0px;
}


#container #header #info_bar{
	width: 100%;
	color: #000000;
	background-color:#0066cc;
	position:relative;
	_height:28px;
	min-height:28px;
	position:absolute;
	top:120px;
	left:0px;
}

#container #header #info_bar .inner{
	width:96%;
	_height:22px;
	min-height:22px;
	margin:auto;
	margin-top:3px;
	text-align:right;
}

#container #header #top_bar{
	background-color: #0066cc;
	color: #FFFFFF;
	padding: 10px;
	text-align: right;
	font-weight: bold;
}
#container #main_section{
	min-height:75%;
	_height:600px;
	width:100%;
	background-color:#FFF;
}

.clear{
height:0px;
line-height:0px;
font-size:0px;
clear:both;
}

#footer_bar{
width:100%;
margin:auto;
height:5px;
border-top:2px solid #0066cc;
border-bottom:1px solid #0066cc;
}
#footer{
width:100%;
margin:auto;
margin-top:5px;
}
#footer_left{
float:left;
margin-left:5px;
}

#footer_right{
float:right;
margin-right:5px;
}


/* ////////////LEFT COLUMN/////////////// */

#container #main_section #left{
	float:left;
	width:25%;
	min-height:400px;
	_height:400px;
}

#container #main_section #left #inner{
	width:89%;
	min-height:380px;
	_height:380px;
	margin:10px;
}

#container #main_section #left #inner a{
	width:92%;
	margin-left:12px;
	text-align:right;
	padding:0px;
	font-weight:bold;
	color:#000;
}
#container #main_section #left #inner a:hover{
	width:92%;
	margin-left:12px;
	text-align:right;
	padding:0px;
	font-weight:bold;
	color:#0066cc;
}

.main_nav_link{
	text-align:right;
	width:89%;
	background-image:url(../images/main_nav_button_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-top:4px;
	padding-bottom:4px;
	display:block;
	position:relative;
	right:0px;
	margin-bottom:3px;
	clear:both;
	border-bottom:2px solid #0066cc;
}
.main_nav_hover{
	text-align:right;
	width:89%;
	background-image:url(../images/main_nav_button_bg_over.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-top:4px;
	padding-bottom:4px;
	display:block;
	position:relative;
	right:0px;
	margin-bottom:3px;
	clear:both;
	border-bottom:2px solid #000;
}


/* ////////////CENTER COLUMN/////////////// */

#container #main_section #center{
	float:left;
	width:50%;
	min-height:400px;
	_height:400px;
	text-align:left;
	margin:auto;
}

#container #main_section #center #inner{
	width:100%;
	min-height:380px;
	_height:380px;
}

#container #main_section #center #inner #title_bar{
margin-top:10px;
margin-bottom:2px;
width:100%;
_height:20px;
min-height:20px;
background-color: #0066cc;
}

.title_bar_inner{
margin:auto;
position:relative;
top:3px;
width:98%;
_height:16px;
min-height:16px;
color:#fff;
font-weight:bold;
}

/* ////////////RIGHT COLUMN/////////////// */

#container #main_section #right{
	float:right;
	width:24%;
	min-height:400px;
	_height:400px;
}

#container #main_section #right #inner{
	width:89%;
	min-height:380px;
	_height:380px;
	margin:10px;
	text-align:right;
}

#container #main_section #right #inner #title_bar{
margin-bottom:2px;
width:99%;
_height:20px;
min-height:20px;
background-color: #0066cc;
}

.title_bar_right_inner{
position:relative;
right:5px;
top:3px;
width:98%;
_height:16px;
min-height:16px;
color:#fff;
text-align:right;
font-weight:bold;
}

.right_search_text{
width:99%;
_height:15px;
min-height:15px;
color:#333333;
margin-top:3px;
margin-bottom:3px;
margin-left:0%;
margin-right:0px;

}




