*, a {

	color: black;
}

a { text-decoration: none; }
a, img { border: none; }

body { 
	margin: 0; 
	font: 13px Verdana;	
}

table { table-layout: fixed; }
td { vertical-align: top; }

div#LeftArea, div#MainArea,
div#TopNavigation, div#Logo,
div#Content, div#Footer {
	position: absolute;
}

div#Content a {
	text-decoration: underline;
}

div#LeftArea {
	top: 85px;
	left: 0px;
	bottom: 0px;
	width: 220px;
	background-color: #0b4092;
	text-align: right;
}

/* ie only!!! */
* html div#LeftArea {
	height: 750px;
}

div#MainArea {
	top: 0px;
	bottom: 0px;
	left: 220px;
	right: 0px;
	overflow: visible;
}

/* left navigation */
div#LeftNavigation, div#BottomNavigation {
	position: absolute;
	overflow: visible;
	width: 200px;
	right: -6px;
	text-align: right;
}

div#LeftNavigation {
	top: 40px;
}

div#BottomNavigation {
	bottom: 40px;
}

div#NavTitle {
	color: white;
	font-weight: bold;
	font-size: 18px;
	margin-right: 25px;
	margin-bottom: 10px;
}

a.nav {
	display: block;
	color: white;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	height: 20px;
}

a.nav:hover { color: #FF7F00; }
a.nav.selected { color: #FF7F00; }

a.nav img {
	margin-left: 15px;
}

/* top elements */
div#Logo, div#TopNavigation {
	left: 0px;

	border: 0px;
}

div#Logo {
	top: 10px;
	width: 765px;
	text-align: right;
}

div#TopNavigation {
	width: 770px;
	top: 60px;
	height: 25px;
}

div#TopNavigation a {
	display: block;
	float: left;
	width: 105px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	margin-right: 5px;
	color: white;
	font-size: 13px;
	font-weight: bold;
}

/* footer */
div#Footer {
	left: 30px;
	width: 735px;
	/*height: 20px;*/
	bottom: 20px;
	text-align: justify;
}

div#Footer, div#Footer * {
	font-size: 11px;
	color: #0b4092;
}

div#Footer div#FootNotes {
	font-size: 9px;
	color: black; 
	margin-bottom: 12px;
}

div#Footer span.hidden {
	visibility: hidden;
}

/* content */
div#Content {
	left: 105px;
	width: 655px;
	top: 158px;
	bottom: 90px;
	padding: 0px 5px 0px 0px;
	overflow: auto;
}

div#PageTitle {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

ul,ol {
	list-style-image: url(../images/line.gif);
	list-style-position: outside;
	margin: 15px 0px 0px 13px;
	padding: 0px;
	text-indent: 0px;
}

li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

input,select, textarea, reset, submit{
	border: 1px solid #000000; 
}

img.topImage {
	float: left; 
	margin-right: 20px;
}

div#Video {
	position: absolute;
	top: 500px;
	left: 110px;
}

a.adminLink {
	display: block;
	color: #d94444;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
