@charset "utf-8";
/* CSS Document */

body {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

.wrap {
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #F60;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.head_nav {
	margin: 0px;
	float: left;
}

.head_nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C56B36;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C56B36;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C56B36;
	line-height: 22px;
	padding:5px 7px;
	border-left-color: #F5E6DC;
	background-color: #F7F2F0;
	
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F5E6DC;
}

.head_nav a:hover {
	background-color: #F4E2D5;
}

.head_nav a.selected {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C66;
	background-color: #C66;
	color: #FFF;
	line-height: 22px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #C66;
}

.head_blank {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C56B36;
	line-height: 15px;
	margin: 0px;
	padding-top: 0px;
	display: block;
	height: 23px;
}

.home_link a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 23px;
	color: #C56B36;
	background-color: #F7F2F0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C56B36;
	font-weight:bold;
	text-align: right;
	float: right;
	margin: 0px;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C56B36;
}

.home_link a:hover {
	background-color: #F4E2D5;
}

.content {
	margin-right: 7px;
	margin-left: 7px;
}

.content h1 {
	color: #C56B36;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F6F6F6;
	height: 17px;
	padding-top: 3px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.content p {
	color: #2D2D2D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	text-align: left;
}

.content p strong{
	color: #DF5900;
}

.content a{
	color: #069;
	text-decoration: none;
}

.content img {
	border:none;
	margin-top:3px;
	margin-bottom:3px;
}
.content img.left {
	float: left;
	margin-right: 7px;
}

.content img.right {
	float: right;
	margin-left: 7px;
}
.content ul {
	list-style-type: disc;
	color: #2D2D2D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding: 0px;
	list-style-position: inside;
}

.content li {
	margin: 0px;
	padding: 0px;
}
.bottom_text_menus {
	clear: both;
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
	height: 30px;
	text-align: center;
	margin-right: auto;
	margin-left: 184px;
	width: 250px;
	padding: 0px;
}

.bottom_text_menus a {
	color: #FFF;
	background-color: #C403D3;
	width: 115px;
	text-decoration: none;
	display: block;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	float: left;
	height: 24px;
}

.bottom_text_menus a:hover {
	background-color: #A402B0;
}


.bottom_text_menus a.selected {
	background-color: #A402B0;
}

.bottom_img_menus {
	padding: 0px;
	clear: both;
	display: block;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

.bottom_img_menus img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 115px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}

p.footer2 {
    color: #D58000;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
	font-family:verdana;
    padding: 0;
    text-align: center;
}

