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




/*UNIVERSALS*/
body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color:#000;
	padding:0;
	border:0;
	margin:0;
	background:#fff;
	text-align:center;
}


a {
	color:#000;
	text-decoration: underline;
	
	
}
a:visited {
	color:#111;
}
a:active {
	color:#222;
}
a:hover {
	text-decoration:none;
}
#wrapper {
	width:1000px;
	margin:10px auto;
	text-align:left;
	border:1px solid #000;
}
.hiddenfromview {
	display:none;
}

p {
	font-size:0.8em;
	line-height:16px;
	margin:5px 0 15px 0;
}
.colorbold {
	font-weight: bold;
	color: #000;
}

.bold {
	font-weight:bold;
}
.italics {
	font-style:italic:}

/*CONTAINS THEME COLOR AND TOP NAV*/
#header {
	width:1000px;
	height:80px;
	float:left;
	background-color:#a9a88d;
	position:relative;
	border-bottom:1px solid #000;
}



/*CONTAINS HEADER IMAAGES*/
#showcase {
	clear:both;
	width:1000px;
	background-color:#626262;
	height:auto;
}
#info {
	background:#fff;
	width:750px;
	float:left;
}
.clear {
	clear:both;
}

#info_right li a:hover {
	text-decoration:underline;
}
#info_right_home {
	float:left;
	width:250px;
	overflow:hidden;
	border-color: #000;
	border-bottom:1px;
	border-top:0px;
	border-left: 0px;
	border-right:0px;
}




/*LEFT-LARGEST COLUMN*/
#content {
	width:750px;
	background:transparent;
	float:left;
	border-top:2px solid #000000;
}
#content p {
	font-size:0.9em;
	line-height:16px;
	margin:5px 0 8px 0;
}
#content h3, #far_right h3 {
	margin:15px 0 5px 0;
	font-size:1.5em;
	color:#000;
	font-family:"times new roman", serif;
}
#content img {
	border:0;
}
.imgcenter {
	text-align:center;
}
.text {
	font-family:"times new roman", serif;
	font-weight:bold;
	padding-right:2px;
}
#left_column {
	width:468px;
	background:transparent;
	float:left;
	padding:0 20px 0 12px
}

#left_column ol li {
	font-size:0.8em;
	line-height:16px;
	font-family:verdana, sans-serif;
	margin:5px 0;
}



/*MIDDLE COLUMN*/

#right_column {
	width:230px;
	background:transparent;
	/*This sizes the font for the middle column-->
	font-size:2em;*/
	line-height:16px;
	float:left;
	padding:0 10px 0 10px;
}

dl.latest {
	font-size: 0.9em;
	margin:10px 0 0 0;
}
dl.latest dt {
	background-color: #CBCAB6;
	padding:5px;
	font-family:"times new roman", serif;
	font-weight:bold;
	font-size:1.4em;
	color:#000;
	border-left:1px solid #000;
}
dl.latest dd {
	margin:0;
	padding:5px 5px 0 5px;
}
dl.latest dd a, dl.latest dd a:visited {
	text-decoration:none;
	color:#000;
}
#right_column a, #right_column a:visited{
		text-decoration:none;
	color:#000;
	padding-left: 10px;}

dl.latest dd a:hover {
	text-decoration:underline;
}

#right_column a:active, #right_column a:hover {
	text-decoration: underline;
}
dl.latest dd a:hover em {
	cursor:pointer;
	text-decoration:none;
}

/*RIGHT-MOST COLUMN*/
#far_right {
	width:230px;
	background-color:#CBCAB6;
	float:left;
	padding:0 10px 0 10px;
	border-top:2px solid #000000;
}
#far_right img {
	border:0;
	margin-top:5px;
	display:block;
}

.float_left {
	float:left;
	margin:0 10px 5px 0;
}
ul.shortfeature {
	font-size:0.8em;
	margin:10px 0 0 0;
	padding:0px;
	/* Not used -->indent:0;*/
	width: 190px;
	list-style-type:none;
}
ul.shortfeature span.titlefeature {
	padding:5px;
	font-family:"times new roman", serif;
	font-weight:bold;
	font-size:1.4em;
	color:#000;
	border-bottom:1px solid #000;
}
ul.shortfeature li {
	margin:0;
	padding:10px 5px 5px 5px;
	float: left;
}
ul.shortfeature li a, ul.shortfeature li a:visited {
	text-decoration:none;
	color:#000;
}
ul.shortfeature li a em {
	font-style:normal;
	float:right;
	color:#468;
}
ul.shortfeature li a b {
	color:#008080;
	font-weight:normal;
}
ul.shortfeature li a:hover {
	text-decoration:underline;
}
ul.shortfeature li a:hover em {
	cursor:pointer;
	text-decoration:none;
}

h1{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 1.3em;
	color:#000;	
	ont-weight: bold;}
	
	h2{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 1.2em;
	color: #333;	
	ont-weight: bold;}
/*	
	h4{
	padding:5px;
	color:#000;	
	font-weight:bold;
	font-size:1.4em;
	color:#A8B2FF !important;
	font-family:Verdana, Geneva, sans-serif;
	border-left:1px solid #000;
}*/

h4{
	width: 95%;
	background-color: #FBAF61;
	color:#000;	
	font-weight:bold;
	font-size:1.1em;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	padding: 3px 5px 3px 5px;
	border-left:1px solid #000;
}
	
	
	