/* GLOBAL VARIABLES */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align:center;
	margin: 0;
	padding: 0;
	background-color: #aabe96;
}
#main_box {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 40px;
}
#header_content, #menubar_content {
	overflow:hidden;
}

/* HEADER VARIABLES */
#header_box {
	height: 211px;
}
#header_box.splash_box {
	height: 261px;
}
#header_box.home_box {
	height: 121px;
}
#home_spacer {
	height: 272px;
	background-color: #ffffff;
	background-image: url(images/home_photo2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	color: #000000;
	font-size: 0.8em;
	text-align: center;
}
#home_spacer a:link, #home_spacer a:active, #home_spacer a:visited {
	color: #000000;
	text-decoration: none;
}
#home_spacer a:hover {
	color: #700060;
	text-decoration: none;
}

/* MENUBAR VARIABLES */
#menubar_box {
	height: 42px;
	background-color: #000000;
	background-image: url(images/splash_menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#menubar_box.home_box{
	background-color: #000000;
	background-image: url(images/home_menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#menubar_content * {
	margin: 0;
	padding: 0;
}
#menubar_content {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
#menubar_content li {
	line-height: 42px;
	list-style-type: none;
	margin-left: 3px;
	margin-right: 3px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 0.8em;
	display: inline;
}
#menubar_content li b {
	font-size: 1.1em;
	margin-left: 0;
	margin-right: 0;
	display: inline;
}
#menubar_content a:link, #menubar_content a:active, #menubar_content a:visited {
	color:#ffffff;
	text-decoration: none;
}
#menubar_content a:hover {
	color:#ffcc00;
	text-decoration: underline;
}

/* FOOTER VARIABLES */
#footer_box {
	height: 223px;
}
#footer_box.splash_box {
	height: 215px;
}
#footer_box.home_box {
	height: 156px;
	min-height: 156px;
	background-color: #ffffff;
	background-image: url(images/home_photo3.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	padding: 15px;
}
#footer_content {
	color: #000000;
	font-size: 0.8em;
	text-align: center;
}
#footer_content a:link, #footer_content a:active, #footer_content a:visited {
	color: #000000;
	text-decoration: none;
}
#footer_content a:hover {
	color: #700060;
	text-decoration: none;
}
#footer_content h4 {
	font-size: 1.1em;
	color: #700060;
	margin-bottom: 0px;
	margin-top: 0px;
}

/* COPYRIGHT VARIABLES */
#copyright_box {
}
#copyright_credits {
	color: #666666;
	font-size: 0.63em;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}
#copyright_submenu {
	color: #666666;
	font-size: 0.7em;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
}
#copyright_box a:link, #copyright_box a:active, #copyright_box a:visited {
	color:#666666;
	text-decoration: none;
}
#copyright_box a:hover {
	color:#700060;
	text-decoration: underline;
}
#enter_box {
	text-align: center;
}
#enter_box a:link, #enter_box a:active, #enter_box a:visited {
	color:#ffffff;
	text-decoration: none;
}
#enter_box a:hover {
	color:#ffcc00;
	text-decoration: underline;
}

