@charset "utf-8";
/* All Content - General Layout, Formatting & Styling */
/* Copyright Efflinch Dot Com - 2008 */

/* Standardise all elements */
 
html, body, div, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, a, td, img, form, fieldset, label, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #001E3C;
}
#container {
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #000066;
	border: 1px solid #990000;
}
h1, h2, h3, h4, p {
	margin-bottom: 0.7em;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 0.9em;
	text-align: center;
}
p {
	font-size: 1em;
	text-align: justify;
}
#header {
	background-color: #000066;
	height: 148px;
	color: #F4F4F4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	background-image: url(../images/_bck_hdr.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
#header h1 {
	margin-top: 50px;
	margin-left: 90px;
	font-size: 21px;
	margin-bottom: 5px;
	color: #CEE7FF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#header h2 {
	font-size: 16px;
	font-style: italic;
	margin-left: 108px;
	margin-bottom: 0px;
	color: #CEE7FF;
	font-weight: normal;
}
#header #hdrmenu {
	float: left;
	overflow: hidden;
	height: 26px;
	margin-top: 30px;
}
#hdrmenu ul li {
	display: inline;
	padding-bottom: 0px;
	float: left;
}
#hdrmenu ul li a:link, #hdrmenu ul li a:visited {
	color: #CEE7FF;
	text-decoration: none;
	font-size: 1.1em;
	font-style: normal;
	height: 25px;
	display: block;
	float: left;
	padding-top: 2px;
	padding-left: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 15px;
}
#hdrmenu ul li a:hover, #hdrmenu ul li a:focus{
	color: #FF3300;
}
/* End of main layout requirements */

/* Page Styling Elements */

#container a:link, #container a:visited, #container a:active {
	text-decoration: none;
	color: #006600;
	font-style: italic;
} 
#container a:hover, #container a:focus {
	color: #FF3300;
}
#container .section {
	clear: both;
}

#container .instruct {
	font-size: 90%;
	font-style: italic;
	color: #006699;
}
#container .imgleft {
	float: left;
	margin-right: 25px;
}
#container .imgright {
	float: right;
	margin-bottom: 10px;
	margin-left: 25px;
}
#container .imgmid {
	margin-left: 70px;
}

#container .highlight {
	font-size: 110%;
	font-weight: bold;
	color: #990000;
}

#pagetitle {
	color: #990000;
	padding-top: 10px;
	padding-left: 10px;
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}
#pagetitle h1 {
	font-size: 1.5em;
	margin-bottom: 0em;
	padding: 0px;
}

/* Columns */
#maincols {
	clear: both;
	margin: 5px;
	background-color: #FFFFFF;
	min-height: 370px;
}
#maincols #leftcol {
	width: 679px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0099FF;
	float: left;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 5px;
}
#maincols #fullcol {
	padding: 10px;
}

#maincols #rightcol {
	background-color: #CEE7FF;
	width: 230px;
	float: right;
	padding: 10px;
}
#container  #maincols  .plain  {
	background-color: #FFFFFF;
	text-align: center;
}
#container #maincols .ac {
	text-align: center;
}
#container ol {
	margin-left: 20px;
}
#container ul {
	margin-left: 20px;
}




#rightcol h2 {
	color: #990000;
}
#rightcol .sect {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
}

#rightcol .property {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
}
#rightcol .property h2 {
	margin-bottom: 0px;
	color: #000066;
}
#rightcol .property .type {
	font-style: italic;
	color: #0066CC;
}
#rightcol .property .vt {
	width: 75px;
	height: 75px;
	float: right;
	margin-right: 20px;
}


#footer {
	color: #FFFFFF;
	font-size: 12px;
	height: 24px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../images/_bck_ftr.jpg);
	background-repeat: repeat-x;
	clear: both;
}
#footer td {
	font-size: 11px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #CEE7FF;
	text-decoration: none;
	font-style: normal;
	font-size: 11px;
}
#footer a:hover, #footer a:focus {
	color: #FF3300;
}

/* Requirements to take care of floated content anomolies */
.leveler {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}
