/* CSS Document */
body {
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	font-size: 12px;
	line-height:140%;
	font-weight: normal;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
ul#nav {
	margin: 0px;
}
ul#nav li {
	display: inline;
	list-style-type:none;
}
ul#nav li a {
	padding: 5px 10px;
	color: #ffffff;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #FFE6B0;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

li a:link, a:visited, a:hover {
	color: #000;
	text-decoration: none;
}

li a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #006699;
}
h1{
	font-size: 120%;
	text-align: left;
	margin: 5px 0 5px 0px;
	text-transform: uppercase;
}
/* overrides padding from previous rule for h1 */

h2{
 font-size: 114%;
 color: white;
 padding: 5px;
 margin: 0px;
 background-color: #006699;
}

h3{
	font-size: 100%;
	text-align: center;
	background-color: #ffcc66;
	margin: 0px;
	padding: 5px;
	text-transform: uppercase;
}
h4{
	font-size: 100%;
	text-transform: uppercase;
	color: #000;
	padding-top: 10px;
}
label{
	font: bold 100% Arial,sans-serif;
 	color: #334d55;
}

.smaller {font-size: 90%}

.verysmall {font-size:9px}

.sidebar {
	font-size: 90%;
	padding-left: 8px;
	padding-right: 8px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
	width: 100%;
	background-color:#FFE6B0;
	border-left: 1px solid #ffcc66;
	border-right: 1px solid #ffcc66;
	border-bottom: 1px solid #ffcc66;
}

#masthead{
	padding: 0px;
	width: 100%;
}
#nav{
	background-color: #006699;
	text-align: right;
	color: #ffffff;
	padding: 8px;
	font-size: 100%;
	
}
#content{
	background-color: #FFFFFF;
	float: left;
	width: 610px;
	margin-right: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

#sidebar{
	vertical-align:top;
	width: 180px;
	height: auto;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	background-color: #FFE6B0;
	padding: 0;
	margin-left: 0px;
	text-align: center;	
}
.indent {
	padding-right: 3px;
	padding-left: 8px;
}

