/* Default Screen CSS */
body {
	font:100% Verdana, Tahoma, Arial, sans-serif;
	background-color:#ffffff;
}
/* Header for all pages */
#header {
	position:absolute;
	background:#FFFFFF;
	width: 100%;
	left: 0px;
	top: 0px;
}
.logo {
	float:left;
	padding:1px 0 0 10px;
	height:80px;
	width:240px;
}
#header h1 { /** The Header Above the Menu **/
	position:relative;
	top:8px;
	float:right;
	margin:35px 5px 0 0;
	color:#b30000;
	font-size:20px;
	font-weight:200;
	letter-spacing:-1px;
	visibility: visible;
}
#header h4 { /** The Header Above the Menu **/
	position:relative;
	top:4px;
	float:right;
	clear:right;
	margin:0px 7px 0 0;
	color:#b30000;
	font-size:16px;
	font-weight:200;
	letter-spacing:-1px;
	visibility: visible;
}
#headersearch {
	margin: 0;
	position: absolute;
	right: 80px;
	top: 3px;
	border:0;
	padding:0;
	line-height:1em;
}
#headerzoom_searchform {
	margin: 0;
	padding: 0;
	border: 0;
}
#headerzoom_searchbox {
	background: #ffff66;
	border: 1px solid #000000;
	margin: 3px 0 0 0;
	padding: 0;
}
#headersearchbutton {
	margin: 0;
	position: absolute;
	right: 5px;
	top: 5px;
}
#headerzoom_button {
	margin:0;
	border:0;
	padding:0;
	width: 72px;
	height: 20px;
}
/* Menu bar background graphics */
#menutop {
	padding-top:5px;
	padding-bottom:0px;
	background:#ffffff url(graphics/menu_upper.png) repeat-x;
	clear:left;
}
#menubottom {
	padding-top:9px;
	background:#f0f0f0 url(graphics/menu_lower.png) repeat-x;
	clear:left;
}
/* Actual page content */
.content {
	padding-top:120px;
	margin:0;
	height:100%;
	line-height:1.2em;
	text-align:left;
	width:100%;
}
.content a {
	color:#00005a;
	font-weight:600;
	text-decoration:underline;
}
.content a:hover {
	color:#b30000;
	text-decoration:underline;
}
.content p {
	line-height:1.3em;
	margin:10px 0 0 0;
	padding-left:240px;
}
.content ul {
	line-height:1.2em;
	margin:0;
	padding-left:280px;
}
.content ol {
	line-height:1.2em;
	margin:0;
	padding-left:280px;
}
.content h2 { /* Main content header */
	background-color:inherit;
	color:#b30000;
	font-size:1.8em;
	font-weight:bold;
	margin:0 0 10px;
	padding-left:240px;
	line-height:1.2em;
}
.content h3 { /* Secondary content header */
	font-size:1.4em;
	margin-bottom:10px;
	padding-left:240px
}
.content h5 { /* Main Left side unpadded header */
	background-color:inherit;
	color:#b30000;
	font-size:1.8em;
	font-weight:bold;
	line-height:1.2em;
	margin-left: 10px;
}
.content h6 { /* Secondary left side unpadded header */
	font-size:1.4em;
	margin-left: 10px;
}
.content img {
	border:none;
	margin:10px 10px 10px;
	padding:2px;
}

.quicklinks {
	border:none;
	margin-left:40px;
	padding:0px;
	width: 140px;
	background:#00005a url(graphics/menu_upper.png) repeat-x;
	border: 1px solid #ffffff;
	color:#ffffff;
	float: left;
	clear:left;
}
.quicklinks p {
	font-size:1.4em;
	margin:10px 0 5px 0;
	padding:0;
}
.quicklinks a {
	color:#ffffff;
	font-weight:600;
	margin:3px 0 3px 0;
	text-decoration:underline;
}
.redline {
	background-color: #FF0;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}


/* Used for the email form */
.emailform {
	vertical-align:middle;
	font-size:1.2em;
	margin-left:240px;
	border-style:none;
	border-width:0px;
}
.leftbox {
	width:215px;
	border: 0px none;
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
	color: #000;
}
/* Show-hide control of the FAQ */
.holder {
	border: 1px;
}
a.hid {
	color:#000;
	text-decoration:none;
	outline-style:none;
}
a.hid em {
	display:none;
}
a.hid:hover {
	text-decoration:none;
}
a.hid:active, a.hid:focus {
	background:#fff;
}
a.hid:active span, a.hid:focus span {
	display:none;
}
a.hid:active em, a.hid:focus em {
	display:block;
	width:100%;
	color:#000;
	font-style:normal;
	cursor:default;
}
/* For Tables within Content */
.table {
	vertical-align:middle;
	font-size:.9em;
	margin-left:240px;
	border-left: 1px solid #CCCCCC;
	border-top: 5px solid #red;
}

.tableleft {
	text-align:right;
}

td {
	padding:1px 10px;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	color: #000;
	text-align: left;
}
/* Text changes */
.bolder {
	font-size:110%;
	font-weight:800;
	color:#00005a;
}

.bold {
	font-size:100%;
	font-weight:600;
	color:#000000;
}

.red {
	color:#b30000;
}

.tcenter {
	text-align:center;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}

/* align:center is not valid */
.center {
	text-align:center;
}
.tright {
	text-align:right
}
.tleft {
	text-align:left
}
/* Various classes */
.likeimg { /* used to add the border effect of an image to other elements */
	border:1px solid #b0b0b0;
	margin:10px;
	padding:2px;
}
/* removes border and padding to use an image within a nontypical context eg-in a table */
#plainimg img {
	border:0px;
	margin:0px;
	padding:0px;
}
#plainimg2 img { /* you can only have on ID per page- this again removes border and padding to use an image within a nontypical context eg-in a table*/
	border:0px;
	margin:0px;
	padding:0px;
}
.clearingdiv { /* breaks the page flow*/
	clear:both;
}
.padding { /* tabs elements over that do not normaly move over*/
	margin-left: 240px;
}
.spacer { /* adds space and line*/
	padding:0;
	margin-left: 240px;
	margin-top:10px;
	margin-bottom:10px;
	border:0;
	background:#f0f0f0;
	height:2px;
	width:auto;
}
.coll { /* right column*/
	width: 44%;
	float: left;
}
.colr { /* left column*/
	width:44%;
	float: right;
}
.left {
	float:left;
	clear:left;
}
.right {
	float:right;
}
/* used to make a sub box on the page */
.backgroundbox {
	background:#f0f0f0 url(graphics/boxbg.png) repeat-x;
	border:2px none #b0b0b0;
	margin-left: 240px;
	padding:10px;
	margin-top: 12px;
	text-align: left;
}
#backleft {
	padding:0px;
}
#backleft p {
	padding:0px;
}
#backleft h3 {
	padding:0px;
}
#backleft ul {
	padding:20px;
}
#backleft h2 {
	padding:0px;
}
/* Footer Classes */
#footer {
	clear:both;
	font-size:75%;
	text-align:center;
	width: 100%;
	margin-top: 12px;
	border-top: 4px groove #00005a;
	background:#ffffff;
}
#footer a {
	color:#00005a;
	font-weight:600;
	text-decoration:none;
}
#footer a:hover {
	color:#b30000;
	text-decoration:underline;
}
/*** End of file ***/
