body
{
	margin: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
}

#container
{
	width: 101%;
	margin-top: 0px;
}

#content
{
	margin: 72px auto 72px auto;
	width: 800px;
}

h1
{
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}

h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}

td
{
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
}



.message
{
	border-color: red;
	border-width: 1px;
	border-style: solid padding:6px;
	color: black;
	background-color: #D3DFEA;
	margin-left: 24px;
	font-size: 14px;
	font-weight: bold;
}

.sponsors
{
	font-weight: bold;
	font-size: 14px;
}

.question
{
	font-weight: bold;
	padding-bottom: 4px;
}



/* menu block links */
#menublock
{
	position: absolute;
	left: -1px;
	top: 97px;
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	background-color: white;
	height: 18px;
	padding: 4px;
	width: 225px;
	visibility: visible;
}

#menublock a:link
{
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

#menublock a:visited
{
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

#menublock a:active
{
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}

#menublock a:hover
{
	color: #666666;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

#menublockright
{
	position: absolute;
	right: 6px;
	top: 98px;
	font-weight: normal;
	color: #666666;
	font-size: 10px;
	background-color: white;
	height: 16px;
	padding: 4px;
	width: 250px;
	text-align: right;
	visibility: visible;
}

#menublockright a:link
{
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}

#menublockright a:visited
{
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}

#menublockright a:active
{
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}

#menublockright a:hover
{
	color: #666666;
	font-size: 10px;
	text-decoration: underline;
}

#headercontainer
{
	width: 101%;
	height: 125px;
}

#bannermain
{
	width: 101%;
	right: -1px;
	background-image: url(../images/banners/banner-bg.gif);
	background-repeat: repeat-x;
}

/* expander div */
#expandright { float: right; }

#expandleft
{
	float: left;
	height: 26px;
}

.button
{
	background-color: #0049AE;
	color: white;
	font-size: 12px;
}

.item
{
	border-top: 1px #F0F0F0 solid;
	border-right: 1px #F0F0F0 solid;
	padding: 2px;
}

.backgroundColor {background-color:#D3DFEA;}

.ErrorCode
{
	border-color: red;
	color: white;
	background-color: red;
	text-align: right;

}

.ErrorCodeLeft
{
	border-color: red;
	color: white;
	background-color: red;
	text-align: left;

}

.ErrorCodeLabel

{
	border-color: red;
	color: white;
	background-color: red;
	text-align: left;
	font-size:16px;

}

.FieldLabel
{
	text-align: right;
	background-color: #f0f0f0;
	color: #000000;
}



th {font-size:10px; text-align:left;background-color:#cccccc;}

.addAuthor {font-size:16px; background-color:#D3DFEA; font-weight:bold;}

.addAuthor h2 {font-size:16px; background-color:#D3DFEA;}

.tableBorder { border: 1px #CCC solid; }




