/********************* general ********************/
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.bodyclass {
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #0094d2;
}

/***************************************** main ***********************************************/
#main {
	width: 982px;
	margin-left: auto;
	margin-right: auto;
}

#mainleft {
	width: 16px;
	height: 600px;
	float: left;
}

#mainright {
	width: 16px;
	height: 600px;
	float: right;
}

#maincontainer {
	width: 950px;
	background-color: #ffffff;
	float: left;
}

/************************** header *************************/
#printheader {
	display: none;
	visibility: hidden;
}

#header {
	width: 950px;
	float: left;
}

#logo {
	width: 950px;
	height: 140px;
	margin: 0px;
	float: left;
}

#headernav {
	width: 950px;
	height: 24px;
	float: left;
	text-align: right;
}

/********************** content ***************************/
#maincontent {
	width: 950px;
	float: left;
	margin-top: 3px;
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #ffffff;
}

#maincontentinside {
	width: 950px;
	float: left;
	margin-top: 3px;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #ffffff;
}

#bar {
	width: 1px;
	float: left;
}

/*************************************** navigation ****************************************/

#mainnavigation {
	width: 217px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#navcontainer {
	width: 199px;
	float: left;
	padding-left: 12px;
}

#navcontainer ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li
{
	list-style: none;
	margin: 3px 0px 3px 0px;
	font-weight: bold;
	font-size: 12px;
}

#navcontainer li a
{
	display: block;
	padding: 6px 3px 7px 13px;
	width: 183px;
	background-image: url(../images/bg_menu.gif);
	color: #ffffff;
	text-decoration: none;
}

#navcontainer li a:hover,
#navcontainer li a#current
{
	background-image: url(../images/bg_menu_on.gif);
}

#navcontainer ul ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li li
{
	list-style:none;
	margin: 0;
	font-weight: normal;
	font-size: 12px;
}

#navcontainer li li a
{
	display:block;
	padding: 3px 3px 3px 13px;
	color: #10537d;
	background-image: none;
	width: 183px;
}

#navcontainer li li a:hover,
#navcontainer li li a#current
{
	color: #e56d21;
	background-image: none;
}

#navcontainer ul ul ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#navcontainer li li li
{
	list-style:none;
	margin: 0;
	font-weight: normal;
	font-size: 11px;
}

#navcontainer li li li a
{
	display:block;
	padding: 2px 3px 2px 25px;
	color: #000000;
	text-decoration: none;
	width: 175px;
}

#navcontainer li li li a:hover,
#navcontainer li li li a#current
{
	color: #0094d2;
}

#subscription {
	float: left;
	/*
	background-image: url(../images/bg_subscription.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #ffffff;
	*/
	width: 179px;
	height: 128px;
	padding-left: 20px;
	margin-top: 25px;
}

/***************************************************/

#container {
	width: 717px;
	float: left;
	margin: 0px 0px 0px 4px;
}

#containerinside {
	width: 697px;
	float: left;
	margin: 0px 0px 0px 4px;
	border-top: 1px solid #eaeaea;
	padding: 5px 10px 5px 10px;
}

#breadcrumb {
	color: #666666;
	width: 100%;
	float: right;
	text-align: right;
	font-size: 10px;
	padding: 0px 0px 5px 0px;
}

#breadcrumb a {
	color: #666666;
	text-decoration: underline;
}


/*************************************** footer ****************************************/
#maincontentbottom {
	width: 950px;
	height: 5px;
	float: left;
	background-image: url(../images/nav_bottom.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#maincontentbottominside {
	width: 950px;
	height: 5px;
	float: left;
	background-image: url(../images/bottom.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#footer {
	width: 910px;
	height: 40px;
	float: left;
	margin-top: 24px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	color: #666666;
	font-size: 11px;
	padding: 15px 20px 0px 20px;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#printfooter {
	display: none;
	visibility: hidden;
}

#reflection {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	border-top: 1px solid #0094d2;
	padding-top: 46px;
	background-image: url(../images/bg_reflection.gif);
	background-repeat: repeat-x;
	background-color: #0094d2;
	text-align: center;
}
