/* Layout Elements */
body {
	background-color: #000;
	color: #006;
}
img {
	float: left;
	margin: 5px;
}
#wrapper {
	margin: auto;
	width: 780px;
	border: 1px solid #006;
	background-color: #006;
	overflow: visible;
}
#header {
	height: 100px;
	background: url(../images/logo.gif) no-repeat;
	border-bottom: 1px solid #000065;
	color: #000065;
}
#header_page {
	top: -14px;
	left: 0px;
	position: relative;
	display: block;
	color: #DDF;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}
#header_shadow {
	top: 3px;
	left: 1px;
	position: relative;
	display: block;
	color: #006;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}
#left {
	width: 200px;
	top: 100px;
	float:left;
}
#content {
	width: 580px;
	top: 102px;
	float: right;
	background-color: white;
	color: black;
	min-height: 400px;
	height: 100%;
}
#footer {
	height: 30px;
	color: white;
	padding: 3px;
}



/* Fonts */
body, h1, h2, h3, h4, p, li, a, span, th, td, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 130%;
}
.menu {
	color: #fff;
	font-size: 12px;
	display: block;
	text-decoration: none;
	line-height: 25px;
	padding-left: 14px;
	font-weight: bold;
}
.menu:link, .menu:visited {
	text-decoration: none;
}
.menu:hover {
	text-decoration: underline;
	color: #FF0;
}
#content {
	color: #006;
	font-size: 11px;
	padding: 0px;
	line-height: 13px;
}
#content h1 {
	color: #444;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 4px 0px;
	border-bottom: 1px solid #444;
}
#content h3 {
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 2px 0px;
}
#content a {
	font-weight: bold;
	text-decoration: underline;
	color: #006;
}
#content a:hover {
	text-decoration: underline;
	color: #00C;
}
#footer p {
	line-height: 13px;
	font-size: 10px;
	text-align: center;
	margin: 3px;
}
#footer a {
	line-height: 13px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #006;
}
#footer a:hover {
	text-decoration: underline;
	color: #00C;
}



/* Miscellaneous */
.box {
	margin-bottom: 10px;
	background: url(../images/bottom.gif) left bottom no-repeat;
	color: #444;
	font-size: 12px;
	font-weight: normal;
}
.box h2 {
	font-size: 13px;
	color: #444;
	text-align: center;
	padding: 30px 6px 5px 0px;
	margin: 0 0 0 0px;
	background: url(../images/boxtop.gif) top no-repeat #fff;
	font-weight: bold;
}
.box form, .box p {
	margin: 0px 9px 0px 12px;
	padding: 0px 0px 20px 0px;
}
.box input {
	padding: 0;
	margin: 0;
	width: 115px;
}
.box .button {
	margin-left: 20px;
	width: 75px;
/*	align: center; */
}
.box a, .box a:visited {
	color: #00B;
	font-size: 12px;
	font-weight: normal;
}
.box a:hover {
	color: #00f;
	font-size: 12px;
	font-weight: bold;
}
.imgRight {
	float: right;
	margin: 5px 0px 5px 10px;
	border: 2px solid #444;
}
.imgLeft {
	float: left;
	margin: 5px 10px 5px 0px;
	border: 2px solid #444;
}
.tooltip {
	color: #C00;
	border-bottom: 1px dashed #C00;
}



/* Media Differences */
@media print {
	body { background-color: white; }
	#wrapper { width: 862px; }
	#content { width: 692px; min-height: 438px; }
	#header { background: url(../images/header_background.jpg) repeat-x; }
}