@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: #eeeff4;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 80%;
	line-height: 1.5em;
	background-color: #094759;
	background-image: url(images/background.jpg);
}
#container  {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background-color: #000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	background-position: 0px 175px;
	background-repeat: no-repeat;
} 
#shadowcontainer {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/shadow.png);
	padding: 0px;
}
#subheader {
	height: 190px;
	position: relative;
	padding-top: 20px;
	padding-left: 25px;
	background-color: #000;
}
#slideshow {
	position: absolute;
	right: 10px;
	top: 10px;
}
#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. */
	margin: 0px;
	height: 75px;
	background-image: url(images/header_bar2_small.jpg);
	background-repeat: repeat-x;
	text-shadow: 2px 2px 0 #000;
} 
#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: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 1.5em;
	color: #000;
	text-align: center;
}
#mainContent  {
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-top: 20px;
	background-repeat: no-repeat;
} 
#mainContent h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 2em;
	line-height: 1em;
}
#mainContent ul  {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type: none;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mainContent li {
}
#mainContent p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent h2 {
	font-size: 1.4em;
	line-height: 1.3em;
}
#mainContent h3 {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: italic;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 30px;
	background-repeat: no-repeat;
}
#sidebartop {
	background-image: url(images/sidebar_frame_top.png);
	background-repeat: no-repeat;
	height: 21px;
}
#sidebarmiddle {
	background-image: url(images/sidebar_frame_middle.png);
	margin: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#sidebarbottom {
	height: 16px;
	background-image: url(images/sidebar_frame_bottom.png);
}
#prefooter {
	margin: 0px;
	padding: 0px;
	height: 30px;
}
#prefooter p {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#prefooter a {
	text-decoration: none;
	color: #9D9DB0;
}
#prefooter a:hover {
	text-decoration: none;
	color: #FFF;
}
#sidebar1 p {
	color: #CCC;
	font-size: 1em;
}
#sidebar1 h3 {
	color: #CCC;
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
}
.bold {
	font-weight: bold;
}
#footer  {
	background-color: #DDDDDD;
	background-image: url(images/header_bar2_footer.jpg);
	background-repeat: repeat-x;
	height: 35px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000;
	text-align: center;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.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;
}
#logo {
	position: absolute;
	top: -145px;
	right: 30px;
}
blockquote {
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9898AD;
	border-bottom-color: #9898AD;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.3em;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 350px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.initcap {
	font-weight: bold;
	font-size: 1.2em;
}
#sidebarmiddle h3 {
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.3em;
	font-weight: 300;
	color: #FFF;
}
#sidebarmiddle ul {
	margin: 0px;
	padding: 0px;
}
#sidebarmiddle li {
	padding: 0px;
	color: #FFF;
	font-size: 1.2em;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-image: url(images/arrow.png);
}
#sidebarmiddle h2 {
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #fff;
}
#form1 table tr td p {
	margin: 0px;
	padding: 0px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 400px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 30px;
	background-repeat: no-repeat;
}
#sidebartop2 {
	background-image: url(images/sidebar_frame_top_400.png);
	background-repeat: no-repeat;
	height: 21px;
}
#sidebarmiddle2 {
	background-image: url(images/sidebar_frame_middle_400.png);
	margin: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#sidebarbottom2 {
	height: 16px;
	background-image: url(images/sidebar_frame_bottom_400.png);
}
#sidebarmiddle2 h2 {
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #fff;
}
#sidebarmiddle2 p    {
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#mainContent2 {
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-top: 20px;
	background-repeat: no-repeat;
}
#mainContent2 h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 2em;
	line-height: 1em;
}
#mainContent2 ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mainContent2 li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainContent2 ul li .sublist li {
	list-style-type: circle;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainContent2 p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent2 h2 {
	font-size: 1.4em;
	line-height: 1.3em;
}
#mainContent2 h3 {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: italic;
}
