/* --------------------------------------------------------------- */
/* -------------------- HACK FOR IE6 PNG TRANSPARENCY------------- */
	* html img { 
		behavior: url(../css/iepngfix.htc); 
	}
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */



	body {
		font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
		color: #333;
		background-color:#FFF;
		margin: 0px;
		padding: 0px;
		text-align: center;
		font-size:80%;
		background-color:#FFF;
	}
	table {
		border-spacing: 0px;
		border-collapse: collapse;
	}
	table.pad td {
		padding:4px 5px 0px;
		margin: 0px;
	}
	td, th { 
		padding: 0; 
		vertical-align: top;
	}
	img {
		vertical-align:bottom;
	}
	a img {
		border:none;
	}
	a {
		color:#750000;
		text-decoration:underline;
	}
	a:hover {
		text-decoration:none;
	}
	h1 {
	font-size: 200%;
	margin: 7px 0px;
	padding: 7px 0px 0px;
	clear: none;
	font-weight: bold;
	color: #750000;
	}
	h2 {
	font-size: 110%;
	margin: 7px 0px;
	padding: 0px;
	clear: none;
	color: #750000;
	font-weight: bold;
	}
	h3 {
	font-size: 95%;
	margin: 7px 0px;
	padding: 0px;
	clear: both;
	font-weight: bold;
	color:#333
	}
	h4 {
	font-size: 90%;
	margin: 7px 0px;
	padding: 0px;
	clear: both;
	font-weight: bold;
	color:#333
	}
	h5 {
	font-size: 95%;
	margin: 7px 0px;
	padding: 0px;
	clear: both;
	font-weight: bold;
	color:#333
	}
	h6 {
	font-size: 16px;
	margin: 0px 0px;
	padding: 0px;
	clear: both;
	font-weight: bold;
	color:#001572
	}
	p, li {
		line-height:150%;
		color: #333;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 20px 0px;
	}
	ul {
	margin-top:0px;
	color:#333333;
	}
	li {
		padding: 0px 0px 5px 0px;
		margin:0px;
		background-repeat: no-repeat;
		background-position: 0px 5px;
	}
	blockquote {
		margin: 0px;
		padding: 0px 0px 0px 20px;
	}
	form {
		margin: 0px;
		padding: 0px;
	}
	form td{
		padding:0px;
		vertical-align:middle;
	}
	form td p{
		padding:0px;
	}
	input, select {
		font-size:85%;
		font-family: Arial, Helvetica, sans-serif;
		border:1px solid #CCC;
		color:#666;
		margin:2px;
		padding:1px;
	}
	input.dark, select.dark {
		color:#FFF;
		background-color: #999;
		border: 1px solid #666;
	}
	input.noborder, select.noborder {
		border: 0px none #FFF;
	}

.footertext {
	COLOR: #000000; FONT-FAMILY: arial, helvetica, sans serif; FONT-SIZE: 10px; OVERFLOW: hidden; font-weight: none
}

.footertext a:link {
	text-decoration: none;
	color: #000000;
	}
.footertext a:visited {
	color: #000000;
	text-decoration: none;
	}
.footertext a:hover {
	color: #000000;
	text-decoration: underline;
	}
.footertext a:active {
	color: #000000;
	text-decoration: none;
	}


/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */

.class1 A:link {text-decoration: none; color:#999999;}
.class1 A:visited {text-decoration: none}
.class1 A:active {text-decoration: none}
.class1 A:hover {text-decoration: underline; color: #700000;}



/* --------------------------------------------------------------- */
/* --------------------------- DIV IDs --------------------------- */
#universe {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 948px;
	vertical-align: top;
	overflow: hidden;
	background-color:#FFF;
	border-width: 1px 1px 15px 1px;
	border-style: none none solid none;
	border-color: #CCC #CCC #FDCE5F #CCC;
	background-image: url(../images/base/bg.gif);
	background-repeat: repeat-y;
	

	
}
#headercontainer {
	background-color:#FFF;
	clear:both;
	height: 242px;
	width:948px;
	background-image: url(../images/base/greyline.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#headerleft {
	width: 216px;
	height: 242px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color:#FFF;
}
#headerright {
	width:732px;
	float:left;
	padding:0px;
	margin: 0p;
	clear:right;
	background-color:#FFF;
}


