#Masthead {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:213px;
	z-index:1;
	background-image: url(../images/masthead_bg.png);
}
#TopSpace {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:8px;
	z-index:1;
}
#TopMargin, #BottomMargin, #BottomCopyright {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:30px;
	z-index:1;
}
#BottomMargin {
	border-bottom:1px solid #5F98BA;
}
#BottomCopyright {
	width:895px;
	left:60px;
	padding-top:10px;
	color: #5F98BA;
}

#MainContent{
	position:relative;
	left:60px;
	top:0px;
	width:895px;
	z-index:2;
}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
p, h1, h2, h3 {
	padding-right:195px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #5F98BA;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #5F98BA;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #506A7A;
	font-weight: normal;
}
h3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #506A7A;
	font-weight: normal;
}


li {
	vertical-align:top;
	list-style-image: url(../images/yellow_bullet.gif);
	list-style-type: none;
	margin-bottom: 5px;
}
hr {
	height: 1px;
	width:100%;
	border:none;
	color: #5F98BA;
	background-color: #5F98BA;
}
ul li ul {
	padding-right:0px; /* required to avoid hasLayout problems in IE */
}
ul {
	padding-right:195px; /* required to avoid hasLayout problems in IE */
	
	vertical-align:top;
	list-style-type: none;
}
input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ECECEC;
	border: 1px solid #5F98BA;
}

input[type=submit], input[type=reset] {
	border: 1px solid #000000;
	background-color:#5F98BA;
	color:#FFFFFF;
}

input[type=radio], input[type=checkbox] {
	border:none;
	background-color:#FFFFFF;
}