* {
	margin: 0px;
	padding: 0px;
	color: #000000;
} 
html 		{ min-height: 100%; }

body {
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #333;
	background:white url(../css1/images/bg_page.gif) no-repeat 50% 0;
	line-height:normal;
}
p, h1, h2, h3, ol, ul, dl {
	padding:2px 6px 4px;
	color: #000000;
	font-size: 12px;
}
ol,ul,dl 
h1, h2, h3, ol, ul, dl { padding:8px 6px 3px; }
table, th, td {
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
	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(../css1/images/bg_blockquote_side.gif) no-repeat 0 50%;
}
#skip 				{ display: none; }
a img, :link img, :visited img { border: none; }
img 				{ display: block; }


.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; } /**/ 


#wrapper 		{ width:760px; margin:0 auto; }

#header 		{
	position:relative;
	display:block;
	width:760px;
	height:102px;
	background:#FFF url(../css1/images/bg_header.gif) repeat-x;
	color: FFFFFF;
}
#header .logo 	{
	position:absolute;
	left:6px;
	top:2px;
}

#header .slogan 	
#header #h1
 		{ color: #FFFFFF; font-size:small; font-weight: bold; }
a:link 		{ color: #FFFFFF; text-decoration: none; font-weight: bold; }
a:visited 	{ color: #FFFFFF; text-decoration: none; }
a:hover     { color: #BE8B06; }
a:active 	{ color: #FFFFFF; }

#slogan h1 { color: #FFFFFF; font-size:medium; font-weight: bold; }
	
#slogan h2 { color: #FFFFFF; font-size:small; font-weight: bold; }


#nav 			{ display:block; width:760px; height:26px; margin:0; padding:0; list-style:none; text-align:center; background:#A13D3D url(../css1/images/bg_nav.gif) repeat-x; }
#nav li 		{ float:left; width:150px;  }
#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(../css1/images/bg_nav_on_2.gif) no-repeat 50% 0; color:#EFEFEF; }
#nav li a:hover { background:url(../css1/images/bg_nav_on.gif) no-repeat 50% 0; }

#content { width:740px; padding:50px 10px 0; min-height:543px; background:#FFF url(../css1/images/bg_content.gif) no-repeat 0 0; text-align:left;  }
* html #content, * html #content #col_1 { height:543px; }

#content #col_1 {
	width:20%;
	float:left;
	min-height:543px;
	background:url(../css1/images/bg_left.gif) no-repeat 100% 50%;
	text-decoration:none;
	color: #000000;
	font-weight: bold;
	font-size: small;
}

a:link 	    { color: #C74848; text-decoration: none; font-weight: bold; }
a:visited 	{ color: #333333; text-decoration: none; }
a:hover 	{ color: #BE8B06; }
a:active 	{ color: #C74848; }

#content #col_1 h1 { color:#333333; font-size:small; font-weight:bold; line-height:12px; }
#content #col_1 h2 { color:#333333; font-size:x-small; 	font-weight:bold; line-height:12px; }

#subnav, #subnav ul { margin:0; padding:0; list-style:none; }
#subnav li {
	color: #C74848;
}
#subnav li a {
	display:block;
	padding:5px 10px 5px 10px;
	height:1%;
	background:url(../css1/images/bg_subnav.gif) no-repeat 100% 100%;
	text-decoration:none;
	color: #C74848;
	font-weight: bold;
}
#subnav li a:hover { background:#E9D1D1 url(../css1/images/bg_left_nav_on.gif) no-repeat 100% 0; text-decoration:none; }

#col_2 { width:80%; float:left; }
h1		{ font-size: 20px; 	line-height: 18px; color: #003366 }
h2		{ font: 18px arial, sans-serif; color: #003366; font-weight: bold; }
h3		{ font-size: 12px; font-weight: bold; color: #003366; }

#col_2 a { color: #006699; font-weight: bold; text-decoration: none; }
#col_2 a:hover { color: #BE8B06; }

#footer .style2 { font-size: 10px; font-weight: bold; color: #003366 }

h1		{
	font-size: 18px;
	line-height: 18px;
	color: #003366
}
h2		{
	font: 16px arial, sans-serif;
	color: #003366;
	font-weight: bold;
}
h3		{ font-size: 9px; font-weight: bold; color: #003366; }

#footer a:link 	{ color: #C74848; text-decoration: none; font-weight: bold; }
a:visited 	{ color: #C74848; text-decoration: none; }
a:hover 	{ color: #BE8B06; }
a:active 	{ color: #C74848; }

#footer small {  }

.t_form { margin:20px; }
.t_form th { background:#efefef; }
.t_form td, .t_form th { padding:5px; border-bottom:1px solid #666; }
