@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0 0 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;
	background-color:#424242;
}
#container {
	width: 760px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 


#header {
	padding: 0 10px 0 20px;  /* 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: 130px;
	background-image:url(images/header.jpg);
} 

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
} 


#footer {
	padding: 0 10px 0 20px;
	background-image: url(images/footer.gif);
	height: 35px;
} 
#container  #footer  a  {
	color: #FFFFFF;
	text-decoration:none;
}
#container #footer a:hover {
    color:#CCCCCC;
}

#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 */
	text-align: center;
	color: #FFFFFF;
	font-size: 80%;
}

#container #navigation {
	background-color: #FFFFFF;
	width: 760px;
	border-top: 2px solid #46699E;
	border-right-width: 0px;
	border-right-style: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-left-width: 0px;
	border-left-style: none;
	height: 30px;
}

	


#container #navigation  a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/tab_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: left;
	padding-top: 0.2em;
	padding-right: 10px;
	padding-bottom: 0.3em;
	padding-left: 0px;
	margin-right: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	height: 25px;
}


#container #navigation ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2em;
	list-style-type: none;
}
#container #navigation li {
	background-image: url(images/tab_left.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	height: 25px;
}
#container  #navigation #current {
	background-image: url(images/tab_left_active.gif);
}
#container #navigation #current a   {
	color: #E9E6DD;
	background-image: url(images/tab_right_active.gif);
}
p {
	font-family: Calibri, verdana, Arial, sans-serif;
	font-size: 100%;
	color: #666666;
	clear:both;
}
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 10px 0;
	color: #666666;
}
h2 {
	color: #666666;
	clear: both;
	margin-left: 5px;
}



h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
img {
	border: 0;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 10px;
}
.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: 10px;
}

.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;
	padding: 0;
	margin: 0px;
}
fieldset {
margin: 30px 0 25px 10px;
display: block;
padding-left:15px;
}
legend {
font: bold;
text-transform:lowercase;
padding: 2px 5px;
color:#333333;
margin: -2px 0 20px -18px;
display:inline;
}
input {

width: 200px;
}
/*Reset width for non text inputs*/

input.radio, input.checkbox, input.submit {

width:auto
}

/* display labels next to form elements, add a class for when you want them to stack */
label {
	float:left;
	margin-right: 2em;
	}
label.top {
	display:block;
	float:none;
	}
#activities #requests {
	margin: 20px 0;

}
/*Display inline checkboxes*/
#activities label,#requests label{
display:inline;
float:none;
padding-left:5px;
}
/*Align columns of checkboxes or radio buttons*/
div.group1, div.group2, div.group3 {
float:left;
padding-left:15px;
width: 12em;
}
div.group4{
padding-left:15px;
}
/*Style feedback message*/
label .feedback {
	position:absolute;
	margin-left:6ems;
	left: 350px;
	font-weight:bold;
	color:#3366FF;
	padding: 0 0 5px 20px;
	background:url(images/notice.gif) no-repeat left top;
	/*for IE*/
width:200px;
}
#docform{
	float:left;
	}
#docform p{
	position:relative;
	width:100%;
	}
	#docform form {
	width: 660px;
	margin: 20px 0 0 20px;
	}
.personal  label{
	
	min-width:75px;}
.personal  p {
	margin: 2px;
	}
/*These styles use attribute selectors as the focus pseudo class to style form elements
in DOM compliant browsers. Other browsers such as IE6 will ignore these styles and revert to default*/

fieldset[id=personalinfo] {
background-color:#FFFFCE;
border: #666666 1px ridge;
}
fieldset[id=activitiesinfo] {
background-color:#FFFFCE;
border: #666666 1px ridge;
}

legend[class=perlegend]{
background:#5C8DD0;
border:double 3px #666666;
}
  legend[class=actlegend]{
background:#5C8DD0;
border:double 3px #666666;
}
.activities {
	padding: 0px;
	border: 0px;
}

input:focus, textarea:focus{
	border: 2px solid #5C8DD0;
}
.emph {
	font-weight: bolder;
	color: #5C8DD0;
}

