body {
	margin: 0px;
	padding: 0;
	background: rgb(151, 164, 211);
}*/

ul, ol { }

h1, h2, h3 ,p{
	font-family: Arial, "Arial", Sans-serif;
	font-weight: normal;
}

h3 {
font-size: 12px;
margin: 3px 0 3px 0;
font-weight:bold;
color: black;
text-align:center;
 }
 
 p {
	font-size: 12px;	
 }

a:link {
	font-size: 11px;
	margin: 3px 0 5px 0;
	color:rgb(204,0,0);
	text-decoration: underline;
	text-align:center;
}

a:hover { text-decoration: underline; }

blockquote { }

hr { display: none; }

#wrapper {
}

/* Header */

#header-wrapper {
}

#header {
	width: 1000px;
	height: 252px;
	margin: 0 auto;
	background: #333366;
	padding: 0px;
	}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	background: #FFFFFF;
}

/* Content */

#content {
	width: 680px;
	text-align: center;
}

#content h1 {
	font-size: 8px;
	color: #000066;
	text-align:center;
}

#content h2 {
	font-family:verdana;
	font-size: 10px;
	color:rgb(51,51,51);
	text-align:left;
}

#content h3 {
	font-family:verdana;
	font-size: 11px;
	color:rgb(51,51,51);
	font-weight: bold;
	text-align: left;
	margin: 0 0 0 30px;
 }
 
 #content h4 {
	font-family:verdana;
	font-size: 12px;
	color:rgb(51,51,51);
	font-weight: bold;
	text-align: center;
 }
 

#content p {
	font-size: 12px;
	float:left;
	color:#000;
	text-align:left;
}

#content a:link {
	font-size: 9px;
	color:rgb(204,0,0);
	text-decoration: underline;
	margin-left: 5px;
}

#content a:hover { text-decoration: underline; }

/* Footer */

#footer {
	width: 1000px;
	margin: 0 auto;
	padding: 13px 0 0 0;
	height: 120px;
	background:no-repeat url(../images/indexpage/Fotolia_833065_XSw1000h80.jpg);
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
}

#footer a {
}

