@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background-color: #efefef;
	margin: 15px;
	background-image: url(img/bg_bar.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
hr {
    background-color:#CCCCCC;
    color:#CCCCCC;
    border: #CCCCCC;
    height: 1px;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
}
#main {
	width: 920px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	background-image: url(img/bg_line.gif);
	background-repeat: repeat-y;
	background-position: 220px 0px;
}
#left {
	width: 220px;
	float: left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#navigation a:link {
	color: #000000;
	text-decoration: none;
}
#navigation a:visited {
	color: #000000;
	text-decoration: none;
}
#navigation a:hover {
	color: #62000b;
	text-decoration: none;
}
#navigation a:active {
	color: #000000;
	text-decoration: none;
}
.navigation_point_1 {
	background-color: #F9F9F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #62000b;
	padding: 5px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #62000b;
	margin-top: 3px;
	margin-left: 1px;
	font-weight: bold;
	font-variant: small-caps;
}
.navigation_point_2 {
	background-color: #F9F9F9;
	margin-left: 9px;
	font-size: 11px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	list-style-type: square;
	list-style-position: inside;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.navigation_point_3 {
	background-color: #F9F9F9;
	margin-left: 9px;
	font-size: 11px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 22px;
	list-style-type: square;
	list-style-position: inside;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#right {
	background-color: #FFFFFF;
	float: right;
	width: 699px;
}
#sidenavigation {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #62000b;
}
#sidenavigation a:link {
	color: #62000b;
	text-decoration: none;
}
#sidenavigation a:visited {
	color: #62000b;
	text-decoration: none;
}
#sidenavigation a:hover {
	color: #62000b;
	text-decoration: underline;
}
#sidenavigation a:active {
	color: #62000b;
	text-decoration: none;
}
.sidenavigation_link {
	padding-right: 10px;
	padding-left: 10px;
}
.sidenavigation_link_nomargin {
	padding-right: 0px;
	padding-left: 0px;
}
#header {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	height: 200px;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	margin: 20px;
}
#content h1 {
	font-size: 16px;
	color: #62000b;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
}
#content h2 {
	font-size: 12px;
	color: #62000b;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
}
#content td {
	text-align: justify;
}
#bottom {
	clear: both;
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	margin: 10px;
}
#content a:link {
	color: #000000;
	text-decoration: underline;
}
#content a:visited {
	color: #000000;
	text-decoration: underline;
}
#content a:hover {
	color: #62000b;
	text-decoration: underline;
}
#content a:active {
	color: #000000;
	text-decoration: underline;
}

