*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #FFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

img
{
	border: 0;
}

img.imgright
{
	float: right;
	padding: 0 0 10px 15px;
}

a
{
	text-decoration: none;
	color: #336699;
}

a:hover
{
	text-decoration: none;
	color: #555;
}

a:visited
{
	text-decoration: none;
	color: #92B713;
}

table
{
	border: 0;
}

table tr
{
	width: auto;
}

table td
{
	width: 100%;
}

#headercontainer
{
	width: 100%;
	background: #333;
}

#header
{
	margin: 0 auto;
	width: 800px;
	height: 100px;
	background-image:url('../images/header.jpg');
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
}

#headershadow
{
	margin: 0 auto;
	width: 850px;
	background: #999999 url('../images/header-shadow.jpg') repeat-y;
}

#menucontainer
{
	width: 100%;
	background: #CCC;
}

#mainmenu
{
	margin: 0 auto;
	width: 800px;
	height: 31px;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	background: #999999 url('../images/menu-hover.jpg') repeat-x;
}

	#mainmenu ul li
	{
		display: inline;
	}
	
	#mainmenu ul li a
	{
		float: left;
		line-height: 31px;
		color: #FFF;
		text-decoration: none;
		padding: 0 20px;
		font-size: 11px;
	}
	
	#mainmenu ul li a:hover
	{
		background: #999999 url('../images/menu-background.jpg') repeat-x;
		color: #EEE;
	}

#menushadow
{
	margin: 0 auto;
	width: 850px;
	background: #999999 url('../images/menu-shadow.jpg') repeat-y;
}

#imagecontainer
{
	width: 100%;
	background: #E1E1E1;
}

#imageshadow
{
	margin: 0 auto;
	width: 850px;
	background: #E1E1E1 url('../images/image-shadow.jpg') repeat-y;
}

#image
{
	margin: 0 auto;
	width: 800px;
	height: 125px;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	background-image:url('../images/image.jpg');
}

#contentcontainer
{
	width: 100%;
	background: #FFF;
}

#contentshadow
{
	margin: 0 auto;
	width: 850px;
	background: #FFF url('../images/content-shadow.jpg') repeat-y;
}

#content
{
	margin: 0 auto;
	width: 778px;
	
	min-height: 450px;
	height: auto !important;
	height: 450px;

	padding: 10px;
	background: #FFF;
	line-height: 24px;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	letter-spacing: -1px;
}

#content h2
{
	font-size: 22px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 8px;
	margin: 0 0 10px 0;
}

#content p
{
	margin: 0 0 15px 0;
}

#content ul
{
	list-style-type: square;
	margin: 0 0 15px 30px;
}

#table1 td
{
	width: 250px;
}

#footercontainer
{
	width: 100%;
	background: #CCC;
}

#mainfooter
{
	margin: 0 auto;
	width: 770px;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	background: #999;
	text-align: right;
	color: #CCC;
	font-size: 11px;
	padding: 10px 15px;
}

#mainfooter span a, #mainfooter span a:hover
{
	color: #CCC;
	text-decoration: none;
}

#mainfooter a
{
	text-decoration: none;
	color: #FFF;
}

#mainfooter a:hover
{
	text-decoration: none;
	color: #555;
}

#footershadow
{
	margin: 0 auto;
	width: 850px;
	background: #999999 url('../images/menu-shadow.jpg') repeat-y;
}

.roundcont
{
	width: auto;
	background-color: #F0F0F0;
	color: #555;
	letter-spacing: -1px;
}

.roundheader
{
	width: 100%;
	height: 20px;
	background: #FFF;
}

.roundheaderleft
{
	float: left;
	width: 69%;
	background: #FFF;
	letter-spacing: 0px;
	padding-left: 1%;
}

.roundheaderright
{
	float: left;
	width: 27%;
	background: #FFF;
	text-align: right;
	font-size: 100%;
	color: #999;
	font-size: 85%;
	letter-spacing: 1px;
	padding-right: 3%;
}

.roundcont p {
	margin: 0 10px;
}

.roundcont a {
	margin: 0 10px;
}

.roundtop { 
	background: url(../images/corner-tr.jpg) no-repeat top right; 
}

.roundbottom {
	background: url(../images/corner-br.jpg) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}






/* 404 Error Form */

.errorform fieldset
{
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
}

.errorform fieldset input { border: 1px solid #DDD; padding: 5px; }