@charset "UTF-8";
/* CSS Document */

/*Normalizing across site///////////////////////////////////////////////*/
/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe {
	margin: 0;
	padding: 0;
}
/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/*Removes list-style from lists*/
ol, ul {
	list-style: none;
}
/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/*Removes border from fieldset and img*/
fieldset, img {
	border: 0;
}
/*End Normalizing////////////////////////////////////////////////////////*/@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	background-color: #996;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

h1 {
	font-size: 16px;
	padding: 10px 0px 5px 0px;
}

h2 {
	font-size: 14px;
}

p {
	padding: 5px 0px;	
}

img.header_img {
	padding: 0xp 0px 10px 0px;
}

#container {
	width: 820px;
	margin: 0px auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	z-index: 1;
}

#header {
	width: 820px;
	height: 131px;
	background-image: url(../header.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 820px;
	min-height: 618px;
	background-image: url(../content.jpg);
	background-repeat: repeat-y;
	z-index:2;
}

#nav {
	width: 115px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 14px 2px 15px 45px;
	float:left;
}

#nav li {
	padding-bottom: 5px;
}

#nav a:link, #nav a:visited {
	color: #736357;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: #000;
}

#main_content {
	margin-left: 175px;
	padding: 11px 0px; 
	width: 600px;
	max-width: 600px;
	z-index:3;
}

#main_content div {
	width: 570px;
	max-width: 570px;
	z-index:3;
}

#main_content ul {
	margin: 5px 0px 5px 30px;
	list-style: disc;
} 

#main_content ol {
        margin: 5px 0px 5px 30px;
        list-style-type: decimal;
}

#footer {
	width: 820px;
	height: 51px;
	background-image: url(../footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	color: #534741;
	clear: both;
}

#footer p {
	padding-top: 7px;
}

#summit_h {
	font-size: 11px;
	text-align: center;
	line-height: .9em;
	padding:3;
	border-bottom: 1px solid #000000;
	color: Black;
}

#summit {
	font-size: 11px;
	padding: 5 0 5 0;
	text-align: center;
	border-bottom: 1px solid #000000;
	color: Black;
}
