@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #CDD4E0;
	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:  12px "Trebuchet MS", Arial, sans-serif;


}
#container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#placeholder {
	width: 920px;
	position: relative;
	text-align: left;
	position: relative;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	color: #000000;
}

#clear {
	clear:both;
}


#logo {
	background-color: #DDDDDD;
	position: relative;

	padding: 0 0px 0 0px;  /* 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. */

	height: 120px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* --- main navigation styles --- */
#mainNav {
 /*        position: relative: */
	top: 0px;
/*	height: 30px; */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
        }


#mainNav ul {
	margin: 0;
	padding: 0;
	left: 0;
	bottom: 0;
	list-style: none;
	font:  1.0em "Trebuchet MS", Arial, sans-serif;
/*	float: left; */

}
#mainNav ul li {
/*	float: left; */
}

#mainNav ul a {
	padding: 0 1.2em;
	font-size: 13px;
/*	line-height: 1em; */
	text-decoration: none;
	color: #000000;
/*	float: left; */
/*	display: block; */
/*	background: url(images/menu_sep.gif) no-repeat left top; */
}

#mainNav ul a.first {
	background: none;
}

#mainNav ul a:hover {
	color: #8C1E23;
}
ul {
	text-decoration: circle;
	list-style-position: outside;
	margin-left: 6px;
	padding-left: 12px;
}


#spacing {
	background-color: #FFFB8C;
	height: 12px;
	position: relative;
}

#sidebar1 {
	float: left;
	width: 100px;
	font-size: 12px;
	padding-left: 0px;
	background-color: #344770;
}

#sidebar1 h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}
#sidebar1 h2 a {
	color: #000000;
	text-decoration: none;
}
#sidebar1 h2 a:hover {
	color: #FF0000;
}

#sidebar2 {
	width: 375px;
	font-size: 12px;
	background-color: #CCCCCC;
	position: relative;
	float: right;
	}

#sidebar2 h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;

}
#sidebar2 h2 a {
	color: #000000;
	text-decoration: none;
}
#sidebar2 h2 a:hover {
	color: #FF0000;
}


#rightContainer {
	float: right;
	width: 445px;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}
#leftContainer {
	float: left;
	width: 475px;
	background-color: #CCCCCC;
}
#headline {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	overflow:hidden;
	height: 35px;
}

#admContent {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: black;
	border-left-color: black;
	background-color: #EBEBD6;
	font-size: 12px;
        width: 693px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;

}
#mainContent {
	float:left;
        border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: black;
	border-left-color: black;
	background-color: #EBEBD6;
	width: 448px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#Content {
	overflow:auto;
	height: 640px;
}

a {
	text-decoration: none;
	border: 0;
	border-style: none;
	color: black;
}

#container h1 {
	font-size: x-large;
	font-weight: normal;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #B0BCCE;
}
#container h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;

	background-color: #CCCCCC;
}
#footer {
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.submit {
	margin-left: 10px;
}

.clear {
	clear: both;
}

input {
	width: 200px
}

input.radio, input.checkbox, input.submit {
	width: auto;
}

label {
	float:	left;
	margin-right: 2em;
}

#docform {
	float:left;
	}
	
#docform p{
	position: relative;
	width: 100%;
	}
	
#docform form {
	border: 1px solid #CCCCCC;
	width: 540px;
	margin-left: 30px;
	margin-top: 20px;
	}
	

fieldset{
	margin-top: 30px;
	margin-bottom: 25px;
	margin-left: 10px;
	display: block;
	padding-left: 15px;
	background: #cc9;
	border: 2px ridge #000;
	}
legend {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	padding: 2px 5px;
	color: #663300;
	margin-bottom: 20px;
	margin-left: -18px;
	margin-top: -2px;
	display: inline;
/*	backgroud: #cc9;
	border-top: 3px ridge #000;
	border-right: 3px ridge #000;
	border-left: 3px ridge #000;*/
	}
	
input:focus, textarea:focus {
	border: 4px solid #630;
	}
	
h1   {
	font-size: 18px;
	font-weight: normal;
	color: #990000;
}
h2{
	border-left-style: none;
	margin-bottom: 4px;
	font-size: 18px;
	line-height: 1em;
	font-weight: bolder;
}
.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;
}

.backbutton {
	color: #FF3333;
	font-weight: bold;
}

#footer  {
	text-align: center;
	background-color: #DDDDDD;
	padding: 0px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font:  0.8em "Trebuchet MS", Arial, sans-serif;
/*	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
*/
}
#footer  a  {
	text-decoration: none;
	color: #CCCCCC;
}
#footer   a:hover    {
	text-decoration: none;
	background-color: #000099;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#uplft {
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
#lwrt {
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #333333;
}
#container #tl {
	height: 80px;
	width: 120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	float: left;
}
#container #tr {
	float: left;
	height: 80px;
	width: 600px;
}
#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

