/* CSS Document */
* {
	border: 0px; 
	padding: 0px; 
	margin: 0px;
}

body {
	padding: 0px; 
	margin: 0px;
	background-color: #ffffff;
}

#wrapper {
	padding: 0px;
	margin: 0px auto;
	width: 900px;
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
	border-bottom: #333333 1px solid;
	background-color: #ffffff;
}

#banner {
	font-family: "Times New Roman", Times, serif;
	font-size: 41px;
	color: #ffffff;
	height: 60px;
	padding-left: 11px;
	padding-top: 10px;
	background-color: #ff0000;
	border-bottom: 1px solid #ffffff;	
}

table.full {
	border: 0px;
	width: 100%;	
}

#nav {
	background-color: #a4c2c2;
	border-bottom: 1px solid #ffffff;
}

#nav a {
	font: 13px arial;
	color: #336666;
	letter-spacing: 0.1em;
	text-decoration: none;
}

#nav a:hover, a:focus {
	color: #993300;
	text-decoration: underline;
}

#leftnav {
	width: 150px;
}

#leftnav ul {
	list-style-type: none;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

#leftnav ul li a {
	padding-right: 0px; 
	padding-top: 4px; 
	padding-left: 14px; 
	padding-bottom: 6px;
	display: block; 
	font: 13px arial;
	color: #336666; 
	letter-spacing: 0.1em;
	text-decoration: none;
	border-bottom: #ffffff 1px solid;
}

#leftnav ul li a:hover, a:focus {
	color: #993300; 
	text-decoration: underline;
}

#content {
	margin: 0px;
	padding: 0px;
	font: 16px arial;
	line-height: 24px;
	color: #333333;
}

#content p a {
	text-decoration: none;
	font: 16px arial; 
	color: #333333;
	line-height: 24px;
}

#content p a:hover, a:focus {
	text-decoration: underline;
}



#footer1 {
	border-top: #ffffff 1px solid; 
	border-bottom: #ffffff 1px solid; 
	height: 30px; 
	background-color: #ff0000;
}

#footer2 {
	padding-top: 5px; 
	background-color: #a4c2c2; 
	text-align: center;
}

#footer2 p {
	font: 12px georgia; 
	color: #336666;
	line-height: 18px;
}

#footer2 p a {
	font: 12px georgia; 
	color: #336666; 
	line-height: 18px;
	text-decoration: none;
}

#footer2 p a:hover {
	text-decoration: underline;
}