* { margin: 0px; padding: 0px; } 
html 		{ min-height: 100%; }

body {
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #333;
	line-height:18px;
}
p, h1, h2, h3, ol, ul, dl { padding:2px 6px 8px; }
ol,ul,dl 
h1, h2, h3, ol, ul, dl { padding:8px 6px 3px; }
table, th, td { font-family: arial, verdana, sans-serif; font-size: 12px; color: #333; }
ol, ul, dir, menu, dd       		{ margin-left: 40px }
ol              					{ list-style-type: decimal }
ol ul, ul ol, ul ul, ol ol    		{ margin-top: 0; margin-bottom: 0 }
blockquote { width:80%; margin:10px auto; padding:0 26px;  background:#FFF url(../images/bg_blockquote_side.gif) no-repeat 0 50%; }
#skip 				{ display: none; }
a img, :link img, :visited img {
	border: none;
	float: left;
}
img 				{
}
a:link {
	color: #0000FF;
}

a:hover {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}

.alignright		{ text-align: right !important; }
.floatright		{ float: right; }
.inline			{ display: inline; }

.clear	{ clear: both;}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 
.clearfix 		{ display:inline-block; } 
/*\*/ .clearfix { display:block; } /**/ 

h1		{ font-size: 20px; line-height: 18px;  }
h2 		{ font-size:18px; }
h3		{
	font-size: 18px;
	color: #036;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 400px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	padding-top: 15px;
}

#wrapper 		{
	width:758px;
	margin:0 auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#header 		{
	width:760px;
	height:80px;
	background-color: #FFF;
}


#topnav {
	width: 750px;
	height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
}
#logo {
	width: 875px;
	height: 70px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}

#header .logo 	{
	position:absolute;
	left:30px;
	top:20px;
}

#nav 			{
	display:block;
	width:760px;
	height:26px;
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	background-color: #003366;
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
#nav li 		{
	float:left;
	width:170px;
}
#nav li a 		{ text-decoration:none; display:block; padding:0; padding:0; height:1%; line-height:26px; color:#FFF; }
#nav li.on 		{ display:block; padding:0; width:120px; height:26px; line-height:26px; background:url(../images/bg_nav_on_2.gif) no-repeat 50% 0; color:#EFEFEF; }
#nav li a:hover { background:url(../images/bg_nav_on.gif) no-repeat 50% 0; }

#content {
	width:738px;
	min-height:600px;
	background:#FFF url(../images/bg_content.gif) no-repeat 0 0;
	text-align:left;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #036;
	border-left-color: #036;
}
* html #content, * html #content #col_1 { height:543px; }

#content #col_1 {
	width:25%;
	float:left;
	min-height:400px;
	background:url(../images/bg_left.gif) no-repeat 100% 50%;
}

#content #col_1 h2 {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
#subnav, #subnav ul { margin:0; padding:0; list-style:none; }
#subnav li { }
#subnav li a { display:block; padding:5px 10px 5px 10px; height:1%; background:url(../images/bg_subnav.gif) no-repeat 100% 100%; text-decoration:none }
#subnav li a:hover {
	text-decoration:underline;
	background-color: #E3EAE7;
	background-image: url(../images/bg_left_nav_on.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	color: #036;
}
#content #col_2 {
	width:75%;
	float:left;
}

img.float {
	float: right;
	padding-left: 5px;
}


#footer {
	display:block;
	width:678px;
	padding: 10px 40px;
	margin:0 auto;
	background:#EEE9E8;
	-moz-border-radius:6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #036;
	border-bottom-color: #036;
	border-left-color: #036;
}
#footer small {  }

.t_form { margin:20px; }
.t_form th { background:#efefef; }
.t_form td, .t_form th { padding:5px; border-bottom:1px solid #666; }

/* form **********************************************************************************/

form {
	padding: 0;
	margin: 10px 0 0;
}

label {
	display:block;
	width: 150px;
	float:left;
	padding-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
}

.required {
	font-size: 0.75em;
	color: #760000;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	border:1px solid #016867;
	background-color:#FBFBFB;
	font-weight: bold;
	margin: 2px;
	height: 20px;
	width: 175px;
}

select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	border:1px solid #016867;
	background-color:#FBFBFB;
	font-weight: bold;
	margin: 2px;
	height: 20px;
	width: 177px;
}

.button {
	margin-left: 290px;
	height: 20px;
	width: 60px;
	background-color: #3B527E;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* search form **********************************************************************************/

.search11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0;
	font-weight: bold;
	text-align: center;
	width: 210px;
	padding-top: 10px;
}

.input11 {
	background-image: url(../images/searchicon.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 22px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-left: 5px;
}

