body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}
* {margin: 0px;padding: 0px;}
#container {
	margin: 10px auto;
	text-align: left;
	width: 1030px;
}
#main {
	width: 1030px;
	background-image:url(images/background-long.gif);
}
/******************** header ********************/
#header {
	width:980px;
	height:350px;
	margin-left:25px;
	background-color:#d4ebff;
	background-image:url(images/new-header.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	display:block;
}
#nav {
	width:976px;
	height:30px;
	margin: 2px 0px 2px 25px;
	background-color:#d4ebff;
	padding: 10px 5px 5px 1px;
}
#nav ul {
}
#nav li {
	display:inline;
	font-size: 16px;
	background-color:#002a4e;
	width:144px;
	height:30px;
	float:left;
	margin-left:43px;
	text-align:center;
}
#nav a {
	width:144px;
	height:30px;
	padding-top:5px;
	text-decoration:none;
	color:#a5cae5;
	font-weight:800;
	display:block;
}
#nav a:hover {
	color:#FFFFFF;
	font-weight:800;
}
/******************** Content ********************/
p, h1, a, span{font-family: Arial, Helvetica, sans-serif;}
#content {
	width:980px;
	margin-left:25px;
	background-color:#d4ebff;
}
#left {
	float:left;
	width:660px;
	display:inline;
	margin: 20px 0px 30px 20px;
}
#left p {
	color: #000000;
	padding: 5px 0px;	
}
#left a{
	color: #052d4e;
	font-weight:800;
}
#left a:hover{
	color:#FFFFFF;
}
#left h1{
	font-size: 16px;
	color: #000000;
	display:inline;
	font-weight:900;
}
#left span{
	font-size: 12px;
	/*color: #007dda;*/
	color: #000000;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
#right {
	float:right;
	width:230px;
/*	background-color:#acd9ff;*/
	color:#000000;
	font-size: 12px;
	padding: 10px 20px;
	margin: 30px 20px 20px 0px;
	display:inline;
}
#right p{
	padding: 7px 0px;
}
#right a{
	color:#000000;
	font-weight:800;
}
#right a:hover{
	color: #052d4e;
}
#right h3{
	padding-bottom: 9px;
}
#right ul{
	padding-bottom: 12px;
}
#right li{
	padding-bottom: 5px;
}
#right ul ul{
	/*list-style-type:none;*/
	padding-top: 0px;
	padding-bottom: 0px;
}
#right li li{
	margin-left:	10px;
	padding-top:	5px;
	padding-bottom:	0px;
}
.post {
	font-size: 14px;
	margin-top:20px;
}
.post a{
}

.post a:hover{
}

.post p{
}


/******************** Footer ********************/
#footer {
	width:1030px;
	text-align:center;
	color:#000000;
}
#footer ul {
	padding:10px;
	text-align:center;
}
#footer ul li {
	display:inline;
	float:none;
	margin-left:20px;
	margin-right:20px;
}
#footer a {
	color:#000000;
	font-weight:900;
	text-decoration:none;
	margin-left:20px;
	margin-right:20px;
}
#footer a:hover {
	text-decoration:underline;
	color:#002a4e;
}
#footer span {
	display:block;
	clear:both;
	color:#000000;
	margin: 10px 0px;
}
.clear{
	clear:both;
}