#contentcontainer {
	clear:both;
	width:948px;
	
}


#leftmenu {
	/* min-height hack for ie6 */
		min-height: 426px;
	height: auto !important;
	height: 426px;
	width: 216px;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size:1.1em;
	line-height:1em;
	background-image: url(../images/base/menubak.jpg);
	background-repeat: repeat-x;
}
	#leftmenu ul {
		padding:0px;
		margin: 0px 0px 0px 35px;
		font-family:Trajan Pro, Times New Roman, Perpetua, Tahoma, Arial, Helvetica;
	}
	#leftmenu li {
		padding: 3px 0px 2px 0px;
		margin:0px;
		list-style-type:none;
	}
	#leftmenu li a{
		text-decoration:none;
		padding: 0px 0px 0px 15px;
		margin: 0px;
		list-style-type: none;
		color:#750000;
		display: block;
	}
	#leftmenu li.on a, #leftmenu li.on ul li.on a{
		text-decoration:none;
		background-image: url(../images/base/menumarker.png);
		background-repeat: no-repeat;
		background-position: 0px 4px;
	}
	#leftmenu li.on ul li a{
		text-decoration:none;
		background-image: none;
	}
	
	#leftmenu li a:hover {
		color: #750000;
		text-decoration:underline;
	}
	#leftmenu li ul {
		padding:0px;
		margin: 0px 0px 0px 15px;
	}
	
	
	
	
#content {
	width:691px;
	float:right;
	padding:0px 0px 0px 20px;
	margin: 0;
	clear:right;
	border-right: 1px solid #D3CACB;	
	
	/* min-height hack for ie6 */
		min-height: 426px;
		height: auto !important;
		height: 426px;
}
#contentslim {
	width:491px;
	float:left;
	padding:0px 220px 0px 20px;
	margin: 0;
	clear:right;
	border-right: 1px solid #D3CACB;	
}

#footer {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px;
	width: 948px;
	font-size: 10px;
	color: #666;
	clear:both;
}
	#footer p{
		font-size: 10px;
		color: #666;
	}
	



#datebarcontainer {
	background-color: #750000;
	height:52px;
	overflow:hidden;
	vertical-align:middle;
	background-image: url(../images/base/redbarfull.gif);
	background-position: right top;
	font-size:.95em;
}
#datebar1 {
	width: 375px;
	margin: 13px 20px 0px 20px;
}

#datebar2 {
	width: 316px;
	float:right;
	margin: 13px 0px 0px 0px;
}
#datebar1 p, #datebar2 p {
	line-height: 1.2em;
	padding:0px;
	margin:0px;
}

#datebar1 a, #datebar2 a {
	color:#FFF;
	text-decoration:none;
}
#datebar1 a:hover, #datebar2 a:hover {
	text-decoration:underline;
}

#datebar1 strong, #datebar2 strong, #datebar1 a.on  #datebar2 a.on {
	color:#FDCE5F;
}
.introtext {
	line-height: 220%;
}
.head1no {
	COLOR: #750000;
	FONT-FAMILY: arial, helvetica, sans serif;
	FONT-SIZE: 20px;
	OVERFLOW: hidden;
	font-weight: bold;
	margin: 7px 0px;
	clear: none;
	line-height: 26px;
}

.head1no a:link {
	text-decoration: none;
	}
.head1no a:visited {
	text-decoration: none;
	}
.head1no a:hover {
	text-decoration: underline;
	}
.head1no a:active {
	text-decoration: none;
	}
.copy1no {
	COLOR: #333;
	FONT-FAMILY: arial, helvetica, sans serif;
	FONT-SIZE: 12px;
	OVERFLOW: hidden;
	font-weight: none;
	clear: none;
	line-height: 18px;
}

.copy1no a:link {
	text-decoration: none;
	}
.copy1no a:visited {
	text-decoration: none;
	}
.copy1no a:hover {
	text-decoration: underline;
	}
.copy1no a:active {
	text-decoration: none;
	}
.copy1no, li {
	padding: 0px;
	margin: 0px;
	}
