/* CSS Document */

#page {
	width:760px;
	background-color: #FFFFFF;
	color: #000000;
	border: #006600 thin solid;
	margin-left: auto;
	margin-right: auto;
}

#head {
	width: 760px;
	background-color: #006600;
	color: #FFFFFF; 
}
#head_logo {
	width:300px;
	height:100px;
	float: left;
	background-color: #006600;
	color: #FFFFFF;
}
#head_image {
	width:179px;
	height:90px;
	float: left;
	margin-left: 10px;
	margin-top: 9px;
	color: #FFFFFF;
	border: #FFFFFF thin solid;
}
#head_contact {
	width:260px;
	height:100px;
	margin-left: 11px;
	background-color: #006600;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 5px;
	overflow: auto;
}

#body {
	width: 760px;
	background: #FFFFFF url(../i/bg_body.gif) repeat-y 0 0;
	color: #000000;
	padding-bottom:15px;
}
#body_title {
	width:600px;
	margin-left: 160px;
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
#body_menu {
	width:160px;
	float: left;
	clear: left;
	margin-right: 15px;
	background-color: #006600;
	color: #FFFFFF;
}
#body_content {
	width:540px;
	overflow: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	border: #006600 thin solid;
	text-align: left;
}

#foot {
	width: 760px;
	height: 100px;
	background-color: #006600;
	color: #FFFFFF;
}
#foot_copyright {
	width:160px;
	height:70px;
	float: left;
	background-color: #006600;
	color: #FFFFFF;
	margin-top: 30px;
}
#foot_info {
	width:500px;
	height:100px;
	margin-left: 160px;
	background-color: #006600;
	color: #FFFFFF;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
}


.head_large {
	font-size: x-large;
}
.head_medium {
	font-size: medium;
}
.head_small {
	font-size: small;
}
.foot_copyright {
	font-size: xx-small;
}
.foot_large {
	font-size: x-large;
	line-height: 40px;
}
.foot_medium {
	font-size: medium;
}
.body_title {
	font-size: large;
	color: #006600;
	font-weight: bold;
}
.list_small {
	font-size: x-small;
	list-style-type:none;
	margin-top: 0px;
	margin-bottom: 5px;
}
.list_medium {
	font-size: small;
	list-style-type:none;
	margin-top: 0px;
	margin-bottom: 5px;
}
.ordered_list_small {
	font-size: x-small;
	margin-top: 0px;
	margin-bottom: 5px;
}

.line {
	height: 0px;
	width: 520px;
	overflow: auto;
	margin-top: 15px;
	border-top: 1px #006600 dashed;
}

a.head_link {
	font-size: small;
	line-height: 30px;
	background-color: #006600;
	color: #FFFFFF;
}
a.head_link:link {
	text-decoration: none;
}
a.head_link:visited {
	text-decoration: none;
	background-color: #006600;
	color: #FFFFFF;
}
a.head_link:hover {
	text-decoration: none;
	background-color: #006600;
	color: #BFFFBF;
}
a.head_link:active {
	text-decoration: none;
	background-color: #006600;
	color: #FFFFFF;
}
a.foot_info_link {
	font-size: medium;
	background-color: #006600;
	color: #FFFFFF;
}
a.foot_info_link:link {
	text-decoration: none;
}
a.foot_info_link:visited {
	text-decoration: none;
	background-color: #006600;
	color: #FFFFFF;
}
a.foot_info_link:hover {
	text-decoration: none;
	background-color: #006600;
	color: #BFFFBF;
}
a.foot_info_link:active {
	text-decoration: none;
	background-color: #006600;
	color: #FFFFFF;
}
a.foot_copyright_link {
	font-size: xx-small;
	background-color: #006600;
	color: #FFFFFF;
}
a.foot_copyright_link:link {
	text-decoration: none;
}
a.foot_copyright_link:visited {
	text-decoration: none;
	background-color: #006600;
	color: #FFFFFF;
}
a.foot_copyright_link:hover {
	text-decoration: none;
	background-color: #006600;
	color: #BFFFBF;
}
a.foot_copyright_link:active {
	text-decoration: none;
	background-color: #006600;
	color: #FFFFFF;
}

h1,h2,h3,h4,h5,h6 {
	color: #006600;
}
h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: large;
}
h4 {
	font-size: medium;
	text-align: center;
}
h5 {
	font-size: small;
	margin-top: 3px;
	margin-bottom: 2px;
}
h6 {
	font-size: x-small;
}
