@charset "utf-8";
/* CSS Document */

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;     
	border: none;
	overflow: auto;
}

#logo {
	background-color: #FFFFFF;
	height: 60px;
}

#bar {
	height: 30px;
	background-color: #0064a2;
	background-image:url(../images/bar.jpg);
	padding: 10px 0px 0px 0px;
}

#nav {
	padding: 0px 8px 4px 8px;
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav a:link {
	color: #033f88;
	text-decoration: none;
}

#nav a:visited {
	color: #033f88;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}


#navMenu, #startpage{
	padding: 0px 8px 4px 8px;
}

#navMenu, #startpage ul, li{
	list-style: none;
	padding: 4px;
	padding-left: 10px;
	margin: 0px;
}

#navMenu, #startpage a:link {
	color: #033f88;
	text-decoration: none;
}

#navMenu, #startpage a:visited {
	color: #033f88;
	text-decoration: none;
}

#navMenu, #startpage a:hover {
	text-decoration: underline;
}




#linespacer {
	height: 20px;
}

#spacer {
	height: 100%;
}

#backToTop {
	font-size: 11px;
	color: #333333;
	margin-left: 10px;
}

#backToTop a:link {
	color: #003366;
	text-decoration: underline;
}

#backToTop a:visited {
	color: #003366;
	text-decoration: underline;
}

#backToTop a:hover {
	text-decoration: none;
}

#title {
	color: #333333;
	font-size: 14px;
	font-weight:bold;
	margin-left: 10px;
}

#bodyText {
	color: #333333;
	font-size: 11px;
	line-height: 16px;
	min-height: 200px;
	margin: 10px;
}

#bodyText a:link {
	color: #003366;
	text-decoration: underline;
}

#bodyText a:visited {
	color: #003366;
	text-decoration: underline;
}

#bodyText a:hover {
	text-decoration: none;
}

#footer {
	color: #999999;
	font-size: 10px;
	line-height: 16px;
	margin-left: 10px;
    margin-right: 10px;
}

#disclaimer {
	color: #999999;
	font-size: 10px;
	font-style: italic;
	line-height: 16px;
	margin-left: 10px;
    margin-right: 10px;
}

#flashPlayer {
	color: #999999;
	font-size: 10px;
	line-height: 16px;
	margin-left: 10px;
    margin-right: 10px;
}

#flashPlayer a:link {
	color: #990000;
	text-decoration: none;
}

#flashPlayer a:visited {
	color: #990000;
	text-decoration: none;
}

#flashPlayer a:hover {
	text-decoration: underline;
}


#backButtonBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0; 
	padding:0;
	font-size: 13px;
	margin-left: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}