@charset "utf-8";
/* CSS Document */
body {
	background-color: #002200;
	background-image:none;
	text-align: center;
	min-width: 850px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
	}
	html {
		min-height:100%;		
		margin-bottom:1px;
		}
	img {
		border-style: none;
		outline: none;
		}
	a:hover, a:focus, a:active {
		outline: none;
	}
/*  -------  ID Rules   -------*/
  
/*  ------- Wrapper -------*/

#wrapper {
	width: 924px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	color: #3E2008;
	background-repeat: repeat-y;
	background-image: url(images/wrapper.gif);
	margin-top: 20px;
	_margin-bottom: -1px;
		}
/*  ------- Masthead -------*/

	#masthead {
		text-align: left;
		width: 919px;
		height: 24px;
		margin-left: 3px;
		* margin-left: 2px; /*IE7 HACK */
		_margin-left: 2px; /* IE6 HACK */
		}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #294292;
	text-align: center;
	background-image: url(images/welcomeBack.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 5px 0px;
}
h1 em {
	color: #000000;
}
	
#header {
	float: left;
	width: 100%;
}
#header img {
	margin-left: 30px;
	float: left;
}
#header h2 {
	float:left;
	margin-top: 43px;
	color: #294292;
	padding-left: 5px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#leftHome {
	width: 290px;
		float:left;
		margin: 0px 0px 0px 33px;
		_margin-left: 14px;  /* IE6 HACK */
}
#rightHome {
	width: 577px;
	margin-top: 0;
	float:right;
	display: inline;
	background-image: url(../../_images-nav/Border-News.gif);
	background-position: left 90px;
	background-repeat: no-repeat;
	margin: 0px 20px 20px 0px;
}
#rightHome p {
	font-size: 14px;
	padding: 0 40px;
}
#rightHome p.welcomeBack {
	padding-bottom: 20px;
	border-bottom: 1px solid #E2BA6D;
}
#content {
	width: 924px;
	float: right;
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(images/wrapper.gif);
	border: 5px solid #DFB462;
		}
#content a {
	color: #822519;
	text-decoration: none;
}
#content a:hover {
	color: #000066;
}

#logoLink {
	position: relative;
	float: left;
	padding: 5px;
	margin-top: 20px;
	border: 1px solid #E2Ba6D;
}

#logoLink img {
	float:left;
	margin: 15px 10px 0px 5px; 
}
#logoLink p {
	padding: 0;
}

p.contactInfo {
	display:block;
	width: 40%;
	margin:0 auto;
	text-align: left;
}
#footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	height: 54px;
	width: 924px;
	margin: 0 auto;
	padding-top: 30px;
	background-color: transparent;
	background-image:none;
}
#footer a {
	color: #FFF;
	text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
		}
