
*{ margin:0; padding:0; font:normal 100% Verdana, Arial, Helvetica, sans-serif;  } 

/* MAIN DEFAULTS */
	body 
	{
		/*background-color:#693100;*/
		background-color:#A6B449;
		text-align:center;
		margin-top:10px;
		margin-bottom:10px;
		margin-left:auto;
		margin-right:auto;
		font-size:.9em;		
		
	}
	
	table
	{
		padding:0px;
		margin:0px;
	}

	td
	{
		/*font-family:Verdana, Arial, Sans-Serif;*/
		/*font:normal 100% Verdana, Arial, Helvetica, sans-serif;*/
		/*background-color:White;*/
		text-align:left;
		vertical-align:top;
	}
	
	p
	{
		padding:10px;
		/*font-size:.9em;*/
		line-height:1.4em;
	}
	
	ol
	{
		list-style-type:decimal;
		margin-left:27px;
		padding:10px;
	}
	
	ul
	{
		margin-left:20px;
		padding:10px;
	}
	li
	{
		line-height:1.4em;
		padding:2px;
	}	
	img
	{
		border:none;
	}
	
	h1
	{
		font-size:1.2em;
		font-weight:bold;
		color:#693100;
		margin-bottom:10px;
	}
	h2
	{
		font-size:1em;
		font-weight:bold;
		color:#693100;
	}
	
	strong
	{
		font-weight:bold;
	}
	
	b
	{
		font-weight:bold;
	}
	
/* END MAIN DEFAULTS */


/* LINKS */
/*old color: #693100*/
	a
	{
		color:#285993;
		text-decoration:none;
		font-weight:bold;
	}
	a:link
	{	
		color:#285993;
		text-decoration:none;
		font-weight:bold;
		text-decoration:underline;
		
	}
	a:visited
	{
		color:#285993;
		text-decoration:none;
		font-weight:bold;
		text-decoration:underline;
	}
	a:hover
	{
		color:#FF9900;
		font-weight:bold;
	}
	a:focus
	{		
		color:#FF9900;
		font-weight:bold;
	}
	a:active
	{
		color:#FF9900;
		font-weight:bold;
	}
/* END LINKS */



/* CLASSES */

	/* MAIN TABLE */
	
		.MainTable
		{
			width:775px;
			border-bottom: solid 2px #7B7C7D;
			border-right: solid 2px #7B7C7D;
			border-top: solid 2px #D3D4D4;
			border-left: solid 2px #D3D4D4;
			margin: 0 auto;
		}
	
	/* END MAIN TABLE */
	
	/* DHTML MENU */
	
		.MenuTable
		{
			width:775px;
			border-top:solid 2px #D3D4D4;
			border-bottom:solid 2px #7B7C7D;
			background-color:#DEDFD4;
		}
	
	/* END DHTML MENU */
	
	/* CONTENT TABLE */
	
	.ContentTable
	{
		padding:0px;
		border:none;
		width:775px;
		/*background-color:#5b6900;*/
		background-color:#FFDE8F;
	}
	
	/* END CONTENT TABLE */
	
	/* HEADER */
		.Header
		{
			width:775px;
			background-color:#DEDFD4;
		}
	/* END HEADER */
	
	/* LEFT NAV */
		.LeftNav
		{
			width:150px;
			max-width:150px;
			min-width:150px;
			border-right:solid 1px #7B7C7D;
			padding:0px;
			vertical-align:top;
			background-color:#FFDE8F;
		}
	/* END LEFT NAV */
	
	/* CONTENT */
		.Content
		{
			width:625px;
			height:100%;
			padding:15px;
			border-bottom:solid 1px #7B7C7D;
			min-height:500px;
			background-color:#FFFFFF;
			vertical-align:top;
			
		}
		
		.ContentHomePage
		{
			width:625px;
			height:100%;
			border-bottom:solid 1px #7B7C7D;
			min-height:500px;
			background-color:#ffffff;
			vertical-align:top;
		}
		.ContentPageImage1
		{
			float:left;
			padding:10px;
		}
		.ContentPageImage2
		{
			float:right;
			padding:10px;
		}
		.BackToTop
		{
			text-align:right;
		}
	/* END CONTENT 8*/
	
	/* RIGHT NAV */
		.RightNav
		{
			width:150px;
			max-width:150px;
			min-width:150px;
			border-left:solid 1px #7B7C7D;
			/*padding:10px;*/
			vertical-align:top;
			text-align:center;
			background-color:#FFDE8F;
		}
	/* END RIGHT NAV */
	
	/* FOOTER */
		.Footer
		{
			width:775px;
			padding-top:10px;
			padding-bottom:10px;
			background-color:#FFDE8F;
			
		}
		.FooterText
		{
			text-align:center;
			font-family:Verdana, Arial, Sans-Serif;
			font-size:.8em;
			background-color:#FFDE8F;
		}
	/* END FOOTER */
	
	/* HEADERS */
	
		/* header styles have been placed as defaults for h1, h2 tags*/
		/*.PageHeader
		{
			font-size:1.2em;
			font-weight:bold;
			/*color:#BA7A1A;*//*
			color:#693100;
			margin-bottom:10px;
		}
		
		.PageSubHeader
		{
			font-size:1em;
			font-weight:bold;
			color:#693100;

		}*/
		
		.NavHeader
		{
			font-weight:bold;
			font-size:1em;
			color:#693100;
			margin-top:10px;
			margin-bottom:10px;
		}
		.LeftNavHeader
		{
			font-weight:bold;
			font-size:1em;
			color:#693100;
			margin-top:10px;
			margin-bottom:10px;
		}
	/* END HEADERS */
	
	.WhiteBG
	{
		background-color:#FFFFFF;
	}
	
	/* General */
	.ItallicText
	{
		font-style:italic;
	}
	
	.Center
	{
		text-align:center;
	}
	
	/* automagically add icons to PDF, DOC and ZIP file links */
    .pdfLink { padding-right: 19px; background: url(../../images/pdficon2.gif) no-repeat 100%; }
    .docLink { padding-right: 19px; background: url(../../images/doc.gif) no-repeat 100%; }
    .zipLink { padding-right: 17px; background: url(../../images/zip.gif) no-repeat 100%; }

/* END CLASSES */

/* testing stuff */
.GrayDiv
{
	width:90%;
	background-color:Gray;
}


