@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 75%;
}
h1  {font-size: 150%;    }
h2  {
	font-size: 100%;
	line-height: normal;
	font-weight: bold;
	color: #339;
}
h3  {
	font-size: 100%;
}



#container {
	width: 994px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #FFF;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	list-style-position: inside;
	line-height: 18px;
}


.thrColFixHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
	margin-bottom: 1px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	top: auto;
}
.thrColFixHdr #footer {
	filter: BlendTrans(Duration=10);
	background-color: #FFF;
	padding-top: 30;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	line-height: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	color: #666;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #666;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.image_centered {
	padding: 10px;
	text-align: center;
}
.image_border_right {
	padding-right: 10px;
}
.image_border_right_large {
	padding-right: 20px;
	padding-top: 10px;
}

.image_border_left {
	padding-left: 13px;
	padding-right: 10px;
}
#top_panel {
	background-color: #EEE;
	color: #666;
	font-size: 120%;
	line-height: 20px;
	font-weight: lighter;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#apDiv4 {
	position:absolute;
	width:984px;
	height:50px;
	z-index:10;
	background-color: #599095;
	left: 84px;
	top: 186px;
	margin-left: 10px;
}


#apDiv5 {
	position:absolute;
	width:932px;
	height:224px;
	z-index:1;
	top: 304px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 1px;
	font-size: 125%;
	color: #363c3c;
	font-weight: bold;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
	background-image: none;
}
#grey_top_panel_adj {
	background-image: none;
	width: 934px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 125%;
	background-color: #EEE;
	padding-top: 10px;
}

#grey_top_panel_narrow {
	background-image: none;
	width: 435px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 125%;
	background-color: #EEE;
	padding-top: 10px;
}
#interface {
	padding-left: 10px;
}

#page_name_box {
	background-color: #2C3293;
	padding-left: 10px;
	line-height: 225%;
	font-size: 175%;
	color: #FFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#blue_panel_heading {
	color: #FFF;
	background-color: #2C3293;
	font-size: 175%;
	line-height: 225%;
	font-weight: normal;
	margin-top: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


#grey_column_box {
	background-color: #EEE;
	border: 1px solid #333;
	padding-left: 10px;
}

a {
	color: #8D7CA9;
	font-weight: bold;
}
 

a img {
	border: none;
	background-color: #FFF;;
}
a:visited {
	color: #8D7CA9;
	font-weight: bold; 
}
a img: hover{ background-color: #FFF; }	

	
a:hover, a:active, a:focus {
	text-decoration: none;
	background-color: #000;
}

.grey_heading {
	font-size: 140%;
}
