BODY {
	margin-left: 10px; margin-right:10px; margin-top: 20px; margin-bottom: 10px; padding: 0px;
	background: #90BAE4;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
}

NOSCRIPT {
	text-align: center; 
	color: #000000; 
	font-size: 1.2em;
	margin-top: 5px;
}

INPUT, TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 11px;
	border: solid black 1px;
	background: #f3f3f3;
	color: #000000; 
}

SELECT, OPTION {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 11px;
	background: #f3f3f3;
	color: #000000; 
}

.radioButton {
	border: none;
	background: #ffffff;
}

#page {
	width: 100%;
	text-align: center;
}

#container {
	position: relative;
	margin-left: auto; margin-right: auto;
	width: 760px;
	text-align: left;
	background: #095593;
	color: #ffffff;
	height:100%;
}

#navContainer {
	position: relative;
	left: 10px;
	background: #003366 url(../images/nav_bg.gif) no-repeat;
	width: 162px;
	text-align: left;
	float: left;
	height: 100%;
}

#contentContainer {
	position: relative;
	left: -9px;
	background: #ffffff;
	color: #000000;
	text-align: left;
	width: 579px;
	float: right;
	height: 100%;
}

#header {
	background: #90BAE4;
	height: 113px;
}


#nav {
	margin-left: 15px;
	text-align: left;
	font-size: 12px;
	line-height: 24px;
}

#nav a {
	color: #ffffff;
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	color: #F9F3A2;
}

#spacer { height: 20px; }


#content {
	margin-bottom:20px;
	margin-left:30px; margin-right:30px;
	background: #ffffff;
	line-height: 16px;
	height: 100%;
}

#content a {
	color: #095593;
}

#content a:hover {
	color: #095593;
	text-decoration: none;
}

#contentContainerBottom {
	background: #095593;
}

.contentImage {
	margin-left: 20px;	margin-bottom: 20px;
	border: 1px; border-style: solid; border-color: #000000;
}

.contentImageNoBorder {
	margin-left: 20px; margin-bottom: 20px;
}

#tableBorder {
	border: 1px; border-style: solid; border-color: #e3e3e3;
}

#tableBorder table {
	border: 1px; border-style: solid; border-color: #e3e3e3;
}

#tableBorder td {
	border: 1px; border-style: solid; border-color: #e3e3e3;
}

.heading {
	color: #095593;
	font-size: 14px;
	font-weight: bold;
}

.subHeading {
	color: #095593;
	font-size: 12px;
	font-weight: bold;
}

.emphasis {
	color: #095593;
	font-size: 11px;
	font-weight: bold;
}

#copyright {
	position:relative;
	padding-top: 10px;
	padding-bottom: 25px;
	text-align: center;
	font-size: 9px;
	background: #095593;
	color: #ffffff;
}

#copyright a {
	color: #ffffff;
}

#containerBottom {
	background: #90BAE4 url(../images/container_bottom.gif) no-repeat;
	height: 50px;
}

#footer {
	text-align: center;
	clear: both;
}
