/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 6px;
}

p {
	margin: 0 0 10pt 0;
}
img {
	border: none;
}
img.Right {
	float: right;
	padding: 0 0 18px 12px;
}
img.Left {
	float: left;
	padding: 0 12px 18px 0;
}
img.HelpMate {
	vertical-align: middle;
	margin: 6px 12px 6px 0;
}

#Paper {
	background-color: #ffffff;
	border: solid 1px #d0e3ed;
	border-left-color: #82b5cf;
	width: 861px;
	min-height: 400px;
}

#Banner {
	background-color: #82b5cf;
	padding: 0px 0px 0px 0px;
	border-bottom: solid 1px #d0e3ed;
	height: 110px;
}
#Banner img {
	display: block;
	}


#Menu {
	width: 190px;
	padding: 18px 9px 9px 24px;
	float: left;
}
#Menu a {
	text-decoration: none;
	color: #2981a7;
}
#Menu a:hover {
	text-decoration: underline;
	color: #6d9eb3;
}
#MenuSelections {
	margin-bottom: 96px;
}
#MenuSelections a {
	display: block;
	padding: 5px 6px 0px 32px;
	height: 21px;
	margin: 3px 0px 9px 0px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#MenuSelections a.CurrentPage {
	background-color: #deecf2;
}
#Menu p {
	text-align: center;
}


#Contents {
	float: right;
	width: 600px;
	padding: 18px 24px 24px 0;
}
#Contents a {
	color: #4f63bd;
}

.Heading1 {
	font-size: 16pt;
	font-weight: bold;
	color: #2981a7;
}
.Heading2 {
	font-size: 13pt;
	font-weight: bold;
	color: #888888;
	margin: 18px 0 12px 0;
}
.Indent {
	padding-left: 18px;
}
.Bullet {
	padding: 0px 0px 0px 18px;
	background-image: url(images/bullet.gif);
	background-position: 4px 5px;
	background-repeat: no-repeat;
}
.Single {
	margin-bottom: 0px;
}
.Bold {
	color: #6666cc;
	font-weight: bold;
}

#Copyright {
	margin: 3px 0 0 9px;
	color: #999999;
}

#ContactForm {
	border: solid 1px #aaaaaa;
	background-color: #eeeeee;
	padding: 0px;
	margin-bottom: 18px;
	clear: both;
}
#ContactForm p {
	font-weight: bold;
	padding-left: 12px;
}
#ContactForm span {
	float: left;
	width: 200px;
}
#ContactForm p.FormHeading {
	font-size: 15px;
	font-weight: bold;
	color: #2981a7;
	margin: 0 0 15px 0;
	background-color: #cccccc;
	padding: 2px 6px 2px 6px;
}
#ContactForm input, #ContactForm select {
	font-size: 10pt;
	border: solid 1px #aaaaaa;
	color: #6b269a;
}	
#ContactForm input.Button {
	cursor: hand;
	color: #000000;
}
#ContactForm textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 564px;
	border: solid 1px #aaaaaa;
	color: #6b269a;
	padding: 6px;
}