@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-image: url(../images/bodyBG.png);
	background-repeat:repeat;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:14px;
}
h1{
font-size:180%;
}
h2{
font-size:160%;
}
h3{
font-size:140%;
}
h4{
	font-size:120%;
	color: #3CF;
	text-align: left;
}
.green_text{
color:#92C83E;
}
#container {
	height: auto;
	width: 900px;
	border: 10px solid #FFFFFF;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #A4A799;
}
#header_container {
	height: auto;
	width: 900px;
	position: relative;
	left: 0px;
	top: 0px;
}
#menu {
	height: 52px;
	width: 900px;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
}
.importantlink {
	color: #0C0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 14px;
	text-decoration: none;
}

#container {
	height: auto;
	width: 900px;
}
#bodyContainer {
	height: auto;
	width: 900px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #FFF;
}
#left_main_content {
	float: left;
	height: auto;
	width: 610px;
}
#right_main_content {
	float: right;
	height: auto;
	width: 265px;
	margin-left: 15px;
}
.right_ind {
	background-color: #72756B;
	float: left;
	height: auto;
	width: 260px;
	margin-bottom: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: left;
}
.right_ind_deader {
	background-image: url(../images/headerbgred.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 255px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-top: 5px;
	color: #FFFFFF;
	padding-left: 5px;
	font-weight: bold;
}
.right_ind_body {
	height: auto;
	width: 250px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 25px;
	margin-left: 5px;
}
#facebook_bar {
	height: auto;
	width: 940px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
.left_ind {
	background-color: #72756B;
	height: auto;
	width: 610px;
	margin-bottom: 25px;
}
.left_ind_head {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-image: url(../images/headerbg.png);
	background-repeat: repeat-x;
	height: 35px;
	width: 600px;
	padding-top: 5px;
	padding-left: 10px;
}
.left_ind_body_content {
	height: auto;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}
#footer {
	background-image: url(../images/footerbg.png);
	background-repeat: repeat-x;
	text-align: center;
	height: 50px;
	width: 900px;
	padding-top: 8px;
	color: #FFFFFF;
}
#logos {
	text-align: center;
	vertical-align: middle;
	height: 100px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 20px;
}
.PhotoBoxHidden{
display:none;
width:auto;
height:auto;
float:left;
}
 
.Italic {
	font-style: italic;
	color: #F00;
	font-family: "Comic Sans MS", cursive;
	font-size: 100%;
}
.yellow_text {
	color: #3CF;
}
#bodyContainer table tr td #left_main_content h3 a {
	color: #FFF;
}

