@charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	border-top:#000	thin;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
} 
.twoColFixLtHdr #container #navbar1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: 482d60;
	background-image: url(images/navbackgrnd.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 32px;
	text-align: center;
	font-weight: bold;
	float: none;
	vertical-align: middle;
}
#container #navbar1 #navtable {
	height: 32px;
}

.twoColFixLtHdr #header {
  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 95px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #482d60;
	background-image: url(images/silouette.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border-right-width: 6px;
	border-left-width: 12px;
	border-top-width: 12px;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	width: 150px;
	line-height: 28px;
}
.secondheadingtips {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	color: #482D60;
	padding: 0px;
	margin: 0px 0px 0px;
	vertical-align: bottom;
}

.twoColFixLtHdr #mainContent {
	text-align: left
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 185px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 15px;
	background-color: #FFF;
	border-top: medium #000;
	border-right: medium #000;
	border-bottom-color: #000;
	border-left-color: #000;
} 
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	padding: 0px;
	margin-left: 15px;
	font-size: x-small;
}
.twoColFixLtHdr #container #mainContent table tr td {
	width: 50%;
	margin: 0px;
	padding: 15px 0px;
	vertical-align: top;
	border: 1px solid #472C5F;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent table tr td table tr td {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	font-size: xx-small;
	width: 75px;
	text-align: left;
}
.twoColFixLtHdr #container #mainContent table {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: small;
	color: #472C5F;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent table p {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #mainContent a:link {
	color: #482D60;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent a:visited {
	color: #482D60;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent a:active {
	color: #482D60;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #000;
	font-weight: bold;
	text-align: center;
}
.twoColFixLtHdr #footer {
	background:#DDDDDD;
} 

.twoColFixLtHdr #footer p {
	margin: 0;
}
.twoColFixLtHdr #container #footer #boxes {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #482D60;
	background-color: #000;
	height: 146;
}
#footer #boxes table tr th {
	border: 3px solid #00b3ad;
	background-color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #482D60;
	text-align: left;
	height: 133px;
	width: 25%;
	margin-right: 15px;
	white-space: nowrap;
}
.boxtext {
	margin-left: 0px;
	border-left-width: 0px;
}

.twoColFixLtHdr #container #footer #bottomnav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	background-color: #000;
	height: 100px;
	padding: 3px;
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	text-align: right;
}
.twoColFixLtHdr #container #footer #bottomnav table tr .footnote {
	text-align: center;
}

.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;
}
h1 {
	font-size: large;
	font-style: italic;
	color: #482D60;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 12px;
}
.imageright {
	text-align: right;
}

.leftnavsize {
	font-size: small;
}
h3 {
	font-size: 12px;
	color: #999;
	text-align:left
}
h3 a:link, h3 a:visited {
	font-size: 12px;
	color: #999;
	text-decoration:none
}
h3 a:hover, h3 a:active{
	font-size: 12px;
	color: #EFEFEF;
	text-decoration:none
}
.twoColFixLtHdr #container #navbar1 a:link {
	color: #000000;
	text-decoration:none
}
.twoColFixLtHdr #container #navbar1 a:visited {
	color: #000000;
	text-decoration:none
}
.twoColFixLtHdr #container #navbar1 a:active {
	color: #000000;
	text-decoration:none
}
.twoColFixLtHdr #container #navbar1 a:hover {
	color: #482d60;
	text-decoration:none
}.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: 24px;
	margin-right: 24px;
}
.twoColFixLtHdr #container #footer #boxes a:link {
	color: #482D60;
}
.twoColFixLtHdr #container #footer #boxes a:visited {
	color: #482D60;
}
.twoColFixLtHdr #container #footer #boxes a:hover {
	color: #000000;
}
.twoColFixLtHdr #container #footer #boxes a:active {
	color: #482D60;
}
.twoColFixLtHdr #container #footer #bottomnav a:link {
	font-size: 12px;
	color: #999;
	text-decoration:none
}
.twoColFixLtHdr #container #footer #bottomnav a:visited {
	font-size: 12px;
	color: #999;
	text-decoration:none
}
.twoColFixLtHdr #container #footer #bottomnav a:hover {
	font-size: 12px;
	color: #EFEFEF;
	text-decoration:none
}
.twoColFixLtHdr #container #footer #bottomnav a:active {
	font-size: 12px;
	color: #EFEFEF;
	text-decoration:none
}
.twoColFixLtHdr #container #mainContent table tr td img   {
	border-width: 0px;
}
