body {
	background-color: #15317E;
}

#container {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#banner {
	padding: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	height: 90px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0372AA;
}

#content {
	padding: 0px;
	background-color: #91A5BE;
}

#contact {
	padding: 0px;
	padding-right: 10px;
	background-color: #FFFFFF;
}

#contact a:link {
	font-size: 13px;
}
#banner a:link, #banner a:visited {
	color: #0372AA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

#banner a:hover, #banner a:active {
	color: #FF0000;
	text-decoration: underline;
}

#bottom {
	text-align:center;
	}

#info {
	background-color: #0372AA;
	color: #FFFFFF;
	padding: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 175px;
}

#info a:link, #info a:visited {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#info a:hover, #info a:active {
	color: #FF0000;
	text-decoration: underline;
}

#footer {
	clear: both;
	padding: 5px;
	margin-top: 0px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}

#footer_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#footer h2 {
	font-size: 18px;
	font-weight: bold;
}

#footer a:link, #footer a:visited {
	color: #0372AA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #FF0000;
	text-decoration: underline;
}

#navcontainer ul
{
padding: .4em 0;
margin: 0;
list-style-type: none;
background-color: #FFFFFF;
color: #0372AA;
width: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 13px;
text-align: left;
}

#navcontainer li a
{
text-decoration: none;
background-color: #FFFFFF;
color: #0372AA;
padding: .4em .4em;
border-right: 1px solid #fff;
}

#navcontainer li a:hover
{
background-color: #1F84F6;
color: #fff;
}

#navcontainer2 ul
{
padding: .4em 0;
margin: 0;
list-style-type: none;
background-color: #FFFFFF;
color: #B32017;
width: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
text-align: right;
}

li { display: inline; }

#navcontainer2 li a
{
text-decoration: none;
background-color: #FFFFFF;
color: #B32017;
padding: .4em 1em;
border-right: 1px solid #fff;
}

#navcontainer2 li a:hover
{
background-color: #1F84F6;
color: #fff;
}

#instant {
	color:#FF0000;
	font-size: 12px;
	font-weight: bold;
}

.Required {
	color: #FF0000;

}

h1{
	font-size: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2{
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3{
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* ====================================================================

	Field related definitions

===================================================================== */

div.FieldHidden {

	display: none;

}

div.FieldDecorated {

	float: left;

	width: 100%;

}

.InError {

	background-color: #ffffcc;

}

div.FieldLabel {

	float: left;

	width: 30%;

	font-weight: bold;

	text-align: right;

}

div.FieldRequired {

	float: left;

	width: 5%;

}

div.FieldUndecorated {

	float: left;

	width: 65%;

	clear: right;

}

div.FieldErrorText {

	float: left;

	clear: left;

	width: 100%;

	color: red;

	font-style: italic;

}

div.FieldInstruction {

	float: left;

	clear: left;

	width: 100%;

	font-style: italic;

}

hr.Divider {

	background-color: red;

}

div.DividerLabel {

	text-align: center;

}

input.FKeyTextControl, input.FKeyMatchingControl, span.FKeyControl, input.DateControl {

	/* We are floating these so that the navigation controls to their right will stay with the field, rather than sink below them */

	float: left;

} 

textarea.MultilineDisplay, textarea.LongVarcharDisplay {

	border: 0;

	background-color: transparent;

}



/* ====================================================================

	Field decorations (choose, new, and navigate links)

===================================================================== */

a.Choose {

	text-indent: -2000em;

	float: left;

	text-decoration: none;

	background: lightgrey url(../images/choose.png) no-repeat;

	width: 19px;

	height: 18px;

	border: 1px solid lightgrey;

}

a.Choose:hover {

	border: 1px outset lightgrey;

}

a.New {

	text-indent: -2000em;

	float: left;

	text-decoration: none;

	background: lightgrey url(../images/new.png) no-repeat;

	width: 19px;

	height: 18px;

	border: 1px solid lightgrey;

}

a.New:hover {

	border: 1px outset lightgrey;

}

a.Navigate {

	text-indent: -2000em;

	float: left;

	text-decoration: none;

	background: lightgrey url(../images/nav.png) no-repeat;

	width: 19px;

	height: 18px;

	border: 1px solid lightgrey;

}

a.Navigate:hover {

	border: 1px outset lightgrey;

}

a.ChooseDate {

	text-indent: -2000em;

	float: left;

	text-decoration: none;

	background-color: lightgrey;

	background-image: url(../images/calendar.png);

	background-position: center;

	width:19px;

	height: 18px;

	border: 1px solid lightgrey;

}

a.ChooseDate:hover {

	border: 1px outset lightgrey;

}



/* ====================================================================

	Primary titles

===================================================================== */

div.PrimaryTitle {

	font-weight: bold; 

	background-color: #336699;

	background-image: url(../images/title_background_darkblue.png);

	background-repeat: repeat-x; 

	color: white;

	padding: 0 0 0 2px;

	height: 23px;

}

div.PrimaryTitle div.TitleText {

	float: left;

	font-weight: bold;

	font-size: 13pt;

	padding-left: 3px;

}

a.HelpLink {

	text-indent: -2000em;

	float: right;

	text-decoration: none;

	background: url(../images/help.png) no-repeat center;

	width: 23px;

	height: 22px;

}

a.EmailLink {

	text-indent: -2000em;

	float: right;

	text-decoration: none;

	background: url(../images/email.png) no-repeat center;

	width: 23px;

	height: 22px;

}

a.PrintLink {

	text-indent: -2000em;

	float: right;

	text-decoration: none;

	background: url(../images/print.png) no-repeat center;

	width: 23px;

	height: 22px;

}



/* ====================================================================

	Secondary titles

===================================================================== */

div.SecondaryTitle {

	color: white;

	background-color: #336699;

	background-image: url(../images/title_background_darkblue.png); 

	background-repeat: repeat-x; 

	padding: 1px;

	height: 18px;

}

div.SecondaryTitle div.TitleText {

	float: left;

	font-weight: bold;

	font-size: 8pt;

	padding: 2px 2px 2px 3px;

}

a.SecondaryHelpLink {

	text-indent: -2000em;

	float: right;

	text-decoration: none;

	background: url(../images/help.png) no-repeat center;

	width: 20px;

	height: 18px;

}