/* CSS Document */

* {padding:0px; margin:0px;}
body {text-align:center; background:#353A3A; font-family:Myriad Pro, Geneva, Helvetica, Arial, sans-serif; font-size:12px; padding:0px; margin:0px;}
h2 {font-weight:bold; font-size:16px; margin-bottom:5px;}
h3 {font-weight:bold; font-size:14px; margin-bottom:5px;}

p {margin:10px 0px; font-size: 12px;}
p.column_right {font-size: 10px;}
.hr {width:90%; border-bottom:1px dotted black; margin:10px 0px 15px 0px;}
.redText {color:#580709; text-decoration:none; font-weight: bold;}

.barefoot a:visited, .barefoot a:link{
	color: white;
}

.barefoot a:hover {
	color: gray;
}

.barefoot{
	text-align: center;
	color: black;
	text-decoration:none;
	font-size: 10px;
}

.column_right A:link {text-decoration: none; color: #000000;}
.column_right A:visited {text-decoration: none; color: #000000;}
.column_right A:active {}
.column_right A:hover {text-decoration: underline; color: #580709}

#barefoot{
position: relative;
	top:40px;
	}

#siteContainer { width:960px; height:auto; margin:0px auto; padding:0px;}
	#header { width:960px; height:205px; text-align:left; background:url('../images/header.png') top left no-repeat; border-top:1px solid #353A3A}
		#menuHolder { width:650px; height:auto;  margin:155px 0px 0px 47px;   vertical-align:top;}
			.menuItem li { font-weight: bold; display:block; float:left; width:120px; height:1em;  margin:0px 5px 0px 0px; text-align:center; list-style:none; font-family: "Myriad Pro", Geneva, Helvetica, Verdana, Arial, sans-serif;}
				.menu { color:#333333; text-decoration:none; font-size:12px; font-weight: bold;}

	#mainBody { width:960px; min-height:580px; background:url(../images/body.png) top left repeat-y; text-align:left}
		#sideBar { float:right; width:160px; height: 100%; margin:0px; margin-right:40px; display:inline; font-size:10pt;}
			.imgHolderSide { width:130px; height:130px; margin:0px 10px; text-align:center; }
		#content { width:664px; height:auto; margin:0px auto -10px 54px; font-size:14px; font-weight:200; }
			.type1 { width:664px; }
			.type2 { margin-top:20px; height:240px; }
			.type3 { margin-top:20px; height:50px; }
				.left { float:left; width:306px; }
				.right { float:right; width:306px; }
	#footer { width:960px; height:140px; background:url(../images/footer.png) top left no-repeat; }
	#footerText { width:auto; height:auto; position:relative; top:28px; right:120px; font-size:8pt; color:#CCCCCC; }
	
	