@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #347809;

}
.Main_Big_Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

a:link {
	text-decoration: none;
	color: #000000;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.Black_Body_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #942255;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:active {
	text-decoration: none;
	color: #000000;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.Mini_Header {
	font-size: 16px;
	font-weight: bold;
	color: #9B2257;
	font-family: Arial, Helvetica, sans-serif;
}
.Paragraph_Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9B2257;
}
.Newsletter_Header {
	font-size: 18px;
	font-weight: bold;
	color: #9B2257;
	font-family: Arial, Helvetica, sans-serif;
}
.Newsletter_Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.Bottom_Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.Links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.White_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
	.dhtmlgoodies_window{
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	position:absolute;
	overflow:hidden;
	z-index:10000;
	background-color: #FFFFFF;	
	}
	.dhtmlgoodies_window div{
		position:relative;
	}
	.dhtmlgoodies_window .dhtmlgoodies_window_top{
		width:100%;
		height:17px;
		position:relative;
		background-color: #707070;
	}
	.dhtmlgoodies_window .top_buttons{
	float:right;
	position:absolute;
	right:0px;
	width:35px;
	}
	.top_buttons img{
		float:left;
		padding-left:2px;
	}
	.dhtmlgoodies_windowMiddle{
		border-left:3px solid #707070;	
	}
	.dhtmlgoodies_windowContent{
		border-right:3px solid #707070;
		padding-left:5px;
		padding-right:2px;
		height:100%;
		overflow:hidden;
	}
	.dhtmlgoodies_window_bottom{
		border-left: 3px solid #707070;
		border-right:3px solid #707070;
		border-bottom: 3px solid #707070;
		position:relative;
		height:0px;
		background-color:#FFFFFF;
	}
	.dhtmlgoodies_window_bottom img{
		float:right;
	}
	.topCenterImage{
		position:absolute;
		left:3px;
		width:5000px;
		height:17px;
	}
	.resizeImage{
		position:absolute;
		right:0px;
		bottom:0px;
	}
.White_Big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.Big_Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #9B2257;
}
.White_Small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
{
	border:none; 
	margin:0; 
	padding:0;
}
a:link {
	color:#FFFFFF;
	text-decoration:none;
}

h1 {
	font-size:20px;
	margin-bottom:20px; 
}

#wrap {
	margin:5px auto;
	width:900px;
}

#header {
	margin-bottom:20px;
}

#header a {
	color:#0054A6;
}

#header a:hover {
	text-decoration:underline;
}

/*Drop Down Menu Styles*/
#ddmenu {
	background:url(images/menubg.png) repeat-x;
	margin: 0;
	padding: 0;
	height:43px;
	width:900px;
}
	
#ddmenu li {	
	float: left;
	list-style: none;
	font: 11px Tahoma, Arial;
}

#ddmenu li a {
	background:url(images/top-dotted.png) right no-repeat;
	display: block;
	padding: 5px 12px;
	text-decoration: none;
	width: 50px;
	text-transform:capitalize;
	white-space: normal;
	text-align:center;
}

#ddmenu li a:hover {
	background: #000 url(images/top-dotted.png) right no-repeat;
}
	
#ddmenu li ul {	
	margin: 3px 0 0 10px;
	padding: 0;
	position: absolute;
	visibility: hidden;
	width:600px;
}

#ddmenu li ul li {	
	display:inline;
}

#ddmenu li ul li a {
	width: auto;	
	background: url(images/bottom-dotted.png) right no-repeat;
	display: inline;
	color: #d9d9d9; 
	font-size: 10px;
	padding: 3px 10px;
}

#ddmenu li ul li a:hover {	
	background: #000 url(images/bottom-dotted.png) right no-repeat;
	padding: 3px 10px;
}
.Blue_Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0099FF;
}
.Black_Text_Body_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.accordion {
	width: 580px;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	background: #e9e7e7 url(../images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}
