

#frame {
	background : #FFFFFF;
	border-bottom: 1px double #E0592C;
	border-left: 1px solid #E0592C;
	border-right: 1px solid #E0592C;
}

.right-column {
	font: 11px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	background-color: E7E7E7;
	border-left: 1px dotted gray;
	color: #6F6F6F;
}

.right-column-head {
	font: bold 14px/160% 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: white;
	background-color: #E0592C;
	border-left: none;
	text-align: center;
}

.navigation {
	font: 11px/160% 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #6F6F6F;
	padding-right: 6px;
	border-right: 1px dotted gray;
}

.body {
	font: 12px/160% 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #6F6F6F;
}

.body-title {
	font: bold 14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-align: left;
	color: black;
	width: 100%;
}

.body a:visited, .body a:link {
	color: #E0592C;
	text-decoration: none;
}

.body a:hover, .body a:active, .body a:focus {
	color: #6F6F6F;
	text-decoration: none;
	background-color: #E7E7E7;
}

.top-navigation {
	font: 11px/160% 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #6F6F6F;
	padding-right: 6px;
	border-bottom: 1px dotted gray;
	background-color: #E7E7E7;
}

.footer {
	font: 11px/160% 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #6F6F6F;
	padding-right: 6px;
	background-color: #E7E7E7;
	border-top: 1px dotted gray;
	text-align: center;
}

#horz-nav
{
	width: 100%;
	padding: 6px 0 6px 0;
}

#horz-nav ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
    	font: 12px/160% 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #E0592C;
	white-space: nowrap;
	margin-top: 0px;
}

#horz-nav ul li
{
	display: inline;
}

#horz-nav a, li#horz-current
{
	float: right;
	text-decoration: none;
	padding: 2px;
	border-right: none 4px;
	color: black;
	border-bottom: 2px solid #F1F1F1;
	background-image: url(../img-common/top-nav.gif);
	background-repeat: no-repeat;
	margin-left: 2px;
	padding-left: 16px;
}

#horz-nav a:hover, #horz-nav a:active, #horz-nav a:focus, li#horz-current
{
	color: black;
	border-bottom: 2px solid #E0592C;
}

#nav {
	float: left;
	width: 128px;
	padding: 0px;
	text-align: left;
}

#nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#nav a, li#current {
	display: block;
	width: 128px;
	text-decoration: none;
	padding: 3px;
	border-bottom: #FFFFFF solid 1px;
	background-color: #FFFFFF;
	color: black;
}

#nav a:hover, #nav a:active, #nav a:focus {
	background-color: #E7E7E7;
	color: black;
}

li#current {
	background-color: #E7E7E7;
	color: black;
}