html, body {
	padding:0;
	margin:0;
	border:0 none #FFFFFF;
	height:100%;
	width:100%;
	font: normal 11px Arial, sans-serif;
}

.site {
	height:100%;
	width:100%;
	background:#CDCDCD;
	text-align:center;
}

.header {
	height:160px;
	border-bottom:1px solid #ffffff;
	width:100%;
	background:#B6B4B5;
}

#main {
	height:60%;
	width:780px;
	background:#ffffff;
	padding:0px;
	border-collapse:collapse;
	margin:auto;
}

#main .leftShade {
	height:100%;
	width:10px;
	background-image: url(/_images/leftShade.gif);
	background-repeat:repeat-y;
}

#main .content {
	height:100%;
	width:760px;
	background:#ffffff;
	background-repeat:repeat-x;
	padding:0;
	border-collapse:collapse;
	vertical-align:top;
}

#main .rightShade {
	height:100%;
	width:10px;
	background-image: url(/_images/rightShade.gif);
	background-repeat:repeat-y;
}


#main .leftBottom {
	height:28px;
	width:10px;
	background-image: url(/_images/leftBottom.gif);
	background-repeat:repeat-y;
}

#main .bottom {
	height:28px;
	background-image: url(/_images/bottom.gif);
	background-position:bottom left;
}

#main .rightBottom {
	height:28px;
	width:10px;
	background-image: url(/_images/rightBottom.gif);
	background-repeat:repeat-y;
}


#navigation {
	width:100%;
	white-space:nowrap;
	background-image: url(/_images/navigation/nav_bg.gif);
	background-repeat:repeat-x;
	clear:both;
	height:25px;
	text-align:center;
}

#navigation .item {
	float:left;
	display:inline;
}




.columns {
	width:100%;
	margin-top:15px;
}

.columns .leftColumn {
	vertical-align:top;
	text-align:left;
	width:225px;
}

.columns .divider {
	width:3px;
	max-width:3px;
	background-image: url(/_images/divider.gif);
	background-repeat:repeat-y;
}

.columns .hor_divider {
	background-image: url(/_images/horDivider.gif);
	background-repeat:repeat-x;
	height:3px;
}

.columns .rightColumn {
	text-align:left;
	vertical-align:top;
}

.home_contact {
	width:100%;
}

.home_contact .label {
	text-align:left;
	vertical-align:top;
	font: bold 12px Arial, sans-serif;
	color:#FFCB88;
}

.home_contact .value {
	text-align:left;
	vertical-align:top;
	font: normal 11px Arial, sans-serif;
	color:#A5A5A5;
	padding:0px 0px 8px 0px;
}

.home_contact .value a {
	font: normal 11px Arial, sans-serif;
	color:#637D6F;
	padding:0px 0px 8px 0px;
}

.home_contact .value a:hover {
	color:#FF9000;
}

.text {
	font: normal 12px Arial, sans-serif;
	color:#888888;
}

.register {
	padding:0px 0px 10px 0px;
}

.register a {
	font: normal 12px Arial, sans-serif;
	color:#637D6F;
}

.register a:hover {
	font: normal 12px Arial, sans-serif;
	color:#FF9000;
}


.footer_links a {
	font: normal 11px Arial, sans-serif;
	color:#637D6F;
}

.footer_links a:hover {
	font: normal 11px Arial, sans-serif;
	color:#FF9000;
}

.body_links a {
	font: normal 11px Arial, sans-serif;
	color:#637D6F;
}

.body_links a:hover {
	font: normal 11px Arial, sans-serif;
	color:#FF9000;
}

