* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body { width: 100%; height: 100%; margin: 0; padding: 0; background-color: #69C; }
body, td, th, p {
	//font-family: "Times New Roman", times, serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #036;
}
p.dbl { line-height: 2em; margin-top: 4px; }
h1 { font-size: 18pt; margin: 0; }
h2 { font-size: 14pt; margin: 0; }
h3 { font-size: 10pt; margin: 2px; }
h4 { font-size: 8pt; margin: 0; }
img { border: 0; padding: 0; }
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.dbl_hl { color:#006699; font-size:14px; line-height: 2em; margin-top: 4px; font-weight:bolder}
.err { color:#F37567;font-size:10px; font-weight:bold}
.clearfix {zoom: 1;}
.clear { clear: both; }
.center{ margin: 0 auto; }
form { display: block; padding: 0; margin: 0;}
#body {
	width: 780px;
	margin: 0 auto;
}

#head { width: 100%; background-color: #003466; }
#hdcontent {
	position: relative;
	width: 780px;
	height: 88px;
	margin: 0 auto;
	top: 0;
	left: 0;
	padding: 0;
	background: #003466 url(images/hd-shadow-r.gif) top right repeat-y;
}
#hdcontent #headimg { margin-left: 9px; }
#hdcontent #logo {
	position: absolute;
	top: 30px;
	left: -15px;
}
#head h2 { text-decoration: underline; }
.tagline { font-size: 7pt; }
#foot, #foot a { font-size: 8pt; color: #339; }

.mainpart {
	margin-top: 10px;
	float: left;
	width: 65%;
}

.callout {
	margin-top: 10px;
	float: right;
	width: 32%;
	margin-left: 1%;
}

#login {
	background-color: #3c3c3c;
	border: 1px solid #FFF;
	color: #FFF;
	width: 100%;
	padding: 8px 12px;
}

#login h4 { font-size: 12pt; text-align: center; margin: 0; }
#login label {
	font-family: arial, geneva, "sans-serif";
	font-size: 7pt;
	font-weight: bold;
	display: block;
	margin: 4px 4px 2px 0;
}
#login input {
	font-size: 9pt;
	width: 100%;
	height: 1.7em;
	background-color: #FFF;
	color: #000;
	padding: 0;
}
#login button {
	font-family: arial, geneva, "sans-serif";
	height: 1.6em;
	font-size: 8pt;
	width: auto;
	border: 1px solid #FFF;
	background-color: transparent;
	color: #FFF;
	padding-bottom: 2px;
	margin: 8px 8px 0 0;
}
#login a, #login a:hover, #login a:visited { color: #FFF; font-size: 8pt; }

#nav { padding-bottom: 10px; }

ul.tabs { margin: 0; padding: 0; }
.tabs li {
	display: block;
	float: left;
	padding: 2px 6px 2px 2px;
	margin: 0 0 0 4px;
	list-style: none;
	padding-right: 10px;
	height: 20px;
	color: #036;
	font-weight: bold;
	background: transparent url(images/menu-sep.gif) top right no-repeat;
}

.tabs li.selected { background: transparent url(images/tab-selected-3.gif) top right no-repeat; }

.tabs li a, .tabs li a:visited { color: #036; text-decoration: none; padding: 2px 6px; }
.tabs li a:hover { text-decoration: underline; }
.tabs li.selected a {  }
.tabs li.r { float: right; }

#lshad {
	background: transparent url(images/left-shadow.gif) top left repeat-y;
	padding-left: 9px;
}
#content {
	background: #EEE url(images/right-shadow.gif) top right repeat-y;
	padding-bottom: 10px;
}
#subcontent{ width: 85%; margin: auto;	font-size: 7pt; }

#staff {
	width: 100%;
}

#staff img { width: 100%; }

#staff p { margin: 4px; }

.hlbox {
	text-align: right;
	font-style: italic;
	width: 14em;
	font-size: 14pt;
}

.hlbox h1 { text-align: left; font-style: normal; }

.btn {
	background: #EEEEEE url(images/button-blank-l.gif) top left no-repeat;
	margin: 0 8px 0 0;
	padding: 0 0 0 16px;
	width: 140px;
	height: 34px;
	display: inline-block;
	float:right;
}
.btn div {
	background: #EEEEEE url(images/button-blank-r.gif) top right no-repeat;
	padding: 5px 18px 10px 6px;
	margin-bottom: 4px;
	margin-left: -10px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.btn div a, .btn div a:hover, .btn div a:visited { color: #FFF; text-decoration: none; }
.btn div a:hover { color: #FF9; }

#testdrive {
	background-color: #62819E;
	color: #FFF;
	padding: 14px;
	border:0;
}

#testdrive p { color: #FFF; }

#testdrive a { color: #FFF; }
#testdrive a:visited { color: #EED }

#screenshot {
	float: right;
	width: 200px;
	height: 153px;
}

#foot { text-align: center; background-color: #94b7db; color: #036; padding: 12px 0; }
#foot a, #foot a:visited { color: #036; font-weight: bold; text-decoration: none }
#foot a:hover { text-decoration: underline; }

