/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	font-family: Verdana, Times Roman
	font-size: 12px;
	background-color: #CFD3CF;
	background-image: none;
}
#wrapper {
	width: 770px;
	margin: 10px auto;
	text-align: left;
	border: 2px solid #660000;
	background-color: #FFFFFF;
	background-image: none;		
}

/* Text */

h1, h2, h3 {
	font-weight: normal;
	color: #000000;
	padding-bottom: 10px;	
}

h1 { font-size: 16px; }
h2 { font-size: 15px; }
h3 { font-size: 14px; }
h4 { font-size: 11px; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 112px;
}

a:link {
	color: #333399;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #865B60;
}

/* Navigation Bar */

#nav {
	width: 765px;
	height: 35px;
	text-align: center;
	padding-right: 5px;
	padding-top: 10px;
	background-color: #FFFFFF;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom: 3px solid #603617;	
}

#nav p {
line-height: 150%;

}

#nav a {
	color: #660000;
	text-align: center;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #660000;
	font-weight: bold;
}

#nav a:hover {
	text-decoration: none;
	color: #69F;
}

/* Banner */

#banner {
	width: 770px;
	height: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #603617;
	border-top-width: 1px;
	background-color: #E7E9E2;
	
}


#banner h1 {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #603617;
	width: 350px;
	
	margin-left: 400px;
}

/* Vertical Menu */

#menu {
	width: 770px;
	height: 40px;
	border-bottom: 1px solid #660000;
	
	
}

#container {

 width: 760px;
 height: auto;
 float: left;
 padding-left: 10px;
 
}

#leftcontainer {
	width: 346px;
	height: 260px;
	float: left;
	margin-left: 0px;
	background-image: none;
	background-repeat: no-repeat;
}

#menu h1 {
	text-align: left;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 0px;
	border-bottom: 1px solid #603617;
	}


#menu a {
	padding: 10px;
	font-weight: bold;
	color: #660000;
}

#menu a:hover {
	text-decoration: none;
	color: #69F;
	
}

#menu p {

	font-size: 11px;
	color:#000000;
	line-height: 100%;
	padding-top: 5px;
	padding-left: 10px;

}


/* Content */


#content {
	float: left;
	width: 480px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #E7E9E2;
	border-left: 0
}

#content p {
	font-size: 12px;
	color: #000000;
}

#content ul, li {
	padding: 10px;
	font-size: 12px;
	color: #603617;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 110%;
}

#content h1 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}


#content h2 {
	font-size: 14px;
	color: #000000;
	font-style: italic;
	font-weight: bold;

}

#content ol, #content ul {
	margin-left: 3em;
}

/* Images */

.smallrightimage {
	width: 346px;
	float: right;
	clear: left;
	margin: 10px;
}

.smallerleftimage {
	width: 180px;
	float: left;
	clear: right;
	margin: 0px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 247px;
	padding-left: 10px;
	padding-top: 20px;
}

#sidebar p {
	font-size: 12px;
}

#sidebar a {
	font-weight: bold;
	color: #660000;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;	
}

#sidebar a:hover {
	text-decoration: none;
	color: #69F;
}

/* Footer */

#footer {
	clear: both;
	width: 750px;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #660000;
	background-color: #FFFFFF;
}

#footer p {
	text-align: center;
	line-height: normal;
	font-size: 11px;
	color: #000000;
}

#footer a {
	font-weight: bold;
	color: #660000;
}

#footer a:hover {
	text-decoration: none;
	color: #69F;
}
