body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #ffffff;
	background-image:url(../images/bg_home.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
}
#wrapper {
	width:775px;
	margin: 0 auto;
	min-height:525px;
	padding-bottom:15px;
}

#logo {
	float:left;
	width:150px;
	height:120px;
}
#header {
	float:right;
	width:625px;
	height:120px;
	background-image:url(../images/bg_top.jpg);
	background-repeat:repeat;
}
#upperNav {
	float:right;
	margin-top: 35px;
	margin-right: 25px;
	font-size: 11px; 
	font-weight: bold;
	color:#666666;
}
.navSep {
	color: #c80137;
}
#nav {
	float:left;
	background-color:#ffffff;
	width:149px;
	height:116px;
}

.navItem {
	font-size:12px;
	font-weight:bold;
	color:#333333;
	margin-left:15px;
	margin-bottom:10px;
	margin-top:10px;
}

.navItem:hover {
	font-size:12px;
	font-weight:bold;
	background-image:url(../images/navfade_over.jpg);
	color:#333333;
	margin-left:0px;
	padding-left:15px;
}
.navItemOn {
	height:14px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	background-image:url(../images/navfade.jpg);
	padding-left:15px;
	margin-top:10px;
	margin-bottom:10px;
}
.subNavItem {
	font-size:12px;
	font-weight:normal;
	color:#000099;
	padding-left:28px;
	margin-bottom:10px;
	background-image:url(../images/subnavitem.jpg);
	margin-top:10px;
}
.subNavItem:hover {
	background-image:url(../images/subnavitem_over.jpg);
}
.subNavItemOn {
	font-size:12px;
	font-weight:normal;
	color:#000099;
	padding-left:28px;
	margin-bottom:10px;
	background-image:url(../images/subnavitem_on.jpg);
	margin-top:10px;
}

#banner {
	float:right;
	width:625px;
	height:116px;
	background-color:#ae123c;
}
#content {
	width:773px;
	background-color:#ffffff;
	background-image:url(../img/bg_content.jpg);
	background-repeat:no-repeat;
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	min-height:300px;
}

#address {
	float:left;
	width:149px;
	text-align:left;
	font-size:12px;
	color:#838383;
	margin-top:40px;
	padding-left: 15px;
	line-height:22px;
}

#contentRight {
	float:right;
	width:550px;
	margin-top:25px;
	/*margin-right:28px;*/
	padding-right: 28px;
	font-size: 12px;
	line-height:18px;
}

#contentRightSub {
	float:right;
	width:550px;
	margin-top:5px;
	/*margin-right:28px;*/
	padding-right: 28px;
	font-size: 12px;
	line-height:18px;
}

#middleColumn {
	float:left;
	margin-top:15px;
	width:345px;
}

#middleColumn_wide {
	float:left;
	margin-top:15px;
	width:500px;
}
#rightColumn {
	float:right;
	width:182px;
	background-color:#f2f2f2;
	border-left:1px solid #b2b2b2;
}
#bottomRightColumn {
	clear:right;
	float:right;
	width:183px;
}
.rightColumnText {
	padding:15px 10px;
}
.bullet {
	clear:right;
	float:left;
	margin-top:5px;
}
.bulletText {
	float:right;
	margin-top:5px;
	width:140px;
}

.notes {
	display:none;
}
	

.clear {
	clear:both;
}
.clearRight {
	clear:right;
}

#copyright{
	width:770px;
	background-image:url(../img/bg_bottom.jpg);
	background-repeat:repeat-x;
	height:25px;
	text-align:center;
	font-size:12px;
	color:#444444;
	line-height:20px;
	padding-right:5px;
	padding-top:2px;
}
h1 {
	color:#c80137;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
}
h2 {
	color:#c80137;
	font-size:13px;
	font-weight:bold;
	line-height:20px;
}
h3 {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	padding-top:10px;
}
.header {
	color:#c80137;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}

.error {
width: 300px;
padding: 8px;
background-color: #CC0000;
color: #ffffff;
text-align: center;
margin-left: auto;
margin-right: auto;
font-weight: bold;
}

A:LINK { color: #000099; text-decoration : none; }
A:HOVER { color: #cc0000; text-decoration : none; }
A:VISITED { color: #000099; text-decoration : none; }
A:ONCLICK { color: #990000; text-decoration : none; }
