/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1F4666;
	background-color:#657787;
	background-image:url(/images/backgrounds/bodyBG.gif);
	background-position:left top;
	background-repeat:repeat;
	padding-bottom:10px;
}
td {
	text-align:left;
	vertical-align:top;
}
a:link,
a:visited {
	color:#1C72BB;
	text-decoration:underline;
}
a:hover {
	color:#fff;
}

.alignRight {
	text-align:right;
}
.alignCenter {
	text-align:center;
}
.alignMiddle {
	vertical-align:middle;
}
.alignBottom {
	vertical-align:bottom;
}
.floatLeft {
	float:left;
	margin:0 15px 6px 0px;
}
.floatRight {
	float:right;
	margin:0 0 6px 15px;
	clear:right;
}
.clear {
	clear:both;
}

#wrap {
	width:680px;
	margin:0 auto;
	border-bottom:1px solid #c8d4df;
	border-left:1px solid #c8d4df;
	border-right:1px solid #c8d4df;
	background-color:#a4b8c9;
}
#header {
	clear:both;
	background-color:#aabfd1;
}
	#header #top {
		height:16px;
		background-color:#1b72ba;
		border-bottom:1px solid #c8d4df;
		color:#fff;
		padding:2px 10px 0 10px;
		font-size:10px;
		text-align:right;
	}
		#header #top a:link,
		#header #top a:visited {
			color:#FFFFFF;
			text-decoration:underline;
		}
		#header #top a:hover {
			text-decoration:none;
		}
		
		#header #top ul {
			list-style:none;
		}
			#header #top li {
				display:inline;
				padding:0 5px 0 7px;
				border-right:1px solid #fff;
			}
			#header #top li.last {
				border-right:none;
				padding-right:0;
			}
	#header #fontSize {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		padding:0 4px 6px 4px;
		text-align:right;
	}
		#header #fontSize a:link,
		#header #fontSize a:visited {
			color:#FFFFFF;
			text-decoration:none;
			padding:2px 8px;
			background-color:#79a313;
		}
		#header #fontSize a:hover {
			background-color:#1b72ba;
		}

#content {
	clear:both;
	border-bottom:1px solid #ccd9e2;
	padding:0 0 10px 4px;
	background-image:url(/images/backgrounds/contentBG.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}
#content p,
#content ul,
#content ol,
#content form {
	margin-bottom:10px;
}

#content ul {
	margin-left:8px;
	list-style:none;
}
#content ul li {
	margin-bottom:2px;
	background-image:url(/images/icons/arrow1.gif);
	background-position:left 5px;
	background-repeat:no-repeat;
	padding-left:14px;
}
#content ol {
	margin-left:25px;
}
hr {
	color:#7c8995;
	height:1px;
	line-height:1px;
	border-top:1px solid #7c8995;
	border-bottom:none;
	margin-bottom:8px;
}
hr.light {
	color:#96a8b8;
	border-top:1px solid #96a8b8;
}
#content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#FFFFFF;
	margin-bottom:10px;
}
#content h3 {
	color:#003159;
	font-size:1em;
	margin-bottom:4px;
}
	#content h3 a:link,
	#content h3 a:visited {
		color:#003159;
	}
	#content h3 a:hover {
		color:#fff;
	}

#content ul.twoCol li {
	float:left;
	width:45%;
}
#content .brd {
	border:1px solid #c8d4df;
	padding:2px;
}
#content a:hover .brd {
	background-color:#1b72ba;
}
#content .more {
	color:#FFFFFF;
	font-size:10px;
}
#content .more a:link,
#content .more a:visited {
	color:#FFFFFF;
	text-decoration:none;
	padding:2px 8px 3px 8px;
	background-color:#79a313;
}
#content .more a:hover {
	text-decoration:underline;
}

#content .narrowCol {
	padding-right:4px;
	padding-top:2px;
	float:left;
	width:242px;
}
	#content .blueBG {
		border:1px solid #c8d4df;
		padding:11px 15px 10px 20px;
		margin-bottom:4px;
		background-image:url(/images/backgrounds/blueBG.jpg);
		background-position:left center;
		background-repeat:repeat-x;
		background-color:#8fadc7;
	}
	#content .narrowCol .noBG {
		padding:11px 15px 10px 20px;
	}

#content .wideCol {
	padding:12px 25px 10px 25px;
	margin-bottom:4px;
	float:left;
	width:374px;
	background-color:#aabfd1;
	border-bottom:1px solid #c8d4df;
	border-left:1px solid #c8d4df;
	border-right:1px solid #c8d4df;
	margin-top:1px;
}
#content .wideCol.noBG {
	background-color:transparent;
	border:none;
}
#content.oneCol,
#content .oneCol {
	padding:12px 20px 10px 25px;
}
#content #threeCol .col,
#content #threeCol .col,
#content #threeCol .col {
	width:221px;
	padding-top:2px;
	margin-right:4px;
	float:left;
}
#content #threeCol .col.right {
	margin-right:0;
}
	#content #threeCol .col .blueBG {
		min-height:256px;
		_height:256px;
	}

#footer {
	clear:both;
	margin:2px 0;
	border-bottom:1px solid #ccd9e2;
	border-top:1px solid #ccd9e2;
	padding:15px 25px 10px 25px;
	color:#1F4666;
	font-size:11px;
}
	#footer p {
		margin-bottom:5px;
	}
	#footer ul {
		list-style:none;
		margin-bottom:6px;
	}
	#footer ul li {
		display:inline;
		padding:0 15px;
		border-right:1px solid #1c72bb;
		line-height:11px;
	}

#subFooter {
	clear:both;
	border-top:1px solid #ccd9e2;
	padding:10px 10px 5px 25px;
	font-size:11px;
	width:645px;
}
	#subFooter h3 {
		color:#003159;
		font-size:11px;
		margin-bottom:2px;
	}
		#subFooter h3 a:link,
		#subFooter h3 a:visited {
			color:#003159;
		}
		#subFooter h3 a:hover {
			color:#fff;
		}
	#subFooter .border-right {
		border-right:1px solid #ccd9e2;
		margin-right:15px;
		padding-right:15px;
	}
	#subFooter .border-left {
		border-left:1px solid #ccd9e2;
		margin-left:15px;
		padding-left:15px;
	}


/* form styles */
form input.text,
form input.text2,
form textarea,
form select {
	border:1px solid #a4b8c9;
	font-size:1em;
	background-color:#ffffff !important;
}
form input.text,
form input.text2,
form textarea,
form select {
	margin-bottom:8px;
}
form input.text,
form input.text2,
form select {
	vertical-align:middle;
}
form input.text,
form input.text2,
form textarea {
	padding:2px;
}
form .text,
form textarea {
	width:210px;
}
form textarea {
	height:100px;
	overflow:auto;
}
form .formButton {
	margin-top:5px;
	padding:0 3px;
	border:none;
	background-color:#79a313;
	color:#FFFFFF;
	cursor:pointer;
	font-size:10px;
}
form .formButtons {
	text-align:right;
	margin-right:32px;
}
form br {
	clear:left;
}
form label {
	font-weight:bold;
	text-align:left;
	float:left;
	width:90px;
	display:block;
	margin-right:2px;
}
form fieldset {
	padding:5px;
	margin-bottom:5px;
}
form legend {
	margin-bottom:5px;
}