@charset "utf-8";
/* CSS Document */

body {
	margin-top: 2px;
	background-color: #1C5BA2;
	font-family: Calibri, Tahoma, Verdana;
	font-size: medium;
	color: #000000;
}

#LeftMenu a:link {
	color: #ffffff;
	text-decoration:none;
}

#LeftMenu a:visited {
	color: #ffffff;
	text-decoration:none;
	}

#LeftMenu a:hover {
	color: #1C5BA2;
	text-decoration:none;
}

a:link {
	color: #1C5BA2;
}
a:visited {
	color: #1C5BA2;
}
a:hover {
	color: #3399FF;
}
.IWDLink {
	font-size: x-small;
}
.PicPadding {
	margin: 7px;
}

#apply p {
	margin-top: 0px;
	margin-bottom: 0px;
	
}
.SmallItalics {
	font-size: small;
	font-style: italic;
}


p {
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
ul {
	text-indent: -15px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	list-style-position:inside;
}
.AllBorders {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.thinborder {
	border: 1px solid #999999;
}
.BottomDots {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}.footerline {
	font-size: x-small;
	color: #FFFFFF;
}
.AdminMenu {
	font-weight: bold;
	color: #FFFFFF;
}
.FormText {
	font-size: small;
}
.FormHeader {
	font-weight: bold;
	font-variant: small-caps;
	font-size: medium;
	text-transform: uppercase;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	
}
.AppDateText {
	font-weight: bold;
	color: #FF0000;
}
.FormAnswers {
	font-size: medium;
	color: #000099;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.FormAnswersMemo {
	font-size: medium;
	color: #000099;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
}

.BlueText {
	color: #0000FF;
}
.Headers {
	font-size: large;
	color: #1C5BA2;
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-bottom-color: #1C5BA2;
	font-variant: normal;
	padding-left: 5px;
	text-align: left;
	bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.RequiredField {
	font-weight: bold;
	color: #0000FF;
}
.RssSpace {
	padding-top: 5px;
	padding-bottom: 5px;
}

.BlueBoldtext {
	font-weight: bold;
	color: #1C5BA2;
}
