/* mellinger.css       */
/* general font styles */
body, p {
	font-family: sans-serif;
	font-size: 12pt;
	color: #000000;
}
h1 {
	font-family: sans-serif;
	color: #0140B5;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
h2 {
	font-family: sans-serif;
	color: #0140B5;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
.title1 {
	font-size: 26pt;
	text-align: center;
	font-family: serif;
	color: #0140B5;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}

.title2 {
	font-size: 12pt;
	text-align: center;
	font-family: sans-serif;
	color: #FFFFFF;
}
.title3 {
	font-size: 8pt;
	text-align: left;
	font-family: sans-serif;
	color: #000000;
}

.emphasis {
	font-family: sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
}
td.sidebartext {
	font-size: 10pt;
	font-family: sans-serif;;
	font-weight: bold;
	color: white;
}
td.sidebartext a {
	text-decoration:none;
	color: white;
}
td.sidebartext a:visited {
	color: white;
}
td.sidebartext a:hover{
	text-decoration: underline;
	color: #0140B5;
}
table basictable {
	border-collapse: collapse;
	border-spacing: 0;
}
table.basictable td, table.basictable th {
	empty-cells: show;
}

/* positioning elements */
#header {
	position: relative;
	overflow: hidden;
	height: 80px;
	width: 100%;
	background-color: #E7F0F3;
}
div#body {
	position: relative;
	width: 100%;
	height: 100%;
}

#sidebar {
	background-color: #67AFE1;
	width: 190px;
	height: 100%;
}

#content {
	top: 0px;
	left: 191px;
	height: 100%;
}
#footer {
	background-image: url(images/02.gif);
	height: 30px;
}
.logo {
	background-image: url(images/Logo-medium80.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
}
img.floatRight {
	float: right;
}
img.floatLeft {
	float: left;
}
.textBlock {
	position: relative;
	display: block;
	clear: both;
}

/* menu bar */
#menu {
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
	width: 100%;
	padding: 5;
	clear: both;
}

#menu ul{
	margin:0;
	padding:0 0 0 4px; 
	list-style:none; 
	height:19px; 
	background-image:url(images/menu_line.gif);
	background-position: bottom;
	background-repeat: repeat-x; 
}
#menu li{
	display:block; 
	float:left; 
	background-color:#F2F3F5;
	background-image: url(images/menu_left_off.gif);
	background-repeat: no-repeat; 
	margin-right: 3px;
	padding-left: 3px; 
}
#menu li a{
	display:block; 
	float:left; 
	font:10px verdana; 
	font-weight:bold; 
	color: black; 
	white-space:nowrap; 
	padding:3px 6px; 
	margin:0; 
	text-decoration:none; 
}
#menu li a:visited{
	color: #black; 
	text-decoration:none;
}
#menu li div{
	display:block; 
	float:left; 
	margin:0; 
	padding:0; 
	background-image:url(images/menu_right_off.gif);
	background-repeat: no-repeat;
	background-position: top right; 
}
#menu li.on{
	background-color: #01358B;
	background-image: url(images/menu_left_on.gif);
	background-repeat: no-repeat; 
	padding-left:3px; 
}
#menu li.on div{
	background-image:url(images/menu_right_on.gif);
	background-position: top right;
	background-repeat: no-repeat; 
	padding-right:3px; 
	padding-bottom:1px; 
}
#menu li.on a{
	color: white; 
	text-decoration:none;
}
#menu li.on a:visited{
	color: white; 
	text-decoration:none;
}



