* {
	font-family: arial, verdana;
}

body {
	background: #f1ead7 url('images/body-bg.gif') top left repeat-x;
	margin: 0px;
	padding: 0px;
}

#body-outer-container {
	width: 820px;
	margin: 0px auto;
	overflow: hidden;
	background: #ffffff;
}

#body-container {
	width: 780px;
	margin: 0px auto;	
}

#header-logo-container {
	width: 100%;
	padding: 20px 0;
	background: #ffffff;
}

#header-flash-container {
	width: 100%;
	background: #ffffff;
	padding-bottom: 18px;
}

#menu-container {
	width: 100%;
	color: #6f6f6f;
	font-size: 14px;
	background: #ffffff;
	height: 30px;
}
#menu-container a:hover {
	background: #717171;
	color: #ffffff;
}

.indexfixedURL {
	background: #000000;
	color: #ffffff;
	padding: 4px 10px;
	margin-right: 5px;
}
.indexURL {
	color: #6f6f6f;
	text-decoration: none;
	padding: 4px 10px;
	margin-right: 5px;
}

#title-container {
	width: 100%;
	padding: 10px 0px;
	background: #ffffff;
}

#main-content-left {
	float: left;
	width: 512px;
	background: #ffffff;
	font-size: 12px;
	color: #5a5a5a;
	margin-bottom: 20px;
}

#main-content-left a {
	text-decoration: none;
	color: #2e9dae;
}
#main-content-left a:hover {
	text-decoration: underline;
	color: #2e9dae;
}

#main-content-right {
	float: right;
	width: 248px;
	background: #ffffff;
	text-align: right;
}
#main-content-right img {
	border: none;	
}

#main-content-left-larger {
	float: left;
	width: 760px;
	background: #ffffff;
	font-size: 12px;
	color: #5a5a5a;
	margin-bottom: 20px;
}

#portal-container {
	width: 100%;
	margin: 0 0 20px 0;
	background: #ffffff;	
}

#footer {
	float: left;
	clear: both;
	width: 100%;
	background: #f1ead7;
	color: #5b5b5b;
}

#footer a {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

#footer-left {
	padding: 0px 0;
	float: left;
	width: 200px;
	font-size: 12px;
}
#footer-left a, #footer-left a:hover {
	font-size: 12px;
}

#footer-right {
	padding: 5px 0;
	font-size: 10px;
	float: right;
	text-align: right;
}

#footer-spacer {
	width: 100%;
	height: 30px;
	background: #717171;
}

/* ------------- Non Structual CSS ----------- */
h1 {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
}
h2, .head2  {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
}
h3 {
	color: #5a5a5a;
	font-size: 14px;
	font-weight: normal;
}

.mediaContainer {
	margin-bottom: 20px;
}

.mediaContainer a {
	font-size: 12px;
	text-decoration: none;
	color: #2e9dae;
	text-align: justify;
}

.caption {
	text-align: justify;
	color: #5a5a5a;
	font-size: 12px;
	width: 200px;
	padding-left: 48px;
}