/* CSS Document */
body
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
}

#header
{
	width:100%;
	background-image:url(/pictures/header.jpg);
	background-repeat:no-repeat;
	height:102px;
	overflow:hidden;
	background-position:center top;
}

#header_est
{
	width:100%;
	background-image:url(/pictures/header_est.jpg);
	background-repeat:no-repeat;
	height:102px;
	overflow:hidden;
	background-position:center top;
}

#header_lat
{
	width:100%;
	background-image:url(/pictures/header_lat.jpg);
	background-repeat:no-repeat;
	height:102px;
	overflow:hidden;
	background-position:center top;
}

#header_lit
{
	width:100%;
	background-image:url(/pictures/header_lit.jpg);
	background-repeat:no-repeat;
	height:102px;
	overflow:hidden;
	background-position:center top;
}

#header_img
{
	width:100%;
	background-image:url(/pictures/header_img.jpg);
	background-repeat:no-repeat;
	height:300px;
	overflow:hidden;
	background-position:center top;
}

#content
{
	width:960px;
	overflow:hidden;
	background-color:#ffffff;
	margin: 0 auto;
}

#footer
{
	width:100%;
	background-image:url(/pictures/footer.jpg);
	background-repeat:no-repeat;
	height:18px;
	overflow:hidden;
	background-position:center top;
	padding-top:212px;
	color:#FFFFFF;
	font-size:14px;
}

.left_side
{	
	width:455px; 
	overflow:hidden; 
	float:left; 
	border-right-style:dashed; 
	border-right-width:1px; 
	border-right-color:#000; 
	padding-right:20px; 
	margin-right:20px;
}

.left_side2
{	
	width:655px; 
	overflow:hidden; 
	float:left; 
	border-right-style:dashed; 
	border-right-width:1px; 
	border-right-color:#000; 
	padding-right:20px; 
	margin-right:20px;
}

h1
{
	font-size:18px;
	font-weight:bold;
	color:#005c87;
	text-align:center;
	padding-bottom:25px;
}

h2
{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:14px;
	color:#639001;
	padding-top:0px;
	margin-top:0px;
}

h3
{
	font-size:14px;
	font-weight:bold;
	color:#005c87;
}

a, a:visited, a:active
{
	color:#bababa;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:12px;
	text-decoration:none;
}

a:hover
{
	color:#999999;
	text-decoration:none;
}

img
{
	border:none;
}

input[type=text], textarea
{
	padding:3px;
	border-style:solid; 
	border-width:1px;
	border-color:#999999;
	background-image:url(/pictures/text_bg.jpg);
	background-repeat:repeat-x;
	margin-bottom:5px;
}

table
{
	border:none;
}

tr,td
{
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}