body
{
	background-color: #102630;
	background-image: url('../graphics/pageBg.jpg');
	background-position: left top;
	background-repeat: repeat-x;
	font-family: sans-serif;
	font-size: 12pt;
	margin: 0px;
	margin-bottom: 2em;
}

a
{
	font-weight: bold;
	text-decoration: none;
}

a,
a:active,
a:hover,
a:visited
{
	color: #4099c0;
}

a img
{
	border-style: none;
}

h1, h2, h3, h4
{
	color: #204c60;
}

h1
{
	margin-top: 0px;
}

#main
{
	margin: 0px auto 2ex auto;
	padding: 0px;
	width: 820px;
}

#header
{
	background-color: #000000;
	background-image: url('../graphics/headerBg.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #ffffff;
	padding: 1ex 1em;
}

#header a,
#header a:active,
#header a:hover,
#header a:visited
{
	color: #53bfed;
}

#header a:hover
{
	color: #ffffff;
}

#header a
{
	outline: 0px none;
}

#brainjar
{
	font-size: 90%;
	padding-bottom: 4px;
}

#header h1
{
	display: none;
}

#navigation
{
	width: 100%;
}

#navigation td
{
	padding: 0px;
	text-align: center;
}

#navigation span
{
	display: block;
}

#content
{
	background-color: #ffffff;
	border: 1px solid #307390;
	color: #000000;
	line-height: 18pt;
	padding: 1ex 1em;
	border-bottomleft-radius: 1em;
	border-bottomright-radius: 1em;
	-moz-border-radius-bottomleft: 1em;
	-moz-border-radius-bottomright: 1em;
	-webkit-border-bottom-left-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
}

#content h1,
#content h2,
#content h3
{
	font-family: "Tahoma", "Trebuchet MS", "Verdana";
}

#content a:hover
{
	text-decoration: underline;
}

a[name],
a[name]:active,
a[name]:hover,
a[name]:visited
{
	color: #204c60;
}

#content a[name]:hover
{
	text-decoration: none;
}

#footer
{
	border-top: 1px solid #307390;
	clear: both;
	font-size: 90%;
	padding: 1ex 0em 1ex 0em;
	text-align: right;
}

#footer img
{
	vertical-align: top;
}

.standout
{
	background-color: #f0f0f0;
	border: 1px solid #307390;
	padding: 1ex 1em;
	border-radius: .25em;
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
	box-shadow: 2px 2px 4px #404040;
	-moz-box-shadow: 2px 2px 4px #404040;
	-webkit-box-shadow: 2px 2px 4px #404040;
}

.standout h4
{
	margin-top: 0px;
	margin-bottom: 1em;
}

.highlight
{
	color: #ff0000;
	font-weight: bold;
}

input[type="text"],
textarea
{
	border: 1px solid #307390;
	background-image: url('../graphics/textboxBg.png');
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 12pt;
}

input.button
{
	border: 0px none;
	outline: 0px none;
	padding: 2px 0px;
}

textarea
{
	font-family: sans-serif;
}

.formFields td
{
	padding: 0px;
}

.fieldMessage span
{
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}

.error
{
	color: #800000;
	font-weight: bold;
}

.info
{
	color: #008000;
	font-weight: bold;
}

.errorMsg
{
	font-weight: bold;
}

.infoMsg
{
	font-weight: bold;
}

.fieldLabel
{
	background-color: #307390;
}

.fieldLabel label
{
	color: #ffffff;
	font-weight: bold;
	padding: 0px .5em;
}

.imgFloat
{
	border: 2px solid #204c60;
	float: right;
	margin: 1ex 0 1ex 1em;
	box-shadow: 2px 2px 4px #404040;
	-moz-box-shadow: 2px 2px 4px #404040;
	-webkit-box-shadow: 2px 2px 4px #404040;
}

.left
{
	float: left;
	margin: 1ex 1em 1ex 0;
}

.clear
{
	clear: both;
}

