@charset "UTF-8";
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{
	margin : 0;
	padding: 0;
}

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* layout.css */

body  {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	margin: 10px auto 0;
}
.twoColFixLtHdr #container {
	width: 780px;
	cursor: default;
	position: relative;
	margin: 0 auto;
} 
.twoColFixLtHdr #header {
	height: 100px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #000;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
} 
#mainContent p a {
	color: #F90;
}
#container #header {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#headerimage {
	height: 141px;
	float: right;
	width: 186px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* Menu */
#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	background-color: #063;
	width: 594px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

ul#navlist {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#navlist li{
	list-style-type: none;
	float: left;
}

#navlist a:link, #navlist a:visited {
	padding: 12px 0px 0px 0px;
	display:block;
	height:29px;
	width:98px;
	border-right:#FFFFFF 1px solid;
	text-align:center;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
#navlist a:hover,#navlist a:active{
	color:#066;
	background-color:#6C6;
	text-decoration:none;
}
#navlist a.hover,#navlist a.hover:hover,#navlist a.hover:active {
	background-color:#F90;
	text-decoration:none;
	cursor: default;
	color: #FFF;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
#mainContent {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.twoColFixLtHdr #mainContent {
	margin: 0;
	padding: 0px 1px 0;
} 
#mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	color: #F90;
	font-size: 2em;
	line-height: 1em;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
#mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #F90;
	text-align: center;
	margin-top: 5px;
	text-decoration: blink;
	margin-bottom: 5px;
}
#mainContent h6 {
	font-size: 10px;
	line-height: 1.2em;
	text-align: center;
	color: #FFF;
	clear: both;
}
#mainContent h3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	line-height: 1.4em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainContent p {
	font-size: 0.75em;
	line-height: 1.4em;
	text-align: center;
	color: #FFF;
}
.pcardtext {
	padding-top: 5px;
	padding-bottom: 5px;
}
.oneColFixCtrHdr #footer {
	background-color:#FFF;
	border-top-width:1px;
	border-top-style:solid;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	text-align:right;
	font-weight:700;
	color:#666;
	padding:0 10px
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
a.tandcs:link, a.tandcs:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration:none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
a.tandcs:hover {
background-color:#333;
	color: #FFF;
}
#footer p a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#666;
	text-decoration:none;
	margin-right:20px
}
#footer p a:hover {
	background-color:#333;
	color: #FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
