/* CSS Document */

/* GLOBAL */

html, body, h1, h2, h3, h4, h5, h6, form, fieldset, img, table
{
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	margin: 0 auto;
	text-align: center;	/* for IE */	
	font-family: "Arial", Verdana, Sans-Serif;
	font-size: medium;
	color: #24211C;
	background-color: #E2DCCD;
}

h1
{
	font-size: 140%;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #24211C;
}

h2
{
	font-size: 100%;
	color: #24211C;
}

ul#news
{
	list-style: square; padding-left: 10px; margin: 0px;
}

ul#news li
{
	padding-bottom: 10px;
}

.hide
{
	display: none;
}

table
{
	width: 100%;
	border-top: 1px solid #24211C;
	border-left: 1px solid #24211C;
}

table th, table td
{
	margin: 0;
	padding: 4px 10px;
	text-align: center;
	border-bottom: 1px solid #24211C;
	border-right: 1px solid #24211C;
}

table .leftalign
{
	text-align: left;
}

table tr
{
	background: #E2DCCD;
}

table tr.alt
{
	background: #BBAD8F;
}

table caption
{
	margin: 0;
	padding: 4px 10px;
	border: 1px solid #24211C;
	border-bottom: none;
	background: #FFF;
	font-weight: bold;
}


/* STRUCTURE/LAYOUT */

div#container
{
	margin: 10px auto;
	width: 760px;
	border: 1px solid #FFFFFF;
	background: url(../images/background/contentdropshadow.jpg) top left repeat-y;	
	text-align: left;	
}

div#MainBody
{
	width: 760px;	
}

div#Content
{
	float: right;
	width: 540px;	/* 760px */
	margin: 0;
	padding: 5px 10px 5px 10px;
	font-size: 80%;
	line-height: 150%;	
}

div#LeftCol
{
	float: left;
	width: 200px;
	padding: 0;
	margin: 0;
	text-align: left;
}

div#LeftColHeader
{
	background-color: #99865F;
	border-bottom: solid 2px #4D473B;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 120%;
	font-family: "Times New Roman", Times, serif;
}

div#LeftColFooter
{
	background-color: #BBAD8F;
	padding: 10px 10px 10px 10px;
	color: #24211C;
	font-size: 80%;
}

div#footer
{
	clear: both;
	width: 100%;
	padding: 2px 0px 2px 0px;
	background-color: #4D473B;
	font-family: "Arial", sans-serif;	
	font-size: 70%;
	color: #FFFFFF;
	text-align: center;
}

div#banner
{	
	float: left;
	width: 760px;
	border-bottom: solid 2px #4D473B;
}

div#BannerTop
{
	height: 55px;		/* 55 + 5 */
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	font-size: 70%;
}

div#BannerBottom
{
	height: 199px;
	background-color: #99865F;
}

div#BannerBottomText
{
	float: right; 
	width: 440px; 
	text-align: left; 
	padding-top: 110px; 
	padding-right: 10px; 
	font-size: 80%;
}

div#keywords
{
	margin: 10px auto;
	width: 760px;
	text-align: left;
	padding-top: 300px;
	font-size: 70%;
}


/* NAVIGATION */

#NavigationMain
{
	float: left;
	width: 760px;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #BBAD8F;
	border-bottom: solid 1px #FFFFFF;
}

#NavigationMain li
{
	float: left;
	margin: 0;	
	font-size: 120%;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#NavigationMain a 
{
	float: left;
	display: block;
	margin: 0;
	padding: 2px 12px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
}

#NavigationMain a:hover, #NavigationMain a:focus
{
	background-color: #4D473B;
	color: #FFFFFF;
	text-decoration: none;
}

#NavigationMain #n-on a
{
	background-color: #4D473B;
	color: #FFFFFF;
}

a
{
	text-decoration: underline;
	color: #24211C;
}

a:hover, a:focus
{
	text-decoration: none;
	color: #24211C;
}

div#BannerTop a
{
	color: #FFFFFF;
	text-decoration: none;
}

div#BannerTop a:hover
{
	text-decoration: underline;
}

div#footer a
{
	color: #FFFFFF;
	text-decoration: none;
}

div#footer a:hover, div#footer a:focus
{
	text-decoration: underline;
}


/* GRID LAYOUT */
#grid
{
	float: left;
	width: 540px;
}

#grid dl
{
	float: left;
	margin: 10px 0px;
	padding: 0;
	display: inline;	/* fixes IE/Win double margin bud*/
}

#grid dt
{
	float: right;
	width: 380px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-weight: bold;
}

#grid dd
{
	margin: 0 0 0 160px;
	padding: 0;
	padding-bottom: 10px;
	line-height: 120%;
}

#grid dl dd.img
{
	margin: 0;
}

#grid dd.img img
{
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}


/* SITE MAP */
#sitemap 
{	
	font-weight: bold;	
	color: #333333;
	font-size: 100%;	
}

#sitemap li 
{
	list-style: none;	
}
	
#sitemap li ul li
{
	font-weight: normal;
	list-style: disc;
}









/* START OF SIMPLIFIED BOX MODEL HACK */
* html body
{
	font-size: small; /* for IE5/win */
	f\ont-size: medium; /* for other IE versions */
}
/* END OF SIMPLIFIED BOX MODEL HACK */

/* START OF HOLLY HACK - HIDE FROM IE5/MAC \*/
* html#footer, * html#MainBody
{
	height: 1%;
}
/* END OF HOLLY HACK - HIDE FROM IE5/MAC \*/
