html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {		
	font-family: tahoma, Verdana, sans-serif;
	padding-right: 50px;
	color: #000000;
	background-color: #e0e0e0;
	background: url(../images/img-background-body.gif);
	font-size: 80%;
}

h1 {
    color: #00017a;
    font-size: 130%;
}

a {
	color: #1d5ffd;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
		
#container {
	width: 850px; 
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	background-color: #ffffff;
	border-right: 2px solid #00017a;
	border-left: 2px solid #00017a;
	position: relative;
}

*html #container {
	height: 100%;
}

#content {
	width: 735px;
	padding: 10px 20px 10px 20px;
}

#header {
	height: 65px;
	width: 850px;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 5px 10px;
	overflow: hidden;
}


#headerBar {
	width: 840px;
	height: 20px;
	background-color: #f5f5f5;
	background: url(../images/img-background-menu.gif) repeat-x;
	border: 1px solid #00017a;
	margin-top: 20px;
	clear: both;
	left: 0px;
}

#navigation {
	width: 580px;
	height: 20px;
	background-color: #f5f5f5;
	background: url(../images/img-background-menu.gif) repeat-x;
	border: 1px solid #00017a;
	margin-top: 12px;
}

#navigation a {
    color: #ffffff;
}

#navigation ul {
    margin-top: 2px;
    padding-left: 10px;
    margin-left: 0px;
    margin-bottom: 0px;
}

#navigation li {
    display: inline;
    margin-right: 15px;
    padding-left: 0px;
}

.navigationBlock {
	display: block;
	background-color: #0002c0;
	border: 1px solid #00017a;
	height: 45px;
	width: 145px;
	font-weight: bold;
	font-size: 120%;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	float: left;
	margin-right: 3px;
}

.navigationBlock a {
	color: #ffffff;
}

.list {
	list-style-type: circle;
	line-height: 25px;
}

#footer	{
	position:absolute;
	bottom: 0px;
	width: 852px;
	height: 21px;
	background: url(../images/img-background-menu.gif) repeat-x;
	border: 1px solid #00017a;
	margin-left: -2px;
}

*html #footer {
	width: 861px;
}

#footer p {
    margin: 0px;
    padding: 4px 0px 0px 0px;
    color: #ffffff;
    text-align: center;
    font-size: 85%;
}

#footer a {
	color: #a2befe;
}

#clearfooter {
	height: 50px;
	width: 100%;
	clear: both;
}

#newsTickerContainer {
	width: 435px;
	height: 120px;
	background: url(../images/img-background-ticker.gif) repeat-x;
	border: 1px solid #00017a;
	padding-right: 10px;
	padding: 7px;
	float: left;
	color: #ffffff;
}

#newsTickerContainer h1 {
	color: #ffffff;
	padding: 0px 0px 5px 0px;
	margin: -2px 0px 0px 0px;
}

#newsTickerContainer a {
	color: #a2befe;
}


/* CODE REQUIRED FOR NEWS TICKER TO FUNCTION. REMOVE IF NO TICKER REQUIRED */
#ticker {
	width: 300px;
	height: 120px;
	margin-top: -5px;
	#margin-top: 0px;
}

.newsscroller {
	font-weight: normal;
	font-size: 85%;
}
/* END CODE */

.table {
	width: 70%;
	overflow: hidden;
	margin-left: 180px;
	border: 0px solid green;
	margin-bottom: 7px;
}

.leftCell {
	float: left;
	width: 48%;
	font-weight: bold;
}

.rightCell {
	float: right;
	width: 48%;
	font-weight: bold;
}


.table2 {
	width: 40%;
	overflow: hidden;
	border: 0px solid green;
	margin-bottom: 7px;
	border: 0px solid red;
	height: 30px;
}

.leftCell2 {
	float: left;
	width: 15%;
	font-weight: bold;
	border: 0px solid red;
	height: 28px;
	padding-top: 3px;
}

.rightCell2 {
	float: right;
	width: 65%;
	font-weight: bold;
	border: 0px solid red;
}

.inputFields {
	border: 1px solid #00017a;
	font-family: tahoma, Verdana, sans-serif;
	font-size: 90%;
}

.submitButton {
	border: 1px solid #00017a;
	background-color: #00017a;
	color: #ffffff;
	font-size: 95%;
	font-weight: bold;
	padding: 2px;
}

.imgBorder {
	border: 1px solid #00017a;
}

.downloads td {
	padding-bottom: 10px;
}

img { behavior: url(css/iepngfix.htc) }