body {
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	color: #1A4C9E;
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 2em;
}
#container {
	width: 768px;
	height: 270px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/container_background.gif);
	background-repeat: repeat-y;
	background-color:#FFFFFF;
	text-align: left;
	padding-left: 6px;
}

#container{
	width: 768px;
	height: 270px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/container_background.gif);
	background-repeat: repeat-y;
	background-color:#FFFFFF;
	text-align: left;
	padding-left: 6px;
}
/* Commented Hack for IE 5 MAC \*/
*html #container{
	width: 774px;
}
/* end of hack */

#contentContainer{
	width: 768px;

	background-image: url(images/content_background.gif);
	background-repeat: repeat-y;
	background-color:#F7F7ED;
	text-align: left;
	padding-left: 6px;
	margin-right: auto;
	margin-left: auto;

	padding-bottom:20px;
}
/* Commented Hack for IE 5 MAC \*/

*html #contentContainer{
	width: 774px;
}
/* end of hack */


#content{
	margin-left:70px;
	margin-right:70px;
	padding-top:17px;
}
.mainImage{
	margin-left:1px;
	margin-bottom:-4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1A4C9E;
}
.mainImage2{

	margin-bottom:-4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1A4C9E;
}
#footer{
	width: 768px;
	background-image: url(images/footer_background.gif);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	background-position: top;
	text-align: left;
	font-size: 0.8em;
	padding-left: 6px;
	padding-top:5px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.3em;

}
/* Commented Hack for IE 5 MAC \*/

*html #footer{
	width: 774px;

}
/* end of hack */

#footer a{
	color:#1A4C9E;
	text-decoration:none;
}
#footer a:hover{
	color:#0A295C;
}
#footer .DV a,#footer .DV{
	color:#728DBA;
	text-decoration:none;
}
#footer .DV a:hover{
	color:#405E91;
}
/* NAVIGATION */
#navigation{
	height:30px;
	background-color: #1A4C9E;
	width:760px;
	margin: 0px;
	padding:0px;
	margin-top:-5px;
}
*html #navigation{
	margin-top:0px;
}
#navigation ul
{
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	margin-top:5px;
	padding-top:5px;
}
*html #navigation ul{
	padding-top:0px;
}
#navigation li
{
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}
#navigation li a{
	margin:0px;
	padding:0px;
	margin-left:1px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:1px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1A4C9E;
	margin-right:-5px;
}
*html #navigation li a{
	padding-bottom:5px;

}
#navigation li a:hover{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
}
a.generalLink{
	color: #1A4C9E;
	font-weight:bold;
}
a.generalLink:hover{
	color: #091833;
	font-weight:bold;
}
.linkImg{
	border-width: 1px;
	border-style: solid;
	border-color: #1A4C9E;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.signature{
	float:right;
	font-style:italic;
	font-weight:bold;
}h2 {
	font-size: 1.5em;
}

/* FORM */
.label{
	width:100px;
	text-align:right;
	margin-right:200px;
	vertical-align: top;
}
*html .label {
	margin-right:20px;

}
.textField{
	width:250px;
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	color: #1A4C9E;
	margin-right:350px;
	border: 1px solid #1A4C9E;
}
*html .textField{
	margin-right:250px;

}
.textArea{
	width:250px;
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	color: #1A4C9E;
	margin-right:300px;
	border: 1px solid #1A4C9E;
	height:100px;
}
*html .textArea{
	margin-right:250px;

}
.submitBtn{
	width:250px;
	font-family: "Trebuchet MS";
	background-color: #1A4C9E;
	color: #FFFFFF;
	margin-left:0px;
	font-weight:bold;
}
*html .submitBtn{
	margin-left:120px;

}