/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
-->

#header_container{
margin: auto;
}

#header{
background: url(../images/header.jpg) no-repeat;
width: 950px;
height: 146px;
margin: auto;
}

#logo{
	width: 196px;
	height: 144px;
	float: left;}
	
#contact_info{
	width: 255px;
	height: 100px;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-top: 50px;}
	

#navi_container{
margin: auto;
}

#navi{
width: 950px;
height: 47px;
margin: auto;
background-image: url(../images/navi_bg.jpg);
}

#navi ul{list-style-type:none; margin: 0 ;   padding: 12px 0 0 210px;}
#navi ul li{display: inline; margin:0; padding: 10px; }
#navi ul li a{color: #d7493f; text-decoration: none; font-weight:700; font-family: Arial, Helvetica, sans-serif; font-size: 16px;}
#navi ul li a:hover{color:#c1b6d8}

#flash_container{
margin: auto;}

#flashbox{
	width: 950px;
	height: 244px;
	margin: auto;
	}

#main_area_container{
margin: auto;
width: 950px;
}

#main_area{
width: 625px;
margin: 10px;
float: left; 
}

#main_area_header{
	background-image: url(../images/subheader_bar.jpg);
	height: 41px;
	}
	
#sub_header{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	padding: 10px 0 0 10px;}

#column_a{
font-family: Arial, Helvetica, sans-serif;
color: #42489e;
width: 280px;
margin: auto;
padding: 10px 0 0 0;
line-height: 1.2;
float: left; 
}

#column_a a:link {
	color: #42489e;
	text-decoration: none;
}
#column_a a:visited {
	text-decoration: none;
	color: #42489e;
}

#column_b{
font-family: Arial, Helvetica, sans-serif;
color: #42489e;
width: 280px;
margin: auto;
padding: 10px 0 0 0;
float: right;
line-height: 1.2;
}

#column_b a:link {
	color: #42489e;
	text-decoration: none;
}
#column_b a:visited {
	text-decoration: none;
	color: #42489e;
}

#img_box{
float: right;
margin: 10px;
}

#footer_container{
margin: auto;
}

#footer{
width: 950px;
height: 50px;
margin: auto;
background-color: #42489e;
}

#link{
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 17px 10px 0 0;
color: #FFF;
}