* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: Black ;
}

body 
{
	background-color: White;
	margin: 0px;
	padding: 0px;
}

#column
{
	width: 800px;
	margin: 0px auto 15px;
	padding: 0px;
}

#header
{
	height: 100px;
	background-image: url(images/headerBackground.png);
	background-position: top center;
	background-repeat: repeat-x;
	padding: 0px;
	width: 100%;
	margin: 0px;
}

#headerimage 
{
	margin: 0px auto;
	width: 800px;
}

#header img.title
{
	border: none;
}

#navbar
{
	height: 30px;
	line-height: 30px;
	background-color: #2D4899;
}

#navbarlist
{
	width: 838px;
	margin: 0px auto;
	color: White;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	overflow: hidden;
}

#navbarlist ul
{
	margin: 0px;
	list-style: none;
}

#navbarlist li 
{
	float: left;
	width: 100px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#navbarlist a
{
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
	width: 100px;
	color: White;
}

#navbarlist a:hover
{
	color: #ddd;
	border-bottom: 3px solid gray;
}

#column h1 
{
	font-family: Georgia, serif;
	font-size: 16pt;
	font-weight: normal;
	letter-spacing: 120%;
	color: #2D4899;
	margin: 15px 0px 10px 0px;
	border-top: 1px dotted silver;
	background-image: url(images/unscrambledIcon24.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 575px;
	padding-top: 1px;
}

#column h2 
{
	font-family: Georgia, serif;
	font-size: 13pt;
	font-weight: normal;
	letter-spacing: 120%;
	color: #2D4899;
	margin: 10px 0px 6px 0px;
	width: 400px;
	border-bottom: 1px dotted silver;
	background-image: url(images/unscrambledIcon24.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 27px;
}

#column p, ul
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	line-height: 16pt;
	padding: 3pt 200px 3pt 0px;
}

#column li 
{
	list-style-image: url(images/listBullet.png);
}

#sidebar
{
	width: 200px;
	float: right;
	margin-left: 20px;
	padding: 25px 0px 0px 0px;
}

#sidebar p 
{
	padding: 0px;
}

.questiontitle 
{
	font-family: Georgia, Times New Roman, Sans-Serif;
	color: #2D4899;
	padding: 10pt 0px 6pt 0px;
	font-size: 11pt;
}

#column a 
{
	text-decoration: none;
	font-weight: bold;
	color:  #333;
}

#column a:hover
{
	color: Black;
	text-decoration: underline;
}

#column ul
{
	list-style-type: disc;
	list-style-position: inside;
	padding: 3pt 200px 3pt 0px;
	margin-left: 20px;
}

.rightbox
{
	float: right;
	margin-left: 10px;
}

input.text, textarea.text
{
	background-color: #eeeeee;
	border: 1px solid silver;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	width: 500px;
}

.error
{
	color: Red;
	width: 500px;
	border: 2px solid red;
	background-color: #FFFFDD;
	padding: 5px;
	margin: 5px 0px;
}

.status
{
	color: Black;
	width: 575px;
	border: 1px solid silver;
	background-color: #eee;
	padding: 5px;
	margin: 15px 0px;
}

input.grid 
{
	background-color: #ffffdd;
	border: 1px solid gray;
	width: 30px;
	height: 30px;
	font-family: Arial, Sans-Serif;
	text-align: center;
	font-size: 18pt;
	margin: 0px 5px 5px 0px;
}

select.rightbox
{
	border: 1px solid silver;
	width: 200px;
	margin-right: 150px;
}

.announcement {
	padding: 10px;
	background-color: #FFF2BC;
	border: 1px solid #FF772D;
}

.announcement h1 {
	font-size: 10pt;
	color: #c00;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}
