@charset "UTF-8";
* { margin: 0px; padding: 0px; } 
html 		{ min-height: 100%; }

body { text-align: justify; 
font-family: arial, verdana, sans-serif; 
font-size: 12px; 
color: #333; 
background:white no-repeat 50% 0; line-height:18px; }

p, h1, h2, h3, h4, ol, ul, dl { padding:6px 6px 8px; }
ol,ul,dl 
h1, h2, h3, h4, ol, ul, dl { padding:12px 6px 3px; }

.code {
font-family: Courier New, Courier, monospace;
font-size: 11px;
}

table, th, td { 
	font-family: arial, verdana, sans-serif; 
	font-size: 12px; 
	color: #333; 
	text-align: center; 
	margin:10px auto;
	padding:2px 2px 2px;
	border-style: none;
	border-width: 0px;
	border-color: gray gray gray gray;
}

table.border { 
	font-family: arial, verdana, sans-serif; 
	font-size: 12px; 
	color: #333; 
	text-align: center; 
	margin-left: auto; margin-right: auto;
	border-width: 1px 1px 1px 1px;
	padding:0px 0px 0px;
	border-spacing: 0px;
	border-style: inset;
	border-color: gray gray gray gray;
}

table.border th, table.border td { 
	font-family: arial, verdana, sans-serif; 
	font-size: 12px; 
	color: #333; 
	text-align: center; 
	margin-left: auto; margin-right: auto;
	border-width: 1px 1px 1px 1px;
	padding:2px 2px 2px;
	border-spacing: 0px;
	border-style: inset;
	border-color: gray gray gray gray;
}

table.left, table.left th, table.left td { 
	font-family: arial, verdana, sans-serif; 
	font-size: 12px; 
	color: #333; 
	text-align: left; 
	margin:10px auto;
	padding:2px 2px 2px;
	border-style: none;
	border-color: gray gray gray gray;
}

table.leftBorder { 
	font-family: arial, verdana, sans-serif; 
	font-size: 12px; 
	color: #333; 
	text-align: left; 
	margin:10px auto;
	padding:0px 0px 0px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: inset;
	border-color: gray gray gray gray;
	
}

table.leftBorder th, table.leftBorder td { 
	font-family: arial, verdana, sans-serif; 
	font-size: 12px; 
	color: #333; 
	text-align: left; 
	margin:10px auto;
	padding:2px 2px 2px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: inset;
	border-color: gray gray gray gray;
}

table.leftBorder thead tr th{ font-size: 14px; background:#A13D3D; color: #FFF; }
table.leftBorder thead td{ font-size: 14px; background:#A13D3D; color: #FFF; }
table.leftBorder tr { height:35px;} 
table.leftBorder thead { height:35px;}

table.justify, table.justify th, table.justify td { 
	text-align: justify; 
	font-family: arial, verdana, sans-serif; 
	font-size: 12px; 
	color: #333; 
	margin:10px auto;
	padding:2px 2px 2px;
	border-style: none;
	border-width: 0px;
	border-color: gray gray gray gray;
}

td .defaultheight 
{ height:20px;}

tr .height35, td .height35
{ height:35px;}

ol, ul, dir, menu, dd       		{ margin-left: 10px }
ol              					{ list-style-type: decimal }
ol ul, ul ol, ul ul, ol ol    		{ margin-top: 0; margin-bottom: 0 padding-top: 0; padding-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; }
img 				{ display: block;}
a:link 				{ color: #C74848; text-decoration: underline; }
a:visited 			{ color: #333; text-decoration: underline; }
a:hover, a:active 	{ color: #DB7C7C; }

.alignright		{ text-align: right !important; }
.floatright		{ float: right; }
.inline			{ display: inline; }
img.aligncenter { margin-left:auto; margin-right:auto; display:block; text-align:center; }
img.margin20 { margin-left: 20px; margin-right: 20px; margin-top: 20px; margin-bottom: 20px; }

.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: 16px; color: #666; }
h4		{ font-size: 14px; }

iframe.header
{
width:100%; 
height:120px;
border-style: none;
border-width: 0px;
}

iframe.leftmenu
{
width:170px; 
height:700px;
border-style: none;
border-width: 0px;
}

iframe.submenu
{
width:825px; 
height:50px;
border-style: none;
border-width: 0px;
}

#wrapper 		{ margin:0 auto; }

#header 		{ 
	position:relative; 
	display:block; 
	height:85px; 
	/*background:#FFF url(../images/bg_header.gif) repeat-x; */
	background:#552020; /*RGB(85,32,32)*/
	}
#header h1 { font-family: verdana, arial; font-size:18px; color:#FFF; }	
#header h2 { font-family: verdana, arial; font-size:16px; color:#FFF; }	
#header .logo 	{ position:absolute; left:40px; top:0px; }

#header h2 a, #header h2 a:visited {
	color: #fff;
	text-decoration: none;
}


#nav 			{ display:block; height:26px; margin:0; padding:0; list-style:none; text-align:center; background:#A13D3D url(../images/bg_nav.gif) repeat-x; }
#nav li 		{ float:left; width:140px;}
#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:95%; 
padding:50px 10px 0; 
/*min-height:543px;*/ 
/*background:#FFF url(../img/bg_content_repeat.GIF) repeat-x;*/ 
text-align:justify;
/*float: left; */
/*position:absolute;
left: 10px;
top: 120px;*/
 }
 
 #content_position { 
  max-width:825px; 
  padding:50px 10px 0; 
  min-height:543px; 
  background:#FFF url(../images/bg_content_repeat.GIF) repeat-x; 
  text-align:justify;
  position:absolute;
  left: 160px;
  top: 120px;
 }

* html #content, * html #content #col_1 { min-height:300px; }

#content #col_2 { width:95%; float:left; }

#footer { display:block; width: 90%; padding: 10px 40px; margin:0 auto; background:#EEE9E8; float: left; text-align: center;}
#footer small { }


#leftcontent { width:145px; padding:30px 10px 0; min-height:200px; background:#FFF no-repeat 0 0; text-align:left;  }
* html #leftcontent, * html #leftcontent #col_1 { min-height:200px; }

#leftcontent #col_1 { width:140px; float:left; min-height:200px; background:url(../images/bg_left.gif) no-repeat 100% 50%; }
#leftcontent #col_1 h2 { color:#999999; font-size:14px; font-weight:normal; }

.subnav, .subnav ul { margin:0; padding:0; list-style:none; }
.subnav li { width:140px; }
.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.small { font-size:11px; 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 { background:#E9D1D1 url(../images/bg_left_nav_on.gif) no-repeat 100% 0; text-decoration:none; }

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

