/* Table of Contents:
	Body
	Typography
	Header 
	Navigation
	Menu
	Content 
	Footer 
	
*/

/* Body
--------------------------------------------------------------------------------------- */

body {
	background-color: #FFFFFF;
	font-family: "Century Gothic", Georgia, "Times New Roman", Arial, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: small;
	color: #990033;
}

#container {
	width: 900px;
	margin-top: 15px;
	height: 585px;
	background-color: #FAF196;
	margin-right: auto;
	margin-left: auto;
}

/* Typography
--------------------------------------------------------------------------------------- */
a:link {
	text-decoration: none;
	color: #990033;
}
a:visited {
	text-decoration: none;
	color: #990033;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #990033;
}





/* Header
--------------------------------------------------------------------------------------- */
#header {
	height: 85px;
}




/* Navigation
--------------------------------------------------------------------------------------- */
#nav {
	height: 50px;
	overflow: auto;
	background-color: #990033;
	width: 850px;
	vertical-align: middle;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

/* Main Navigational Menu */

#vdividermenu ul{
	padding: 0;
	float: left;
	width: 750px;
	font-family: "Century Gothic", Georgia, "Times New Roman", Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FAF196;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 72px;
	display: inline;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
	width: 90%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../index/vertical.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 2px;
	padding-right: 25px;
	padding-bottom: 2px;
	padding-left: 25px;
}

#vdividermenu ul li a:visited{
	color: #FFFFFF;
}

#vdividermenu ul li a:hover{
	color: #FAF196;
}




/* Menu
--------------------------------------------------------------------------------------- */
#menu {
	height: 425px;
	width: 215px;
	margin-left: 10px;
}

/* Content A
--------------------------------------------------------------------------------------- */
#content-index {
	height: 410px;
	width: 900px;
	float: left;
	font-family: "Century Gothic", Georgia, "Times New Roman", Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: center;
}




/* Footer
--------------------------------------------------------------------------------------- */
#footer {
	height: 18px;
	clear: both;
}

.footer {
	font-family: "Century Gothic", Georgia, "Times New Roman", Arial, sans-serif;
	font-size: x-small;
	padding-top: 2px;

}
.body-text {
	font-family: "Century Gothic", Georgia, "Times New Roman", Arial, sans-serif;
	font-size: small;
	color: #990033;
	text-align: left;
}

