html {
	font-size: 100%;
}
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000080;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#content {
	width: 962px;/*752*/
	margin: 0 auto;
	text-align: left;
}
#contentborder {
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#header {
	width: 960px;/*750*/
}
#navigation {
	width: 960px;/*750*/
	/*border-top: 1px solid #2C649D;*/
	background-color: #3273B3;
	height: 43px;/*27px;*/
}
/*#navigation ul {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	color: #FFFFFF;
	width: 100%;
	line-height: 27px;
	white-space: nowrap;
}
#navigation li {
	list-style-type: none;
	display: inline;
}
#navigation li a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	background-color: #3273B3;
	border-right: 1px solid #2C649D;
	padding: .5em .5em;
}
#navigation li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	background-color: #3273B3;
	border-right: 1px solid #2C649D;
	padding: .5em .5em;
}
#navigation li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	background-color: #C4DAF1;
	border-right: 1px solid #2C649D;
	padding: .5em .5em;
}
#navigation li a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	background-color: #C4DAF1;
	border-right: 1px solid #2C649D;
	padding: .5em .5em;
}
#navigation li.current a:link { 
	color: #000080;
	text-decoration: none;
	font-size: 1.1em;
	background-color: #C4DAF1;
	padding: .5em .5em;
}
#navigation li.current a:visited { 
	color: #000080;
	text-decoration: none;
	font-size: 1.1em;
	background-color: #C4DAF1;
	padding: .5em .5em;
}
#navigation li.current a:hover { 
	color: #000080;
	text-decoration: none;
	font-size: 1.1em;
	background-color: #C4DAF1;
	padding: .5em .5em;
}
#navigation li.current a:active { 
	color: #000080;
	text-decoration: none;
	font-size: 1.1em;
	background-color: #C4DAF1;
	padding: .5em .5em;
}
#subnavigation {
	width: 960px;
	border-bottom: 1px solid #2C649D;
	color: #000080;
	background-color: #C4DEEB;
	min-height: 20px;
	padding-top: 0.3em;
}
#subnavigation a:link { 
	color: #000080;
	text-decoration: underline;
	font-size: 1.1em;
}
#subnavigation a:visited { 
	color: #000080;
	text-decoration: underline;
	font-size: 1.1em;
}
#subnavigation a:hover { 
	color: #000080;
	text-decoration: none;
	font-size: 1.1em;
}
#subnavigation a:active { 
	color: #000080;
	text-decoration: none;
	font-size: 1.1em;
}*/
#main {
	width: 960px;/*750*/
	background-color: #FFFFFF;
	min-height: 400px;
	padding-bottom: 1em;
}
#left {
	float: left;
	padding: 1em;
	border-right: 1px dotted #000080;
}
#right {
	float: right;
	padding: 1em;
}
#footer {
	width: 960px;/*750*/
	background-color: #000080;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 0.5em;
	padding-bottom: 1em;
}
#footer a:link { 
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
}
#footer a:visited { 
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
}
#footer a:hover { 
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
#footer a:active { 
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}

h1 {
	font-size: 1.6em;
	color: #000080;
}
h2 {
	font-size: 1.4em;
	color: #000080;
}
p, span {
	font-size: 1.1em;
}
a:link {
	color: #000080;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.1em;
}
a:visited {
	color: #006699;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.1em;
}
a:hover {
	color: #000080;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
a:active {
	color: #000080;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
a.shortdesc:link {
	color: #000080;
	text-decoration: underline;
	font-weight: normal;
	font-size: 1.1em;
}
a.shortdesc:visited {
	color: #006699;
	text-decoration: underline;
	font-weight: normal;
	font-size: 1.1em;
}
a.shortdesc:hover {
	color: #000080;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.1em;
}
a.shortdesc:active {
	color: #000080;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.1em;
}
.errortext {
	font-size: 1.2em;
	color: #CC0000;
	font-weight: bold;
}
.notificationtext {
	font-size: 1.2em;
	color: #006699;
	font-weight: bold;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}
.headline {
	font-size: 1.2em;
	color: #000080;
	font-weight: bold;
}
.bluebox {
	border: 1px solid #000080;
}
.bordertop {
	border-top: 1px solid #000080;
}
.whiteheader {
	color: #FFFFFF;
}
