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

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

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

#wrapper {
	background-color: #FFFFFF;
	width: 100%;
}

#banner {
	font: "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;
}

#nav {
	background-color: #A4C2C2;
	border-bottom: 1px solid #FFFFFF;
}

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

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

#leftnav {
	background-color: #A4C2C2;
} 

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

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

#leftnav ul li a:hover, a:focus {
	color: #993300;
	text-decoration: underline;
	/* border-right: 5px solid #FFFFFF; */
}

.pageName {
	padding-top:22px;
	padding-bottom:11px;
	font: 20px georgia;
	color: #CC3300;
	letter-spacing: 0.1em;
	line-height: 26px;
}

#content {
	background-color: #FFFFFF;	
}

.bodyText {
	font: 16px arial;
	line-height: 24px;
	color: #333333;
}

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

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

#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;
}