/* BODY properties */

body,td,th {
	font-family: Lucida Grande, Lucida Sans Unicode, Geneva, Microsoft Sans Serif, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #EFEFF1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* DIVs */

#header {
	position: absolute;
	height: 115px;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9;
	background-image: url(../images/hdr_bg.png);
}
#bar {
	position: absolute;
	height: 20px;
	width: 100%;
	top: 116px;
	left: 0px;
	background-color: #CECFD6;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	z-index: 10;
}
#MenuBox {
	position:absolute;
	left:15px;
	top:150px;
	width:126px;
	height:190px;
	z-index:8;
	background-color: #FFFFFF;
	padding: 5px;
}
#ButtonBox{
	position:absolute;
	left:15px;
	top:400px;
	width:126px;
	height:150px;
	z-index:8;
	background-color: #FFFFFF;
	padding: 5px;
}
#bodyBox {
	position:absolute; 
	left:162px; 
	top:150px; 
	width:75%; 
	height:75%; 
	z-index:8; 
	overflow: auto; 
	background-color: #FFFFFF; 
	border: 1px none #000000;
}
#copyrightbar {
	position:relative;
	width: 100%;
	height: 20px;
	vertical-align: bottom;
}

/* Classes */

.tagline {
	font-family: Lucida Grande, Lucida Sans Unicode, Geneva, Microsoft Sans Serif, Arial, sans-serif;
	font-size: 14px;
	color: #0071BD;
	font-weight: bold;
}
.menuitem {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
.formelement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
.formbox {
	font-family: "Lucida Console", Monaco, Courier, "Courier New", monospace;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #FFFFFF;
}
.formbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	background-color: #666666;
	height: 18px;
	width: 60px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;

}

/* Headlines */

h1 {
	font-size: 18px;
	color: #0071BD;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #0071BD;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #0071BD;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	color: #0071BD;
	font-weight: bold;
}
h5 {
	font-size: 11px;
	color: #0071BD;
	font-weight: bold;
}
h6 {
	font-size: 9px;
	color: #0071BD;
	font-weight: bold;
	line-height: 9px;
	margin-top: -12px;
}

/* DIV Selectors */

#MenuBox a:link, #MenuBox a:visited {
	color: #0071BD;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #0071BD;
}
#MenuBox a:hover, #MenuBox a:active {
	text-decoration: none;
	color: #0071BD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #0071BD;
}

/* Selectors */

a:link {
	color: #0071BD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0071BD;
}
a:hover {
	text-decoration: underline;
	color: #0071BD;
}
a:active {
	text-decoration: none;
	color: #0071BD;
}

/* Tag Redefines for Forms */

input {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, "Microsoft Sans Serif", Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #EFEFF7;
	border: 1px solid #0071BD;
}
textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, "Microsoft Sans Serif", Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #EFEFF7;
	border: 1px solid #0071BD;
}
