BODY {
	background-color: #FADB91;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
}

.layout {
	width: 760;
	height: 100%;
	border: 2px solid #575757;
}

.title {
	font-family: Garamond;
	font-size: 36pt;
	font-weight: bold;
	color: #FFFFFF;
	/*background-color: #006EA5;*/
	background-color: #7688EF;
	padding-left: 5px;
	height: 100px;
}

.nav {
	font-size: 10px;
	vertical-align: top;
	background-color: #CCE6B7;
	padding-left: 5px; 
	width: 140px;
}

.nav A {
	color: #758353;
	text-decoration: none;
	font-weight: bold;
}

.nav A:HOVER {
	text-decoration: underline;
}

.nav A:VISITED {
	/*color: #0000FF;*/
}

.nav H3 {
	font-size: 16px;
	color: #A6C98D;
}

.content {
	background-color: #FFFFFF;
	color: #4E4D80;
	vertical-align: top;
	font-size: 12px;
	width: 620px;
	/* NOTE: SC - padding-x works for both IE and FF */
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.content A {
	color: #0000EC;
}
.content A:HOVER {
	color: #4C47EB;
}

.content H3 {
	font-family: Verdana;
	font-size: 13pt;
	font-weight: none;
}


.sidebar {
	background-color: #D4E5F7;
	vertical-align: top;
	width: 200px;
}

.footer {
	background-color: #7688EF;
	vertical-align: bottom;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	
	/*color: #B2B8E5;*/
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}

.caption {
	font-size:10px;
	text-align: center;
	font-weight: bold;
}

.line {
	height: 1px;
	background-color: #575757;
}

.disclaimer {
	font-style: italic;
}