/* body styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	color: #000000;
}

/* typography */
h1, h2, h3, h4, h5, h6, p, td, ul, ol, li, dl, dt, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
input, select, th, td {
	font-size: 1em;
}
h1 {
	font-size: 2.3em;
	font-weight: bold;
	line-height: 2em;
	color: #880E03;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-style: normal;
	margin: 15px 0;
}

h2 {
	font-size: 1.5em;
	color: #880E03;
	font-weight: bold;
	margin: 15px 0 5px 0;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, san-serif;
	margin: 15px 0 5px 0;
}

i {  font-style: italic}
b {  font-weight: bold}

img {
	border-width: 0px;
}

a:link {color: #003399; text-decoration: none;}
a:visited {color: #003399; text-decoration: none;}
a:hover {color: #CCCC33; text-decoration: underline;}
a:active {color: 708090; text-decoration: none; }


.block {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #880E03;
	padding: 5px;
	border: 1px solid #999999;
}

.box {
	padding: 5px;
	border: 1px solid #868FB6;
}
.red {
	color: #CC0000;
}
.white {
	color: #FFFFFF;
}
.smalltext {
	font-size: 10px;
}
.small-caps {
	font-variant: small-caps;
}

.clear {
	clear: both;
	}
	
.floatright {
	float: right;
	}
	
/* Branding / header */
	
#BrandingBox {
	width: 100%;
	margin: 0;
	padding:0;
	height:114px;
	background: #880E03 url(../images/web/banner_background.gif) top left no-repeat;
}
#BrandingContent {
	width: 800px;	
	margin-left: auto;
	margin-right: auto;
}
#Brandingleft {
	float: left;
}
#Brandingright {
	float: right;
	}
#BrandingBox a {
	text-decoration: none;
	}

/* main navigation bar */

#MainNav {
	width: 100%;
	background: #000000;
	float:left;
	margin:0;
	padding:0;

}
#NavContent {
	width: 800px;	
	margin-left: auto;
	margin-right: auto;
}


/* Wrapper for content section */

#Content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* Footer with copyright statement */

#Footer {
	clear: both;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#Footer p {
	margin:0;
	padding: 0;
	font-size: .9em;
	color: #666666;
	line-height: 1.5em;
	text-align: center;
}


/* home page */

#Home {
	width: 100%;
	float: left;
	background-color: #880E03;
}

#Home #Footer p {
	margin:0;
	padding: 0;
	font-size: .9em;
	color: #cccccc;
	line-height: 1.5em;
	text-align: center;
}

#HomeContent {
	width: 800px;
	margin: 0 auto;
}

#Home a:link {color: #ffffff;}
#Home a:visited {color: #CCCCCC;}
#Home a:active {color: #eeeef1;}

#HomeTextLeft {
	width: 300px;
	margin: 20px 0;
	float: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #EFE5AD;
	text-indent: 0px;
}

#HomeTextLeft p {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #EFE5AD;
	line-height: 1.2em;
	}
#HomeTextLeft a:link {color: #EFE5AD; text-decoration: none;}
#HomeTextLeft a:visited {color: #EFE5AD; text-decoration: none;}
#HomeTextLeft a:hover {color: #FFFFFF; text-decoration: underline;}
#HomeTextLeft a:active {color: #FFFFFF; text-decoration: underline;}

#HomeTextRight {
	width: 450px;
	margin: 30px 0 20px 0;
	float: right;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #FFFFFF;
}

#HomeTextRight p {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #FFFFFF;
	line-height: 1.2em;
}

#HomeTextRight h2 {
	font-size: 1.3em;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 0 5px 0;
	line-height: 1.4em;
}

#HomeTextRight a:link {color: #EFE5AD; text-decoration: none;}
#HomeTextRight a:visited {color: #EFE5AD; text-decoration: none;}
#HomeTextRight a:hover {color: #FFFFFF; text-decoration: underline;}
#HomeTextRight a:active {color: #FFFFFF; text-decoration: underline;}



/* content page structure */


.column {
	float: left;
}
/* IEx patch \*/
* html .column {
	display: inline;
	}
/**/

#mainContent {
	width: 600px;
	float:right;
}

#mainContent li {
	line-height: 1.5em;
}

#mainContent .floatleft {
	float: left;
}

#mainContent .floatright {
	float: right;
}

#subNav p {
	display: none;
	}
#subNav {
	width: 180px;
	margin-right: 10px;
	float:left;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 1em;
	padding: 0;
	margin-bottom: 1em;
	color: #333333;
	border-top-width: thin;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: double;
	border-color: #886E63;
	}
#subNav ul {
	margin:0;
	padding:0;
	list-style:none;
	}

#subNav ul a {
	display: block;
	width: 180px;
	height: 25px;
	line-height: 25px;
	color: #FFF;
	text-decoration: none;
	background: url(../images/web/nav-rollover.gif) no-repeat left top;
	text-indent: 20px;
	}

#subNav a:hover, .selected a {
	background-position: right top;
	color: #000;
	}
	
#subNav li {
	display: inline; /* KLUDGE removes gaps in IE/Win */
	}
	

