/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #4c4c4c;
	}
	
p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 1em auto 1em 0;
	}
	
.even {
	background-color: #dce9f2;
	padding: 4px 9px;
	}
	
.odd {
	padding: 0px 9px;
	}
	
a {
	color: #4386b4;
	}
	
a:hover {
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
	color: #84a5bb;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	line-height: 1.1em;
	color: #4386b4;
	font-weight: normal;
	}
	
h1 a {
	text-decoration: none;
	}

h1 a:hover {
	text-decoration: underline;
	}
		
#nav {
	width: 142px;
	float: left;
	padding-top: 35px;
	}
	
#content {
	width: 552px;
	float: left;
	padding-left: 8px;
	}
	
#footer {
	width: 702px;
	padding: 20px 0px;
	border-top: 1px solid #C4DAE9;
	margin-top: 15px;
	}

/* Form */

.formSection {
    clear: both;
    padding: 5px 0;
}

.formField {
    float: left;
    vertical-align: top;
    padding: 10px;
}

.mainLabel {
    font-weight: 700;
}

.hiddenLabel {
    display: none;
}

.formLabel {
    float: left;
    vertical-align: top;
    width: 100px;
    font-weight: 700;
    padding: 10px 5px;
}
.formSupporting {
	margin: 4px 0;
	color: #777;
	font-size: 11px;	
}

.formSpacerCell {
    float: left;
    width: 15px;
}

.formHeading {
    font-size: 150%;
    font-weight: 700;
}

.formSubmit {
    clear: both;
    padding: 8px;
}

.formSubmit input {
    padding: 3px;
}

.formError {
    font-weight: 700;
    margin: 15px 0;
    background-color: #fee;
    color: #000;
    border: 1px solid red;
    padding: 10px;
    clear: both;
}

form,.formErrorBack {
    margin: 0;
}

.formRow,.formSpacer {
    clear: both;
}

.formRow {
    height: 100%;
}

#formMainDiv {
    width: 100%;
    display: table;
}

#fsFooter {
    padding-top: 10px; 
    text-align: right; 
    border-top: solid 1px black;
}

#fsFooter img {
    border: 0; 
    vertical-align: text-top;
}	
	
