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


body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-image: url(../images/img_bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#FFF;
	background-color: #494949;
}

h1 {
font-size: 18px;
color: #BF1E2E;
}

a:link {
	color: #FFF;
	
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #BF1E2E;
	text-decoration: underline;
	
}
a:active {
	text-decoration: none;
}


<!--IE6 PNG fix-->

img, div { behavior: url(iepngfix.htc) }


#wrapper {
	width: 100%;
	text-align:center
	margin: auto;
}

#header {
width: 900px;
margin: auto;
padding: 0px;
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 50%;
	text-align: left;
}
#SSAE16 {
	margin: 0px;
	padding-top: 25px;
	padding-right: 20px;
	float: right;
	width: 40%;
	text-align: right;
	
}
#nav {
	clear:both;
	width: 900px;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}
#left_nav {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 20%;
	text-align: left;
}

#main_content {
	width: 900px;
	height: auto;
	clear: both;
	overflow: auto;
	margin: auto;
	padding: 5px;
	background-image:url(../images/img_body_background.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#main_content_long {
	width: 900px;
	height: auto;
	clear: both;
	overflow: auto;
	margin: auto;
	padding: 5px;
	background-color: #1c1c1c;
	/*background-image:url(../images/img_body_background2.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;*/
}

#flash_intro {
	width: 900px;
	clear: both;
	height: 420px;
	margin: auto;
	padding: 0px;
	
}
#home_icons {
	width: 900px;
	text-align:center;
	clear: both;
	margin: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	
}
#left_column {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 20%;
	text-align: center;
	
}
#right_column {
	margin: 0px;
	float: right;
	padding: 20px;
	width: 65%;
	text-align: left;
	background-image:url(../images/img_5_ghost.png);
	background-repeat:no-repeat;
	background-position: 100% 25px;

}
#footer {
width: 900px;
clear: both;
margin: auto;
padding-top: 15px;
text-align: center;
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	text-decoration: none;
	color: #fff;
	background:#777
}

.heading {
	color: #BF1E2D;
	font-size: 18px;
}
.subhead {
	font-size: 12px;
	font-weight: bold;
	color: #BF1E2E;
}

.subhead a:link {
	color: #FFF;
}

.subhead a:hover {
	text-decoration: none;
	color: #BF1E2D;
}

............

#article_wrapper {
	width: 500px;
	text-align:center;
	margin: auto;
	background-color:#FFF;
}
#article_content {
	width: 500px;
	margin: auto;
	padding: 20px;
	text-align:left;
	color:#333;
	background-color:#FFF;
	background-image:url(../images/img_5_ghost2.png);
	background-repeat:no-repeat;
	background-position: 125% 10px;
}

.news {
	color: #FFF;
	
}
.news a:link {
	color: #FFF;
}
.news a:hover {
	text-decoration: underline;
	color: #BF1E2E;
}
.subhead_white {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.team {
	color: #FFF;
	text-decoration: none;
}
.dottedline {
    border-bottom: 1px dotted #FFF;
}
.disclaimer {
	font-size: 10px;
	
}

