/* CSS Document */

body {
	background-color: #4C1B1B;
	background-image:url(images/bg-top.gif);
	background-repeat:repeat-x;
	margin: 0px;
	}
	
#blue_container {
	background-color:#F6E497;
	width:690px;
	margin-right:auto;
	margin-left:auto;
	z-index:1;
	}

#white_container {
	background-color:#FDFCEE;
	width:688px;
	background-repeat:no-repeat;
	background-position:top right;
	z-index:100;
	margin-top:10px;
	}

.centertext {
	font-family:Arial, Helvetica, sans-serif;
	color:#323232;
	line-height:18px;
	font-size:12px;
	padding-bottom:10px;
	padding-right:10px;
	text-align:left;
	}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#B9121b;
	line-height:18px;
	font-weight:bold;
	font-size:14px;
	padding-bottom:10px;
	padding-right:10px;
	}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#B9121B;
	line-height:18px;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	text-align:left;
	}

a.navigation:link, a.navigation:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#bd8d46;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	text-decoration:none;
	text-align:left;
	}

a.navigation:hover {
	color:#b9121b;
	text-decoration:underline;	
	}

a.navigation_active:link, a.navigation_active:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#b9121b;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	text-decoration:underline;
	text-align:left;
	}

a.footer:link, a.footer:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#4c1b1b;
	font-size:10px;
	line-height:12px;
	text-decoration:none;
	}

a.footer:hover {
	text-decoration:underline;
	color: #4c1b1b;
	}

.footertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-stretch:narrower;
	font-stretch:narrower;
	color:#4c1b1b;
	padding-bottom: 8px;
	padding-bottom: 8px;
	line-height:10px;
	}
	
#footer {
	background-color:#F6E497;
	width: 100%;
	margin-top:-12px;
	padding-bottom:10px;
	padding-top:4px;
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	}

