@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #999999;
	background-image: none;
	background-repeat: repeat-x;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
	color: #000;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
	text-align: center;
}
.twoColFixRtHdr #container {
	width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(art/blu_fade.jpg);
	background-repeat: repeat-x;
} 
.twoColFixRtHdr #header {
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(art/header.jpg);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #000066;
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
}
.twoColFixRtHdr #menu {
	width: 800px;
	margin: 0px;
	padding: 0px;
	height: 35px;
	background-color: #CDDEFB;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: center;
	font-size: 80%;
	margin-top: 20px;
	margin-right: 5px;
}
.twoColFixRtHdr #container #sidebar1 h3 {
	background-color: #CDDEFB;
	color: #000066;
	padding-bottom: 3px;
	margin: 0px;
	padding-top: 0px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 20px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: auto;
	width: 550px;
} 
.twoColFixRtHdr #mainContent Table li {
	font-size: 80%;
}
.twoColFixRtHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
	font-size: 65%;
} 
.twoColFixRtHdr #footer p {
	margin: 0;
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#footer li {
	color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	list-style-type: none;
	display: inline;
	margin-top: 0;
	margin-right: 0.5em;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0.75em;
	padding-bottom: 0;
	padding-left: 0;
}
#footer li.last {
	border-right-style: none;
}
#footer a:link {
	color: #000066;
	text-decoration: none;
}
#footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #CC0000;
	text-decoration: underline;
} 
.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;
}
.box {
	border: thin solid;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-color: #CDDEFB;
	border-right-color: #CDDEFB;
	border-bottom-color: #CDDEFB;
	border-left-color: #CDDEFB;
}
.red {
	color: #F00;
}
