/* LINKS */
a:link {
	text-decoration: none;
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #CC9933;
}
a:active {
	text-decoration: underline;
	color: #990000;
}

/* PAGE LAYOUT */
#contentCenter {
	width:800px;
    margin-left: auto;
    margin-right: auto;
	vertical-align:top;
	padding:0px 0px 0px 0px;
	text-align:center;
}
#bottomFrame {
	width:776px;
    margin-left: auto;
    margin-right: auto;
	padding:0px 0px 0px 0px;
	text-align:left;
}

/* NAVIGATION */
#zbra {
	width:390px;
	padding:10px 14px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
	text-align:center;
}
#nav {
	width:88px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
	text-align:left;
}
#navLeftSpacer {
	width:30px;
	height:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
	text-align:left;
}
#navBottomContact {
	width:250px;
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	float:left;
	text-align:left;
}

/* FONT Styles */
.bodySmall {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.large {
	font-size: 16px;
}
.largeBold {
	font-size: 16px;
	font-weight: bold;
}