/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;	
	background-color: #666666;
	text-align:center
}
#wrapper {
	background-color: #FFFFFF;
	width: 770px;
	border: 1px solid #000000;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(../images/wrapper_background.gif);
	background-repeat: repeat-y;
}
#banner {
	height:110px;
	background-repeat: no-repeat;
	background-image: url(../images/jim_banner.gif);
}
#banner h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	border: thick solid #990000;
	text-align: center;
	background-color: #FFFFFF;
	font-weight: bolder;
	padding: 10px;
	height: 25px;
	width: 75px;
	margin-top: 25px;
}


#footer {
	color: #FFFFFF;
	background-color: #AD5903;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clear:both;
}

#footer p{
	font-size:70%;
	padding:3px;
}

#leftcol #nav {

}


#leftcol #nav ul{
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	list-style-type: none;
	border: 1px solid #000000;
}

#leftcol #nav ul li{
	display:inline;
	padding: 0px;
	margin: 0px;
}

#leftcol #nav ul li a{
	background-color:#AD5903;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
	display:block;
	padding:4px 0px 6px 4px;
	text-decoration:none;
	height:1%;
}



#leftcol #nav ul li a:hover,#leftcol #nav ul li a:focus{
	background-color:#003366;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color:#FFFFFF;
}

#content{
	margin-left: 200px;
}


#content p{
	font-size:80%;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}

#content h1 {
	color: #003366;
	margin: 20px;
	padding: 0px;
	font-size: 130%;
}

#content h2 {
	font-size: 110%;
	color: #666666;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}

.leftimage {
	float: left;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
}
.container_banners {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #AD5903;
	font-size: 100 %;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
	float: none;
	clear: none;
	height: 22px;
	width: auto;
}


.rightimage {
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
	width: 170px;
}

#leftcol {
	width: 170px;
	float: left;
	margin-top: 20px;
}


.container {
	background-color: #FFFFFF;
	float: right;
	width: 99%;
}
#content h3 {
	font-size: 110%;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.button
{
	position: relative;
	left: 170px;
	padding-top: 15px;
	width: 130px;
}

.button ul {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
.button li {
	margin: 0px;
	padding: 0px;
	}
.button a {
	width: 100%;
	display: block;
	color: #000000;
	text-align: center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin: 3px;
}
.button a {
	background-color: #ACB88C;
	border-top: 2px solid #D4E8D1;
	border-left: 2px solid #D4E8D1;
	border-bottom: 2px solid #6B8F6B;
	border-right: 2px solid #6B8F6B;
	text-decoration: none;
}
.button a:hover, #button a:focus {
	border-top: 2px solid #6B8F6B;
	border-left: 2px solid #6B8F6B;
	border-bottom: 2px solid #D4E8D1;
	border-right: 2px solid #D4E8D1;
	background: #86AE8C;
}
.container ol {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	padding: 0px;
	list-style-type: square;
	color: #AD5903;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 40px;
	margin-bottom: 5px;
	margin-left: 40px;
}
.centerimage {
	left: 150px;
	position: relative;
	width: 200px;
	padding: 10px;
	margin-top: 15px;
}
