@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background-color:#DCDDE2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
#main { 
	position:absolute; 
	z-index:2; 
	width:755px; 
	left:50%; 
	margin-top:30px; 
	margin-left:-377px; 
	background-color:#FFFFFF;
}
#main a, link, visited, hover {
	color:#B52B46;
}
#header_bar {
	position:relative;
	width:753px;
	height:124px;
	z-index:3;
	background-image: url(images/common/header.jpg);
	border-top-width: 1px;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
 }
#container { 
	/*overflow: hidden;*/
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
	background-color: #FFFFFF;
}
#container div {
	/*margin-bottom: -2000px;
	padding-bottom: 2000px;*/
	float:left;
}
#container .nav {
	width:193px;
	background-image: url(images/common/nav_bkgrd.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #B52B46;
	color: #FFFFFF;
	height:550px;
	border-left: solid 1px #999999;
	
}
#container .content {
	z-index:15;
	padding-left: 25px;
	width: 475px;
	margin-top: 35px;
}
#container .menu {
	color: #FFFFFF;
	width: 190px;
	padding-left: 20px;
}
#container blockquote {
	margin-left: 15px;
	width:150px;
}

#container .menu a {
	color: #FFFFFF;
	text-decoration:none; 
	font-weight:bold;
}
#container .menu a:hover {
	color: #cccccc;
}

#tagline {
	position:absolute;
	width:350px;
	height:82px;
	z-index:1;
	left: 385px;
	font-weight: bold;
	top: 40px;
	text-align: center;
}
#top_nav {
	position:absolute;
	z-index:15;
	background-color:#000000;
	height:22px;
	width:561px;
	margin-left:193px;
	border-top: 3px solid #B52B46;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	border-right: 1px solid #999999;
}
#top_nav a:link {
	text-decoration:none;
	font-weight: bold;
	color: #FFFFFF;
}
#top_nav a:visited {
	text-decoration:none;
	font-weight: bold;
	color: #FFFFFF;
}
#top_nav a:hover {
	text-decoration:none;
	font-weight: bold;
	color: #B52B46;
}
.titles {
	font-size: 18px;
	font-weight: bold;
	color: #B52B46;
}
#footer {
	width:753px;
	height:50px;
	background-color: #000000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #B52B46;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
#copyright {
	width:755px;
	line-height:50px;
	text-align: center;
	background-color:#DCDDE2;
}
