@charset "utf-8";


body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5A5A5A;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 12px; /*for compliant browsers */
	margin-top: 10;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/smallarrow.jpg);
	background-repeat: repeat-x;
	background-position: 0px 350px;
	}
#frontpg {
	margin-top: 20px;
	margin-bottom: 20px;
}


 #container {
	width: 900px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#FlashContent {
	background-position: center;
	vertical-align: middle;
}

#header {
	background: #FFFFFF;
	padding: 0;
	margin-top: 40px;
}
 #navbar {
	height: 40px;
	width: 900px;
	color: #993399;
	vertical-align: middle;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	float: none;
	font-family: Arial;
	font-size: 11px;
	line-height: 40px;
	font-weight: bold;
	text-transform: capitalize;
}

 #navbar a{
	text-transform: uppercase;
	color: #993399;
	text-decoration: none;
	vertical-align: middle;
	float: left;
	height: 30px;
	width: auto;
	padding-right: 0px;
	padding-left: 0px;
	border-right-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	margin-top: 5px;
	margin-right: 28px;
	margin-bottom: 0px;
	margin-left: 2px;
}


#navbar a:hover{
	color: #CC66CC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-color: #993399;
}

 #mainContent {
	border: 1px solid #993399;
	height: 500px;
	width: 900px;
	color: #6F6F6F;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #FFFFFF;
}
.Title {
	color: #993399;
	float: none;
	padding: 5px 5px 5px 0px;
	vertical-align: middle;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
a {
	color: #cc66cc;
	text-decoration: none;
}
a:hover {
	color: #cc66cc;
	text-decoration: underline;
}

 #footer {
	height: 40px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A4A4A4;
	background-position: right;
	text-align: right;
	margin-top: 15px;
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 0px;
	text-decoration: none;
}

.subtitle {
	font-weight: bolder;
}
table {
border-collapse:collapse;
}
td.nolines {
	border-bottom:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: center;
}

input {
	font: 12px Arial;
	color: #333333;
	border: 1px inset #999999;
	background: #F2F2F2;
	padding: 1px;
}
input.invalid {
	background-color: #FF9;
	border: 2px red inset;
}

label.invalid {
	color:#F00;
	font-weight: bold;
	background: #FFFFCC;
}


textarea {
	font: 12px Arial;
	color: #333333;
	background: #F2F2F2;
	padding: 2px;
}
.button {
	font: bold 11px Arial;
	color: #3366ff;
	background: #D7E3ff;
	border: 1px outset #3366CC;
	padding: 5px;
}


select {
	font: 12px Arial;
	color: #333333;
	background: #F2F2F2;
	padding: 2px;
}

td.greybg {
	border-bottom:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #dfdfdf center;
}
.instructions {
	font-weight: bold;
	color: #3366cc;
}
.pinkctr {
	background: #cc99cc center;
}
li {
	margin-left: -30px;
	list-style-position: outside;
	list-style-type: circle;
}
