@charset "UTF-8";
/* --- CSS Document FACC Association template --- */

body {
	margin: 0px;
	color: #353535; 
	font-size: 100%; 
	font-family: Arial; 
	font-family: Arial, Verdana, Helvetica, Univers; 
	background-color: ;
}

h1 { color: #333333; font-size: 150%; font-weight: normal; margin: 0px 0px 15px 0px; }
h2 { color: #333333; font-size: 140%; font-weight: normal; margin: 0px 0px 15px 0px; }
h3 { color: #333333; font-size: 120%; font-weight: normal; margin: 5px 0px 15px 0px; }
h4 { color: #333333; font-size: 100%; font-weight: normal; margin: 0px 0px 15px 0px; }
a          { color: black; }
a:visited  { color: black; }
a:hover    { color: black; }
a:active   { color: #36C; }
a:focus    { color: #36C; }

.clear_both { clear:both; font-size:1px; line-height:1px; }

.container {
	width: 100%;
	background-color: #e6e5d7;
	background-image: url(images/background_crthse.png);
	background-repeat: no-repeat;
	background-position: top 0px;
}


/* BANNER AREA */
.bannerArea {
	width: 100%;
	height: 118px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	background-color: #339999;
	border-bottom: ;
	border-color: #cbffff;
	background-image: url(images/banner-backgrd.png);
}

.toplogo {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	background-image: ;
	background-repeat: no-repeat;
}

/* LEFT NAVIGATION */

.leftnavigation {
	width: 205px;
	margin: 0;
	padding-top: 22px;
	padding-left: 30px;
	float: left;
}

.leftnavigation a {
	display: block;
	width: 185px;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px 0px;
	color: #338888;
	font-size: 95%;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(images/left_nav_image.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}

.leftnavigation a:visited {
	color: #366;
}

.leftnavigation a:hover {
	color: #996633;
	background-color: #e6e5d7;
	background-position: right -124px;
}

.leftnavigation a:active {
	color: #996633;
	background-color: #e6e5d7;
	background-position: right -124px;
}

.leftnavigation a:focus {
	color: #996633;
	background-color: #e6e5d7;
	background-position: right -124px;
}

.contentArea {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 15px 0px;
	border-right: solid 0px;
	border-color: #f0f0e5;
}

/* LEFT CONTENT AREA */

.contentleft {
	width: 450px;
	padding-left: 10px;
	float: left;
	padding-top: 20px;
}

.contentboxLeft {
	width: 432px;
	min-height: 110px;
	#height: ;
	margin-right: 10px;
	margin-bottom: 15px;
	background-image: url(images/box_bkgd_left.gif);
	background-repeat: no-repeat;
	background-color: #f0f0e5;
	border: 2px solid white;
	border-right-color: #d2d0b9;
	border-bottom-color: #d2d0b9;
	border-bottom-width: 1px;
	border-right-width: 1px;
}


.contentboxLeft img {
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	float: left;
}

.contentboxLeft .contenttype {
	width: 400px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 10px;
	padding-bottom: 20px;
	float: left;
	color: #353535;
}

.contentboxLeft .contenttype h1 {
	color: #339999;
	font-weight: bold;
	margin-bottom: 5px;
	
}

.contentboxLeft .contenttype h2 {
	color: #339999;
	font-weight: bold;
	margin-bottom: 5px;
}

.contentboxLeft .contenttype h3 {
	color: #339999;
	font-weight: bold;
	margin-bottom: 5px;
}

.contentboxLeft .contenttype h4 {
	color: #339999;
	font-weight: bold;
	margin-bottom: 5px;
}

.contentboxLeft .contenttype p {
	color: #333;
	margin-top: 5px;
	font-size: 95%;
}

.contentboxLeft .contenttype ul li {
	color: #333;
	margin-top: 5px;
	font-size: 95%;
}

.contentboxLeft .contenttype ol li {
	color: #333;
	margin-top: 5px;
	font-size: 95%;
}

.contentboxLeft .contenttype a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
	color: #a7591a;
	background-image: ;
	background-repeat: no-repeat;
	padding: 10px 0px 10px 0px;
	background-position: 0px 9px;
}
.contentboxLeft .contenttype a u {
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	border-bottom-color: #c0bd98;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}


.contentboxLeft .contenttype a:hover {
	color: #36c;
	text-decoration: underline;
}
.contentboxLeft .contenttype a:active {
	color: #36c;
	text-decoration: underline;
}
.contentboxLeft .contenttype a:focus {
	color: #36c;
	text-decoration: underline;
}


/* RIGHT CONTENT AREA */

.contentright {
	width: 250px;
	padding-left: 10px;
	float: left;
	padding-top: 20px;
}

.contentboxRight {
	width: 235px;
	min-height: 50px;
	margin-right: px;
	margin-bottom: 15px;
	background-image: url(images/box_bkgd_right.gif);
	background-repeat: no-repeat;
	background-color: #f0f0e5;
	border: 2px solid white;
	border-right-color: #d2d0b9;
	border-bottom-color: #d2d0b9;
	border-bottom-width: 1px;
	border-right-width: 1px;
}

.contentboxRight img {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	border-color: #FFF;
}

.contentboxRight .contenttype {
	width: 215px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 5px;
	padding-bottom: 20px;
	float: left;
	color: #634073;
}

.contentboxRight .contenttype h2 {
	color: #339999;
	font-weight: bold;
	margin-bottom: 5px;
}

.contentboxRight .contenttype h3 {
	color: #339999;
	font-weight: bold;
	margin-bottom: 5px;
}
.contentboxRight .contenttype h4 {
	color: #339999;
	font-weight: bold;
	margin-bottom: 5px;
}

.contentboxRight .contenttype p {
	color: #333333;
	margin-top: 5px;
	font-size: 85%;
	font-style: oblique;
}

.contentboxRight .contenttype a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 95%;
	text-decoration: none;
	color: #a7591a;
	background-image: ;
	background-repeat: no-repeat;
	padding: 10px 0px 10px 0px;
	background-position: 0px 9px;

}
.contentboxRight .contenttype a u {
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	border-bottom-color: #c0bd98;
	border-bottom-width: 0px;
	border-bottom-style: solid;

}

.contentboxRight .contenttype a:hover {
	color: #36c;
	text-decoration: underline;
}

.contentboxRight .contenttype a:active {
	color: #36c;
	text-decoration: underline;
}
.contentboxRight .contenttype a:focus {
	color: #36c;
	text-decoration: underline;
}

.imageright {
	margin-top: 10px;
	margin-left: 10px;
	float: right;	
}
.imageleft {
	margin-right: 10px;
	float: left;
}


/* FOOTER AREA */
.footerArea {
	width: 100%;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	background-color: #339999;
	border-top: solid;
	border-color: #cbffff;
}

.footercontent {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.footernav {
	padding-top: 10px;
	padding-right: 30px;	
	float: right;
	color: #000000;
	font-size: 75%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.footernav a {
	color: #cbffff;
	text-decoration: none;
}
.footernav a:visited {
	color: #cbffff;
}
.footernav a:hover {
	color: #FFC;
	text-decoration: underline;
}

.copyright {
	border-width: 2px;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 2px;
	color: #c8f1d6;
	font-size: 80%;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

