html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {		
	font-family: arial, tahoma, Verdana, sans-serif;
	text-align: left;
	color: #000000;
	background: #9ab5e4;
	font-size: 90%;
}

.mainbody {		
	font-family: arial, tahoma, Verdana, sans-serif;
	text-align: center;
	color: #000000;
	background: #d4def1 url(../images/img-background-body.jpg) repeat-x;
	font-size: 90%;
}

h1 {
	font-size: 190%; 
	font-style: italic;
	font-weight: normal;
	color: #ffffff;
	margin-top: 0px;
}

h2,h3,h4,h5 {
	font-size: 140%; 
	font-style: italic;
}

table {
	font-size: 100%;
}

h6 {
	color: #244e81;
	font-size: 80%;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

#content p {
	line-height: 25px;
}

a {
	color: #173351;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
		
#container {
	margin: 0 auto;
	width: 980px; 
	min-height: 100%;
	text-align: left;
	position: relative;
	border-left: 0px solid white;
	border-right: 0px solid white;
}

#header {
	height: 100px;
	width: 200px;
	margin: 0px 0px 5px 0px;
	padding-top: 60px;
}

#navigation {
	height: 25px;
	padding: 8px 4px 3px 15px;
	font-size: 110%;
	text-align: left;
	float: left;
}

#navigation a {
	color: #ffffff;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#navigation li {
	display: inline;
	padding-right: 15px;
}

#subMenu {
	width: 600px;
	height: 20px;
	padding: 8px 4px 3px 15px;
	background-color: #2b5995;
	border: 1px solid #1f416d;
	font-size: 90%;
	text-align: left;
}

#subMenu a {
	color: #ffffff;
	text-decoration: none;
}

#subMenu a:hover {
	text-decoration: underline;
}

#subMenu ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#subMenu li {
	display: inline;
	padding-right: 15px;
}

.selected {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
	
#content {
	width: 980px;
	padding: 40px 0px 10px 0px;
}

#footer	{
	position:absolute;
	bottom: 0px;
	width: 980px;
	padding-bottom: 10px;
}

#footer p {
	margin: 0px;
	padding: 0px;
	float: right;
	color: #244e81;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}

#clearfooter {
	height: 110px;
	width: 100%;
	clear: both;
}

.inputFields {
	border: 1px solid #1f416d;
	font-family: arial, tahoma, Verdana, sans-serif;
}

.submitButton {
	background-color: #1f416d;
	color: #ffffff;
	font-family: arial, tahoma, Verdana, sans-serif;
	font-weight: bold;
	padding: 1px;
	height: 24px;
	margin-right: 10px;
}

.imgBorder {
	border: 5px solid #17365d;
}