@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-image: url(/images/background_top.jpg);
	background-repeat: repeat-x;
}

img {
	border:none;
}

p, h1, h2, h2, h4, li, ul {
	padding:0px;
	margin:0px;
}

#container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:982px;
	height:auto;
}

#header {
	position:relative;
	width:982px;
	height:259px;
	margin:0;
}

#nav {
	position:relative;
	width:982px;
	height:59px;
	background-image:url(/images/nav_back.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin:0;
	padding:0;
}

#nav ul {
	padding:0px;
	margin-left:2px;
	padding-top:5px;
}

#nav li {
	font-family:"Bookman Old Style";
	color:#FFFFFF;
	display:block;
	float:left;
	width:163px;
	height:38px;
	list-style:none;
	text-align:center;
	line-height:42px;
}

#nav a:link {
	color: #FFF;
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #FFF;
}
#nav a:hover {
	text-decoration: none;
	color: #B6121B;
	background-image:url(/images/nav_button_back.gif);
	background-repeat:no-repeat;
	display:block;
	width:163px;
	height:50px;
}
#nav a:active {
	text-decoration: none;
	color: #FFF;
}
#content_container {
	position:relative;
	width:982px;
	height:auto;
	margin-top:24px;
}

#left_photo {
	position:relative;
	float:left;
	width:240px;
	height:572px;
}

#content {
	position:relative;
	float:left;
	width:550px;
	height:auto;
}

#content p {
	font-family:"Bookman Old Style";
	color:#666666;
	font-size:14px;
}

#content h1 {
	font-family:"Bookman Old Style";
	color:#B6121B;
	font-size:22px;
}

#content h2 {
	font-family:"Bookman Old Style";
	color:#B6121B;
	font-size:16px;
}

#content h3 {
	font-family:"Bookman Old Style";
	color:#666666;
	font-size:21px;
}

#content ul {
	margin-left:15px;
}

#content ol {
	margin-left:25px;
}

#content li {
	font-family:"Bookman Old Style";
	color:#666666;
	font-size:14px;
}

#content a:link {
	color: #B6121B;
	text-decoration: underline;
}
#content a:visited {
	text-decoration: underline;
	color: #B6121B;
}
#content a:hover {
	text-decoration: none;
	color: #87dd18;
}
#content a:active {
	text-decoration: underline;
	color: #B6121B;
}

#right_content {
	position:relative;
	float:left;
	width:167px;
	margin-left:25px;
	height:auto;	
}	

#clear {
	clear:both;
}

#clear2 {
	clear:both;
}


#footer_main {
	position:relative;
	width:100%;
	height:57px;
	background-image:url(/images/background_footer.jpg);
	background-repeat:repeat-x;
}

#footer {
	position:relative;
	width:982px;
	height:57px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/images/footer_back.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-family:"Bookman Old Style";
	font-size:12px;
	color:#b5121b;
	font-weight:bold;
	padding-top:20px;
}
#footer a:link {
	color: #B6121B;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #B6121B;
}
#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:active {
	text-decoration: none;
	color: #B6121B;
}
	
#warning {
	width:70%;
	height:auto;
	border:#B6121B double 5px;
	padding:8px;
	background-color:#fff;
	color:#666666;
	font-size:14px;
	font-family:"Bookman Old Style";
	margin-left:70px;
}