@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	background-color: #C4D4E7;
	background-image: url(../img/pagebkgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
a:link {
	color: #002F6A;
	text-decoration: underline;
}
a:visited {
	color: #002F6A;
	text-decoration: underline;
}
a:hover {
	color: #990033;
	text-decoration: none;
}
a:active {
	color: #002F6A;
	text-decoration: underline;
}
#wrapper {
	background-repeat: repeat-y;
	background-position: left top;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/wrapperbkgd.jpg);
}
#topcontainer {
	width: 840px;
	background-image: url(../img/mainbkgd.jpg);
	padding-top: 30px;
	padding-right: 55px;
	padding-left: 55px;
	background-repeat: no-repeat;
	background-position: left top;
}
#header {
	text-align: right;
	width: 840px;
	background-image: url(../img/img01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 212px;
	padding-top: 10px;
	font-weight: bold;
	line-height: 16px;
}
#header a {
	color: #002F6B;
	text-decoration: none;
}
#nav {
	height: 25px;
	padding-top: 10px;
	margin-top: 15px;
	font-weight: bold;
	color: #002F6B;
	font-size: 12px;
	font-family: Arial;
}
#nav div {
	float: left;
	padding-right: 8px;
	padding-left: 8px;
}
#nav a:link {
	color: #002F6B;
	text-decoration: none;
}
#nav a:visited {
	color: #002F6B;
	text-decoration: none;
}
#nav a:hover {
	color: #990033;
	text-decoration: none;
}
#content {
	display: block;
	margin-top: 20px;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
}
#base {
	font-size: 10px;
	background-image: url(../img/basebkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	width: 820px;
	padding-right: 65px;
	padding-left: 65px;
	color: #FFFFFF;
	padding-top: 30px;
}
#base a {
	color: #FFFFFF;
	text-decoration: underline;
}
p {
	margin-top: 0px;
}
h1 {
	margin-top: 0px;
	font-size: 20px;
}
h2 {
	font-size: 16px;
	margin-top: 0px;
}
h3 {
	font-size: 14px;
	margin-top: 0px;
}
.redtxt {
	color: #990033;
}
.bluetxt {
	color: #002F6A;
}
.imgborder {
	padding: 3px;
	border: 1px dotted #3E6492;
}
.profiledivide {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #52759F;
	padding-bottom: 8px;
}
input, textarea {
	font-size: 11px;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #002F6A;
}
#button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #002F6A;
	border: 1px solid #002F6A;
}

