@charset "utf-8";
/* CSS Document */

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%;
}

ol, ul {
	list-style: none outside none;
}
blockquote, q {
	quotes: none;
}

body {
	line-height: 18px;
	background: url("../images/bg.gif") repeat-x scroll 0 0 #234489;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	color:#155d6b;
}

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;
}
/****************************************************************************************************************/
.clear{
font-size:1px;
clear:both;
}

/****************************************************************************************************************/

#wrapper{width:800px; margin:0 auto; margin-bottom:20px;}

#splash{ background-color:#999999;width:800px; height:616px;; margin:0 auto}

p{
padding:0 0 0px 0;
}

.title h1 {
	font:bold 20px/40px Arial, Helvetica, sans-serif;
	text-align:left;
	color:#155d6b;
	padding:0px;
	margin:0px;
	border-bottom:solid 1px #155d6b;
	margin-bottom:5px;
}
.title h1 a {
	text-decoration:none;
	color:#155d6b;
}
.title h1 a:hover {
}


#content {
    margin: 0px auto 0;
    padding-left: 10px;
    padding-right: 20px;
	font-weight:normal;
	background-color:#edd5a9;
}


#content h1 a{color:#155d6b;}

#content p {
   padding: 10px 0;
}


.title h1 {
	font:bold 20px/40px Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
	padding:0px;
	margin:0px;
	border-bottom:solid 2px #155d6b;
	margin-bottom:5px;
}

#content h1 {
    color: #535353;
    font-size: 25px;
    line-height: 50px;
}

#footer{
height:67px;
 margin:0px;
text-align:center;
line-height:67px;
color:#9c9c9c;
border-top:2px solid #155D6B;
}

#footer a{
font-weight:bold;
text-decoration:none;
color:#50c5f9;
}
#footer a:hover{
text-decoration:underline;
}
.left_image{
float:left;
border:2px solid #999999;
margin:10px;
}

