body {
	background-color: #D1DFED;
	color: #6C7099;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.4em;
	margin:0;
	padding:0;
}

#test {
	font-weight:normal;
	font-size: 36px
	color:#6C7099;
	margin:0;
	padding: 0 0 5px 0; /* top, right, bottom, left */
	}
	
h1 {
	font-size:24px;
	font-weight:normal;
	color:#6C7099;
	margin:0;
	padding: 0 0 5px 0; /* top, right, bottom, left */
	}

h2 {
	font-size:18px;
	font-weight:normal;
	color:#6C7099;
	margin:0;
	padding: 0px 0 10px 0; /* top, right, bottom, left */
	}

p {
	margin:0;
	padding:1px 0;
	}

.pic {
	float: left;
	padding: 0px 10px 0px 0px;
	}


#noborder {
	border-right:none;
	}


#wrapper {
	left:50%;
	margin-top: 15px;
	margin-left: -375px;
	position:absolute;
	width: 750px;
	visibility: visible;
	top: 1px;
	background-position: center;
}

#nav {
	background-color: #355C89;
	color:#FFFFFF;
	padding:10px;
	text-align:center;
	}

#nav a {
	border-left: 1px solid #FFFFFF;  /**/
	color: #FFFFFF;
	padding:0 15px;
	text-decoration: none;
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #DAD6FE;
	text-decoration: none;
}
#nav a:active {
	text-decoration: none;
}

#nav ul{
	margin:0;
	padding:0;
	}	

#nav ul li{
	display:inline;
	margin:0;
	padding:0;
	}

#content {
	background:#FFFFFF;
	float:left;
	margin:0;
	padding:0;
	width:750px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3D6690;
}

#leftcol { /*540*/
	float:left;
	padding:15px 0px 15px 15px;
	width:525px;
	}
#rightcol { /*210*/
	float:left;
	width:166px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	}

#rightcol a {
	color:#CCCCCC;
	text-decoration:none;
	}
#rightcol a:hover {
	text-decoration: underline;
	}

.righttab {
	color:#FFFFFF;
	font-size:10px;
	border-top-color: #355C89;
	border-right-color: #355C89;
	border-bottom-color: #355C89;
	border-left-color: #355C89;
	}
	
.td_text {
	padding: 0;
	background-color: #355C89;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #355C89;
	border-right-color: #355C89;
	border-bottom-color: #355C89;
	border-left-color: #355C89;
	}
.td2_text {
	padding: 0;
	background-color: #355C89;
	border: 3px solid #355C89;
	}
	.td3_text {
	padding: 0;
	background-color: #355C89;
	border: 3px solid #355C89;
	}
#footer {
	color: #3D6690;
	clear:both;
	font-size:10px;
	text-align: center;
	padding-top: 5px;
}

