@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg.gif) repeat-x;
	}

#wrapper {
	width: 801px;
	margin: 0 auto 0 auto;
	}

#header {
	width: 246px;
	height: 126px;
	background: url(images/header.jpg) bottom;
	padding: 4px 549px 5px 6px;
	float: left;
	}

#main {
	width: 801px;
	background: url(images/wrapper_bg.gif) repeat-y;
	float: left;
	}

.content_open {
	width: 801px;
	float: left;
	}

.content_open_titlebar {
	width: 801px;
	height: 38px;
	float: left;
	}
	
.content_open_main {
	width: 797px;
	float: left;
	padding: 0 2px 12px 2px;
	}

.content_closed {
	width: 801px;
	height: 28px;
	float: left;
	}

.content_closed_btm {
	width: 801px;
	height: 36px;
	float: left;
	}

#footer {
	width: 801px;
	height: 28px;
	float: left;
	background: url(images/footer.gif);
	padding: 7px 0 0 0;
	}

#subfooter {
	width: 776px;
	float: left;
	padding: 7px 10px 0 15px;
	}

#copyright {
	width: 385px;
	float: left;
	text-align: left;
	}

#keyweb {
	width: 391px;
	float: left;
	text-align: right;
	}

/* Text Styles */
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #cf2207;
	padding: 0 0 10px 0;
	margin: 0;
	font-weight: bold;
	}
h1 a {
	text-decoration:none;
	}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #cf2207;
	padding: 0 0 10px 0;
	margin: 0;
	font-weight: bold;
	}

h2 a {
	color: #cf2207;
	text-decoration: none;
	}

p {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #444;
	padding: 0 0 10px 0;
	margin: 0;
	letter-spacing: 1px;
	line-height: 17px;
	}

p a {
	font-size: 11px;
	color: #444;
	text-decoration: none;
	}

p a.hyperlink {
	font-weight: bold;
	color: #ba0000;
	}

p a.hyperlink:hover {
	font-weight: bold;
	color: #333;
	}
	
ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 12px;
	}

ul a.hyperlink, ul a.hyperlink2, ul a.hyperlink2:hover {
	font-weight: bold;
	color: #ba0000;
	}

ul a.hyperlink:hover {
	font-weight: bold;
	color: #333;
	}

li {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	color: #222;
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
	letter-spacing: 1px;
	line-height: 14px;
	}

li a {
	font-size: 11px;
	color: #222;
	text-decoration: none;
	}

.divider {
	margin: 0 10px 0 10px;
	}

.big_letter {
	font-family: Bodoni MT Black, Times New Roman, Times, serif;
	font-size: 50px;
	font-weight: bold;
	color: #cf2207;
	line-height: 40px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

.caption {
	font-family: Bodoni MT, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
	font-style: italic;
	}
p.caption a{
	text-decoration:none;
	font-size:13px;
	}
.contact_info {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #444;
	padding: 0 0 10px 0;
	margin: 0;
	letter-spacing: 1px;
	line-height: 15px;
	}

#footer {
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
	margin: 0 10px 0 10px;
	}

#footer a:hover {
	text-decoration: underline;
	}

#subfooter {
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
