@charset "utf-8";

* {padding: 0; margin: 0; }

body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	background: #ffffff;

	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;

}

#dimensions {

	width: 798px;

	margin-right: auto;

	margin-left: auto;

}



.twoColFixLtHdr #container {

	width: 798px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: #FFFFFF;

	margin: 0 auto;

	text-align: left;

	border-top-width: 12px;

	border-right-width: 1px;

	border-bottom-width: 5px;

	border-left-width: 1px;

	border-top-style: solid;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-top-color: #cc3300;

	border-right-color: #999999;

	border-bottom-color: #cc3300;

	border-left-color: #999999;

} 

.twoColFixLtHdr #header {
	padding: 0;  /* 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. */
	background-color: #FFF;
	border-bottom-width: 17px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 119px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;

} 

#header p {

	font-family: Verdana, Geneva, sans-serif;

	font-variant: small-caps;

	color: #999999;

	font-weight: bold;

	font-size: 14px;

	text-align: center;

}



#header img {
	margin-left: 0px;
	margin-bottom: 0px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	margin-top: 0px;

}

#header h3 {
	float: right;
	padding-right: 15px;
	padding-top: 5px;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
	text-align: right;

}





.twoColFixLtHdr #header h1 {
	margin-bottom: 0px;
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #cc3300;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #cc3300;
}


#centeredheader {
	width: 725px;
	margin-left: 75px;
	text-align: center;

}





.twoColFixLtHdr #sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 191px; /* the background color will be displayed for the length of the content in the column, but no further */

	padding: 0;

	background-color: #3f4351;

}
#super {
	padding-top: 20px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
}
#sdcc {
	padding-top: 20px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 4px;
}



#sidebar1 #navigation {
	background-color: #cc3300;
	margin-top: 25px;
	padding-top: 3px;
	padding-bottom: 3px;

}

#sidebar1 #navigation p {

	font-family: Arial, Helvetica, sans-serif;

	color: #f4f4f4;

	font-size: 12px;

	border-left-width: 1px;

	border-left-style: solid;

	border-left-color: #f4f4f4;

	margin-left: 35px;

	padding-left: 6px;

	margin-top: 9px;

	margin-bottom: 9px;

	padding-top: 1px;

	padding-bottom: 1px;

	font-weight: bold;

}

#sidebar1 p a {

	color: #f4f4f4;

	text-decoration: none;

}

#sidebar1 p a:hover {

	color: #3f4351;

}

#sidebar1  img {



}





.twoColFixLtHdr #mainContent {

	background-color: #c3bd97;

	margin-top: 0;

	margin-right: 0;

	margin-left: 191px;

	padding-top: 0px;

	padding-right: 20px;

	padding-left: 20px;

	border-left-width: 1px;

	border-left-style: solid;

	border-left-color: #3f4351;

	padding-bottom: 0px;

	margin-bottom: 0px;

} 

#mainContent h1 {

	font-family: Verdana, Geneva, sans-serif;

	font-size: 18px;

	color: #3f4351;

	padding-top: 20px;

	padding-bottom: 10px;

}

#mainContent h2 {

	font-family: Verdana, Geneva, sans-serif;

	font-size: 15px;

	color: #000;

	font-weight: bold;

	padding-bottom: 8px;

}



#mainContent p {

	font-family: Verdana, Geneva, sans-serif;

	font-size: 12px;

	color: #000;

	line-height: 16px;

	padding-bottom: 20px;

}

#mainContent a {

	color: #C30;

	text-decoration: none;

}

#mainContent  a:hover {

	color: #3F4351;

	text-decoration: underline;

}



#mainContent img {

	padding-right: 7px;

	padding-left: 10px;

}

#mainContent p .italics {

	font-family: Verdana, Geneva, sans-serif;

	font-size: 12px;

	font-style: italic;

	font-weight: bold;

	color: #3f4351;

	line-height: 16px;

}

#mainContent ul {

	margin-left: 30px;

	font-family: Verdana, Geneva, sans-serif;

	font-size: 12px;

	margin-bottom: 10px;

}

#mainContent ul li {

	list-style-type: square;

	padding-top: 3px;

	padding-bottom: 3px;

}

#mainContent .formcontent {

	font-family: Verdana, Geneva, sans-serif;

	font-size: 12px;

	color: #000;

}









.twoColFixLtHdr #footer {

	background:#999999;

	padding-top: 0;

	padding-right: 10px;

	padding-left: 20px;

} 

.twoColFixLtHdr #footer p {

	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

	font-family: Verdana, Geneva, sans-serif;

	font-size: 12px;

	text-align: center;

	padding-top: 8px;

	padding-bottom: 8px;

}

#footer p a {

	color: #000;

	text-decoration: none;

}

#footer p a:hover {

	color: #C30;

	text-decoration: underline;

}

.copyright {

	font-family: Verdana, Geneva, sans-serif;

	font-size: 11px;

	color: #000;

	padding-top: 3px;

}



#credit {

	padding-top: 5px;

	margin-left: 650px;



}

#address {

	width: 300px;

	float: left;

	text-align: left;

	font-family: Verdana, Geneva, sans-serif;

	font-size: 13px;

	color: #000;

	padding-top: 5px;

}



#credit img {

	padding-top: 3px;

}

#credit  {

	font-family: Verdana, Geneva, sans-serif;

	font-size: 12px;

}





.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;

}

