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

body {
	background: #666666;
	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;  /* u */
	background: #fffb8c;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	position: relative;
}
#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. */
	background: url(../images/headline.jpg) no-repeat;
	height: 75px;
}
#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;
         background: #BBBBBB;
         padding: 0px 10px 0px 25px;
        height: 14px;
        }


#mainNav ul {
	margin: 0;
	padding: 0;
	left: 0;
	bottom: 0;
	list-style: none;
/*	background: url(images/menu_bg.gif) repeat-x top left;     */
	background-color: #BBBBBB;

	font:  1.0em "Trebuchet MS", Arial, sans-serif;

}
#header ul li {
	float: left;
}

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

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

#header ul a:hover {
	color: #561216;
}
ul {
        text-decoration: circle;
        list-style-position: inside;
}


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

#sidebar1 {
	float: left;
	width: 205px;
	font-size: 12px;
	padding-left: 40px;
}

#sidebar1 h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-left: -40px;
	padding-left:40px;
	background-color: #FFFFFF;
}
#sidebar1 h2 a {
	color: #000000;
	text-decoration: none;
}
#sidebar1 h2 a:hover {
	color: #FF0000;
}

#sidebar2 {
	float: right;
	margin-right: 0px;
	width: 224px;
	font-size: 12px;
	padding-left:10px;
	padding-right:10px;
	}

#sidebar2 h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-left: -10px;
	padding-left: 10px;

	background-color: #FFFFFF;

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


#rightContainer {
        float: right;
        width: 715px;
}
#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;
}
#container h1 {
	font-size: large;
	color: #000000;
}
#container h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-left: -10px;
	padding-left:10px;
	margin-right: -10px;
	padding-right: 10px;
	background-color: #CCCC00;
}
#container h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-left: -10px;
	padding-left:10px;
	margin-right: -10px;
	padding-right: 10px;
	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: 14px;
	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;
}

#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;
}



