/* CSS Document */
/* reset css styles individually instead of universal selector. */

html, body{
	margin: 0;
   	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
 	border-left:0;
}

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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}
ol, ul {list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */
body {
	background:#1c447f;
	text-align:center;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	letter-spacing:1px;
	color:#333;
}
#container {
	margin: 0 auto;
	width:986px;
	text-align:left;
}
#header {
	background:url(../images/header.jpg) no-repeat;
	height:449px;
}
#body_rpt{
	background:url(../images/body_rpt.jpg);
	background-repeat:repeat-y;
	height:2450px;
/*	clear:both;
	height:1000px;
	overflow:auto;
	position:absolute;*/
}
#footer {
	background-image:url(../images/footer.jpg);
	height:112px;
	clear:both;
	overflow:auto;
	text-align:center;
}
#footer p{
	margin-top:60px;
	font-size:12px;
}
#content{
	padding: 0 60px;	
	width:900px;
}
#logo_sos {
	padding:30px 0 100px 0;	
	margin:0 -26px 0 -39px;
}
h1 {
	background-image:url(../images/logo.jpg);
	width:635px;
	height:126px;
	text-indent:-9999em;
	
}
#sos {
	background-image:url(../images/sos.jpg);
	width:330px;
	height:237px;
	text-indent:-9999em;
	float:right;
	margin-top:-156px;
}
h2 {
	font-size:18px;
	font-weight:bold;
	padding: 35px 0 10px 0;
	color:#101d4c;
}
span {
	font-size:14px;
	font-style:oblique;
}
p {
	width:850px;
}
p, ul, li {
	line-height:25px;	
}
ul, li {
	padding:3px 0;
	width:800px;
}
ul {
	margin-left:70px;	
}
li {
	list-style:circle;
	
}
#noBullet {
	list-style:none;
	margin-left:-70px;
}
#contact {
	color:#101d4c;
}
#contact a:hover {
	color:#25a1f4;
}
