/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:14px;
	color:#520f00;
	background-color:#FF9933;
	width:100%;
	height:100%;
}
html {
	width:100%;
	height:100%;
}
#flash {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	overflow:visible;
}
#noflashcontent {
	color:#ffffff;
	position:relative;
	height:100%;
}
.heading {
	color:#520f00;
	font-weight:bold;
	font-size:16px;
	font-style:italic;
}
.subHeading {
	color:#9a1c00;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
}
.date {
	color:#520f00;
	font-size:11px;
	text-transform:uppercase;
}
.comm-printing {
	color:#800000;
}
a:link {
	color:#520f00; 
	text-decoration:underline; 
}
a:visited {
	color:#520f00; 
	text-decoration:none; 
}
a:active {
	color:#520f00; 
	text-decoration:none; 
}
a:hover {
	color:#9a1c00;
	text-decoration:underline;
}
.flash_text {
	color:#520f00; 
}
.flash_text:link {	
	text-decoration: none;
}
.flash_text:visited {	
	text-decoration: none;
}
.flash_text:active {	
	text-decoration: none;
}
.flash_text:hover {	
	text-decoration: none;
}
/*----------XSLT Styles----------*/
#base {
	position:absolute;
	left:50%;
	margin-left:-400px;
	width:800px;
	background-color:#ffffff;
	padding:20px 20px 20px 20px;
}
#content {
	position:relative;
	float:right;
	width:600px;
	background-color:#ffffff;
	overflow:auto;
}
#nav {
	position:relative;
	float:left;
	width:180px;
	font-weight:bold;
}
img {
	background-color:#eeeeee;
	padding:5px 5px 5px 5px;
}
.logo_img {
	background-color:#ffffff;
}
.dotted_line {
	background-image:url(../images/dotted-line.gif);
	background-repeat:repeat-x;
	background-position:center;
}
.red_bar {
	background-color:#FF3300;
	height:3px;
}