body
{
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #060;
	background: url("/images/site/mainbg.png") repeat-x white fixed;
}

/* **** Logo Area **** */

#logo
{
	width: 960px;
	margin: 0 auto;
	height: 110px;
	text-align: left;
	background: url("/images/site/logo3.png") white no-repeat;
	border: 1px solid #464;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	-moz-box-shadow: #446 4px 4px 8px;
	-webkit-box-shadow: #446 4px 4px 8px;
	box-shadow: #446 4px 4px 8px;
}

#logline
{
	float: right;
	font-size: 12px;
	color: #686;
	margin: 92px 15px 0 0;
}

#logline a, #logline a:visited
{
	color: #060;
	text-decoration: none;
}

#logline a:hover
{
	color: red;
	text-decoration: none;
}

/* **** Copyright bar **** */

#sitecopyright
{
	width: 600px;
	margin: 12px auto 10px auto;
	background-color: #ded;
	color: #141;
	text-align: center;
	font-size: 10px;
	height: 17px;
	padding: 3px 0 0 0;
	border: 1px solid #040;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-moz-box-shadow: #446 2px 2px 4px;
	-webkit-box-shadow: #446 2px 2px 4px;
	box-shadow: #446 2px 2px 4px;
}

#sitecopyright a, #sitecopyright a:visited
{
	color: #161;
	text-decoration: none;
}

#sitecopyright a:hover
{
	color: #444;
	text-decoration: underline;
}


/* **** Content **** */

#mainbody
{
	width: 960px;
	min-height: 440px;
	margin: 0 auto;
	border: 1px solid #464;
	background-color: white;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	-moz-box-shadow: #446 4px 4px 8px;
	-webkit-box-shadow: #446 4px 4px 8px;
	box-shadow: #446 4px 4px 8px;
	padding-bottom: 16px;
}

#content
{
	color: #464;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
	margin-left: 180px;
	background-color: white;
	padding-right: 20px;
}

#content h1
{
	color: #060;
	font-size: 16pt;
	text-shadow: #898 1px 1px 2px;
}

#content table a, #content table a:visited
{
	font-weight: normal;
	color: #151;
	text-decoration: none;
}

#content table a:hover
{
	color: #029025;
	text-decoration: none;
}

#content table th
{
	background-color: #484;
	color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-right: 1px solid #040;
	border-bottom: 1px solid #040;
	padding: 2px 5px;
}

#content table td
{
	background-color: #fcfffc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 2px 5px;
}

#content table tr:hover td
{
	background-color: #f0fff0;
}

#content #logontbl
{
	border: 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: #ccc 2px 2px 2px inset;
	-webkit-box-shadow: #ccc 2px 2px 2px inset;
	box-shadow: #ccc 2px 2px 2px inset;
}

#content #logontbl td
{
	border: 0;
	background-color: white;
}

.imgr
{
	float: right;
	margin: 0 10px 10px 20px;
}

.imgl
{
	float: left;
	margin: 0 10px 10px 0;
}

#content a, #content a:visited
{
	color: #084;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover
{
	color: red;
	text-decoration: underline;
}

#errormessage
{
	border: 2px solid red;
	background-color: #ff8;
	color: red;
	font-size: 9pt;
	padding: 10px;
}


