/********* generic **********/

body {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	width: 1000px;
	min-height: 600px;
	background-color: #f3ffed;
	margin: 0px auto;
	text-align: center;
}


a:link {
	color: #ffffff;
}
a:visited {
	color: #c0c0c0;
}
a:hover {
	color: #000000;
	background-color: #aac7e9;
}
a:active, a:focus {
	color: #191970;
	background-color: #f3ffed;
	text-decoration: none;
}


/********** special site areas ***********/

#page {
	background-color: #0F4B91;
	background-image: url(../images/nav.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	text-align: left;
}

#header {
	height: 100px;
	background-color: #0F4B91;
}


#navigator {
	width: 200px;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
	font-weight: bold;
}

#navigator a {
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	display: block;
}

#navigator a:link {
	border: 1px solid transparent;
}
#navigator a:visited {
	border: 1px solid transparent;
}
#navigator a:hover {
	border: 1px inset white;
}
#navigator a:active, a:focus {
	border: 1px solid transparent;
}
		* html #navigator a:link {
			border: 0px solid black;
		}
		* html #navigator a:visited {
			border: 0px solid black;
		}
		* html #navigator a:hover {
			border: 0px solid black;
		}
		* html #navigator a:active, a:focus {
			border: 0px solid black;
		}



#navigator ul {
	margin: 0px;
	padding: 8px;
	list-style-type: none;
}
		* html #navigator ul {
			margin: 0px;
		}

#navigator hr {
	border: 1px solid #aac7e9;
}

#navigator ul li {
	margin-top: 2px;
	margin-bottom: 2px;
}
		* html #navigator ul li{
			padding-top: 1px;
			padding-bottom: 1px;
}


#act_pagelink {
	border: 1px inset black;
	font-weight: bold;
	background-color: #000000;
}
		* html #act_pagelink {
			border: 0px inset black;
		}

.submenu {
	margin-left: 12px;
	font-size: 0.9em;
}


#downarea li, #noscript_downarea li, #nodom_downarea li {
	cursor: pointer;
	border: 1px solid #aac7e9;
	padding: 2px;
}
#downarea ul {
	border: 0px solid #aac7e9;
	font-weight: normal;
	padding: 0px;
}
#noscript_downarea ul, #nodom_downarea ul {
	border: 1px solid #aac7e9;
	font-weight: normal;
	padding: 0px;
}
#downarea ul li, #noscript_downarea ul li, #nodom_downarea ul li {
	border: 0px solid #aac7e9;
	margin: 0px;
}


#content {
	width: 760px;
	padding: 20px;
	margin-left: 200px;
}
		* html #content {
			padding: 20px 16px 20px 16px;
		}


#footer {
	clear: left;
	width: 992px;
	margin-top: 0px;
	padding: 4px;
	font-size: 0.9em;
	text-align: right;
	border: 0px solid #aac7e9;
	background-color: #191970;
}

#footer a {
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	font-weight: bold;
}



/********** link-styles **********/

/* class: link with borders */
a.framelink {
	border-top-color: #191970;
	border-bottom-color: #191970;
	border-left-color: #ffffff;
	border-right-color: #ffffff;
	border-style: solid;
	border-width: 1px;

	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
}

td a {
	text-decoration: none;
}
td a:link {
	border: 0px solid black;
}
td a:visited {
	border: 0px solid black;
}
td a:hover {
	border: 0px solid black;
}
td a:active, a:focus {
	border: 0px solid black;
}

a.inline {
	text-decoration: underline;
}


/* class: linked picture */
a.pic {
	padding: 0px;
	margin: 0px;
	background-color: #0F4B91;
}

a.pic:link ,a.pic:visited {
	color: #0F4B91;
	text-decoration: none;
}
	
a.pic:hover, a.pic:active, a.pic:focus {
	color: #aac7e9;
	text-decoration: none;
}


/* class: form control */

div.controlgroup {
	width: 640px;
	padding: 0px 6px;
	background-color: #000080;
	border: 6px solid #000080;
}

div.controlgroup h6 {
	font-size: 11px;
	padding: 8px 0px 4px 0px;
}

div.controlgroup p {
	background-color: #0F4B91;
	padding: 8px 8px;
	margin: 0px;
}

div.controlgroup table {
	width: 640px;
}

div.controlgroup td {
	text-align: center;
	background-color: #000040;
	border: 1px solid #000080;
	border-style: collapse;
	padding: 6px;
}

div.controlgroup input.stdbutton {
	width: 142px;
}
div.controlgroup input.smallbutton {
	width: 46px;
}


/********** font-styles **********/

td {
	font-size: 0.9em;
}

p {
	text-align: justify;
}

h1 {
	color: #aac7e9;
	font-size: 1.6em;
	margin-top: 0px;
	margin-bottom: 20px;
}

h2 {
	color: #aac7e9;
}

h3 {
	color: #aac7e9;
	font-size: 1.4em;
	font-weight: bold;
}

h4 {
	color: #aac7e9;
	font-size: 1.2em;
	margin-bottom: 16px;
}

h5 {
	color: #aac7e9;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}

h6 {
	font-weight: bold;
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
}


.underlined_a {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.underlined_b {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
