body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;;
	margin: 0px;
	background: #002d4f;  
}

a {
    color: #002d4f;
    text-decoration: none;
}

a:visited {
    color: #002d4f;	
}

a:hover {
    color: #002d4f;
    text-decoration: underline;
}

a.maplink {
	font: 11px arial, helvetica, sans-serif;
    font-weight: bold;
    text-decoration: underline;
}

a.maplink:hover {
text-decoration: none;
}

a.more {
    font-weight: bold;
    text-decoration: underline;
}

a.more:hover {
text-decoration: none;
}

#container {
	overflow: hidden;
	background-color: #fbf7e7;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 35px;
	width: 790px;
}

#head {
	padding-top: 8px;
	overflow: hidden;
}

#head .left {
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
	padding-top: 50px;
	background: #6d1212 url(../images/redchip.gif);
	height: 302px;
	width: 295px;
	height: 262px;
	float: left;
}

#head .tele {
	font-size: 11px;
}

#head .right {
    background: #6d1212 url(../images/redchip.gif);
	padding-top: 10px;
	float: right;
	width: 495px;
	height: 302px;
}

#head .sub {
	padding: 10px 10px 0 10px;
    background: #6d1212 url(../images/redchip.gif);
}

#mainnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 790px;
	margin-top: 0px;
	text-align: center;
}

#mainnav #nav {
	font-size: 13px;
	margin: 0;
	padding: 0;
}

#mainnav #nav ul {
    letter-spacing: 1px;
    padding: 4px 0 4px 0;
    margin: 0;
    background-color: #fbf7e7;
    color: #002d4f;
    width: 100%;
}

#mainnav #nav ul li { display: inline; }

#mainnav #nav ul li.active {
	font-weight: bold;
}

#mainnav #nav ul li a {
    padding: 0px 18px 0 15px;
    background-color: #fbf7e7;
    color: #002d4f;
    text-decoration: none;
}

#mainnav #nav ul li a:hover {
    color: #002d4f;
    text-decoration: underline;
}


#contentbody {
	margin: 0;
	background-color: #ffffff;
	overflow: hidden;
}

#contentbody .left {
	overflow: hidden;
	float: left;
	margin: 15px;
	width: 260px;
}

#contentbody h2 {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#contentbody h3 {
	margin-top: 3px;
	margin-bottom: 3px;
}

#contentbody .right {
	overflow: hidden;
	font-size: 12px;
	line-height: 21px;
	float: right;
	margin: 15px 15px 15px 0px;
	width: 485px;
}

#contentbody .sub {
	font-size: 12px;
	line-height: 21px;
	margin: 20px 10px 10px 10px;
}

.menu {
	line-height: 18px;
}

.menupart {
	margin-bottom: 8px;
	border-bottom: 1px dashed #e6e6e6;
}

.menufootnote {
	font-size: 10px;
	color: #999;
	text-align: center;
}

.map {
	float: right;
	text-align: right;
	width: 450px;
	padding-left: 15px;
	padding-bottom: 15px;
}

.mapholder {
	height: 325px;
	border: 1px solid #e6e6e6;
}

#contentbody .rtimage {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}

#contentbody p {
	margin-top: 0px;
	margin-bottom: 12px;
}


#foot {
	text-align: center;
	font-size: 10px;
	border-top: 10px solid #6d1212;
    background-color: #fbf7e7;
    padding: 8px;
}