body
{
	background: #FFF;
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: arial, verdana, tahoma;
	color: #666;
}

.text
{
	display: none;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #467CAA;
}

a:hover
{
	text-decoration: underline;
	color: #555;
}

a:visited
{
	color: #660000;
	text-decoration: underline;
}

iframe
{
	width: 100%;
	height: 350px;
	margin: 10px 0px;
}

iframe p
{
	font-size: 80%;
	font-family: arial, verdana, tahoma;
	color: #666;
}

#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;
	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: 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: 135%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCC;
	padding-bottom: 8px;
}

#content li
{
	list-style-type: square;
	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;
	text-decoration: underline;
}

#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: #467CAA;
}

.sidebar a:hover
{
	background: #6fa4d1;
	color: #000;
}

.sidebar a:visited
{
	text-decoration: none;
	color: #115289;
}

.roundcont {
	width: auto;
	background-color: #F0F0F0;
	color: #555;
	letter-spacing: 0px;
		
}

.roundheader
{
	width: 100%;
	height: 20px;
	background:#666666;
}

.roundheaderleft
{
	float: left;
	width: 69%;
	background: #FFF;
	letter-spacing: 0px;
	padding-left: 1%;
}

.roundheaderright
{
	float: right;
	width: 27%;
	background: #FFF;
	text-align: right;
	font-size: 85%;
	color: #000000;
	letter-spacing: 1px;
	padding-right: 3%;
	font-weight: bold;
}

.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;
}

.templatecontainer
{
	width: 100%;
}

.tcleft
{
	float: left;
	width: 200px;
	height: 150px;
	background: #CCC;
}

.tcright
{
	float: right;
	width: 340px;
	height: 150px;
}

.options
{
	clear: both;
	padding: 5px 0px;
	width: 100%;
	text-align: right;
	letter-spacing: 1px;
}

.onlineform
{
	letter-spacing: -1px;
}

.onlineform .inputc
{
	width: 175px;
	font-family: arial;
	color: #666;
	border: 1px solid #467caa;
	padding-left: 2px;
	background: #FAFDEE;
	margin-bottom: 2px;
}

.onlineform input
{
	width: auto;
	font-family: arial;
	color: #728E0F;
	border: 1px solid #467caa;
	padding: 1px;
	background: #FAFDEE;
}

.onlineform textarea
{
	width: 250px;
	font-family: arial;
	font-size: 100%;
	color: #666;
	border: 1px solid #467caa;
	padding-left: 2px;
	background: #FAFDEE;
}
#content_blue {

	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;
}
