/* CSS Document */


/* Site Wide Properties */
body {
	margin: 0px;
	font: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #000;
}

p, td, li, ul, h1, h2, h3, h4, h5, h6  {
	 font: 12px/16px Arial, Helvetica, sans-serif;
	 color: #000;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin: 0 0 5px 0;
}

h3 {
	font-size: 13px;
	font-weight: bolder;
	color: #000;
	margin: 0;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	line-height: 11px;
	margin: 0 0 5px 0;
}

img 
{
	display: block;
	border: 0;
}

a:link {
	color: #A2662B;
}

a:visited {
	color: #766654;
}

a:hover {
	color: #0080FF;
}

a:active {
	color: #369;
}


/* Content Properties */

table#banner {
	background-color: #F1EF92;
}

td#name {
	font-size: 24px;
	color: #A2662B;
	font-weight: bold;
	padding: 5px;
} 

table#mainnavborder{
	width: 100%;
	border-top: 1px solid #033;
	border-bottom: 1px solid #000;
	margin: 0px;
	background-color: #CCC8C1;
}

td#mainnav  {
	padding: 2px;
	margin: 0px;
	font-weight: bold;
}

#mainnav a {
	text-decoration: none;
}

#footer {
	border-top: 1px solid #000;
	padding-bottom: 5px;
	vertical-align: top;
}

#footer p  {
	font-size: 11px;
	line-height: 11px;
	color: #666;
	text-decoration: none;
}

.smaller {
	font-size: 80%;
}
.code {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}
