 /* Layout Stuff */
	html {
	height: 100%;
	} 
	body {
	height: 100%;
	background: #d4be50;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Calibri, Arial;
	font-size: 14px; 
	color: #231f20;
	}
	
	#wrapper1 {
	z-index: 0; 
	position: relative; 
	width: 100%; 
	background: #ffffff;
	}
	#background_top {
	z-index: 1; 
	position: absolute; 
	width: 100%; 
	top: 0px; 
	left: 0px; 
	height: 630px; 
	background: url(images/background.jpg) top center repeat-x;
	}
	#wrapper2 {
	z-index: 2; 
	position: relative; 
	width: 1003px; 
	top: 0px; 
	left: 50%; 
	margin-left: -501px;
	}
	#wrapper3 {
	z-index: 1; 
	position: relative; 
	width: 927px; 
	left: 38px; 
	top: 0px; 
	background: #ffffff;
	/*background-image:url(images/menu_top.jpg) top left no-repeat;*/
	}
	#top_menu {
	position: relative; 
	width: 927px; 
	height: 126px; 
	top: 0px; 
	left: 0px; 
	background: url(images/top_menu.jpg) top center;
	}
	#top_menu_links {
	position: absolute;
	width: 927px;
	margin-top: 95px;
	text-align: center;
	color: #0b4995;
	}
	#content_wrapper {
	position: relative; 
	overflow: auto; 
	margin-top: 86px; 
	background: url(images/box_middle.jpg) 272px 0px repeat-y;
	}
	#side_menu {
	position: relative;
	float: left;
	width: 262px;
	top: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-top: 120px;
	visibility: visible;
	background: url(images/menu_top.jpg) 0px 0px no-repeat;
	}
	#content_wrapper2 {
	position: relative; float: left; 
	width: 641px; 
	min-height: 350px;
	}
	#content {
	z-index: 3; 
	position: relative; 
	width: 550px; 
	margin: 45px; 
	margin-bottom: 0px;
	}
	#content_box_top {
	position: absolute; 
	width: 641px; 
	height: 330px; 
	top: 0px; 
	background: url(images/box_top.jpg) top center no-repeat;
	}
	#main_image {
	z-index: -1; 
	position: absolute; 
	width: 927px; 
	height: 86px; 
	top: 126px; 
	left: 0px; 
	background: url(images/main_image.jpg) top center no-repeat;
	}

	#date {
	position:absolute;
	width:150px;
	top: 10px;
	text-align:left;
	font-family:Calibri, Arial;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	height:15px;
	left: 20px;
	}

	#left_shadow {
	position: absolute; 
	width: 38px; 
	height: 624px; 
	left: 0px; 
	top: 0px; 
	background: url(images/left_shadow.jpg) top center;
	}
	#right_shadow {
		position: absolute;
		width: 38px;
		height: 624px;
		right: 6px;
		top: 0px;
		background: url(images/right_shadow.jpg) top center;
	}
	#bottom_stripe {
	position: relative; 
	width: 100%; 
	height: 88px; 
	top: 0px; 
	background: url(images/bottom_stripe.jpg) top center repeat-x;
	}
	#content_box_bottom_wrapper {
	z-index: 1; 
	position: relative; 
	width: 1003px; 
	top: 0px; 
	left: 50%; 
	margin-left: -501px;
	}
	#content_box_bottom {
	z-index: 2;
	position: relative;
	width: 641px;
	height: 58px;
	left: 310px;
	background: url(images/box_bottom.jpg) 0px 0px no-repeat;
	}
	#apDiv1 {
		position:absolute;
		width:200px;
		height:115px;
		z-index:2;
	}
	#footer {
		position:relative;
		vertical-align:middle;
		z-index:auto;
		width: 100%;
		left: 0%;
		padding-bottom: 0px;
		margin-top:00px;
		margin-bottom:0px;
		text-align: center;
		color: #ffffff;
	}
	#pageIcon {
	display: none;
	}

 /* End of Layout Stuff */

 /* Content Stuff */
 
	 .ContentHeader {
		font-family: "Calibri", Calibri, Arial, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
		font-size:20px;
		color:#66087e;
	}
	.ContentText {
		font-family: Calibri;
		font-size:14px;
		color:#000000;
	}
/*	.ContentText a.ContentText:link
	{
	color: #c1842d;
	text-decoration: none;
	}
	.ContentText a.ContentText:visited {
	color: #c1842d;
	text-decoration: none;
	}
	.ContentText a.ContentText:hover {
	color: #f0bd23;
	text-decoration: underline;
	}
	.ContentText a.ContentText:active {
	color: #f0bd23;
	text-decoration: none;
	}	*/
	a.ContentText:link
	{
	color: #c1842d;
	text-decoration: none;
	}
	a.ContentText:visited {
	color: #c1842d;
	text-decoration: none;
	}
	a.ContentText:hover {
	color: #f0bd23;
	text-decoration: underline;
	}
	a.ContentText:active {
	color: #f0bd23;
	text-decoration: none;
	}
	.ContentSubHeader
	{
		font-family: Calibri;
		font-size:16px;
		font-weight:bold;
		color:#521e5f;
	}
	a:link {
	color: #231f20;
	text-decoration: none;
	}
	a:visited {
	color: #231f20;
	text-decoration: none;
	}
	a:hover {
	color: #a30c0c;
	text-decoration: none;
	}
	a:active {
	color: #a30c0c;
	text-decoration: none;
	}
			/* Table Stuff */
			
			#alternating
			{
				/*font-family: Calibri, Arial, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
				font-size: 14px;*/
				margin: 0px;
				width: 100%;
				text-align: left;
				border-collapse: collapse;
			}
			#alternating th
			{
				font-size: 14px;
				font-weight: normal;
				padding: 10px 8px;
			}
			#alternating td
			{
				padding: 8px;
				color: #000;
			}
			#alternating .odd
			{
				background: #f4dec9; 
			}
			/* End of Table Stuff */
			
			/* Submit Button Style */
			.sendButton {
				  color: #ff6600;
				  font-family: Arial, Hevlvetica, sans-serif;
				  text-align: center;
				  font-size: 11px;
				  font-weight: bold;
				  border: 3px double #cccccc;
				  width: auto;
				  background: url(/images/button_bg.png) repeat-x;
				  padding: 0px 5px;
				  line-height: 18px !important;
				  line-height: 16px;
				  height: 26px !important;
				  height: 24px;
				  margin: 1px;
			}
}

 /* End of Content Stuff */

 /* Menu Stuff */

	.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 99%; /*width of menu*/
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
	}
	
	.glossymenu a.menuitem{
	background: white url(images/glossyback.gif) repeat-x bottom left;
	font: bold 16px Calibri, Arial, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	}
	
	
	.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: white;
	}
	
	.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	}
	
	.glossymenu a.menuitem:hover{
	background-image: url(images/glossyback2.gif);
	}
	
	.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
	}
	
	.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
	.glossymenu div.submenu ul li{
	border-bottom: 1px solid #c75214;
	}
	
	.glossymenu div.submenu ul li a{
	display: block;
	font: normal 15px Calibri, Arial, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	}
	
	.glossymenu div.submenu ul li a:hover{
	background: #DFDCCB;
	colorz: white;

/* End of Menu Stuff */




