body
{
	background: #FFF;
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-family: arial, verdana, tahoma;
	color: #666;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #666666;
}

a:hover
{
	text-decoration: none;
	color: #555;
}

a:visited
{
	text-decoration: none;
	color: #666666;
}


#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;
}

#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;
	
}

#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: 560px;
	padding: 10px 230px 10px 10px;
	background: #FFF url('../images/content-background.jpg') repeat-y;
	line-height: 150%;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	letter-spacing: -1px;
}

#content h2
{
	font-size: 125%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCC;
	padding-bottom: 8px;
}

#content li
{
	list-style-type: decimal;
	margin-left: 0px;
}

#contentright
{
	float: right;
	position: absolute;
	width: 200px;
	margin-left: 580px;
}

#contentright h2
{
	margin: 0;
	padding: 5px 0px;
	background: #FFF;
	text-align: right;
	font-size: 110%;
	letter-spacing: 0px;
	font-weight: normal;
	color: #000;
	border-bottom: 0px;
}

#contentright li
{
	list-style-type: none;
}

.sidebar
{
	width: 200px;
}

.sidebar ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
}

.sidebar a
{
	display: block;
	padding: 3px;
	width: 194px;
	border-bottom: 1px solid #E9E9E9;
	text-align: right;
}

.sidebar a:link
{
	text-decoration: none;
	color: #000000;
}

.sidebar a:hover
{
	background: #9eaecb;
	color: #333333;
}

.sidebar a:visited
{
	text-decoration: none;
	color: #333333;
}

.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;
}
