@charset "UTF-8";
/* CSS Document */
  
a:link {
	color: #000000;
	text-decoration : none;
	font-weight : bold;
}

a:visited {
	color : #000000;
	text-decoration : none;
	font-weight: bold;
}
a:hover {
	color : #999999;
	text-decoration : none;
	font-weight: bold;
}
#menu {
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	padding-top : 20px;
	width : 850px;
	clear : both;
	text-align : center;
	margin : 0 auto;
}
a.menu {
	color: #000000;
	background-color : #ffffff;
	padding : 25px 13px 5px 13px;
	text-decoration : none;
}
a.menu:hover {
	background-color : #cc0000;
	color : #ffffff;
}
#container {
	background-color : #ffffff;
	width : 850px;
	margin : 0 auto;
	text-align : left;
	height : 100%;
}
#content {
	width : 550px;
	padding-left : 24px;
	padding-right : 24px;
	border-left : 1px solid #999999;
	border-right : 1px solid #999999;
	margin-top : 30px;
	float : left;
	height : 100%;
}
#sidebarright {
	margin-top : 55px;
	margin-left : 0;
	text-align : left;
	height : 250px;
	width : 125px;
	float : right;
	height : 100%;
}
#sidebarleft {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 11px;
	line-height : 16px;
	margin-top : 38px;
	margin-right : 0;
	text-align : left;
	width : 125px;
	float : left;
	height : 100%;
}
#footer {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 11px;
	width : 850px;
	clear : both;
	text-align : center;
	padding-top : 50px;
	padding-bottom : 15px;
	float : left;
	height : 100%;
}
h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 28px;
	color : #000000;
	letter-spacing : -2px;
}
h2 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-weight : bold;
	font-size : 12px;
	color : #cc0000;
	border-top : 1px dotted #000000;
	border-bottom : 1px dotted #000000;
	padding-top : 2px;
	padding-bottom : 2px;
	margin-bottom : 10px;
	width : 220px;
}
h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 18px;
	letter-spacing : -1px;
	color : #cc0000;
	border-top : 1px dotted #000000;
	border-bottom : 1px dotted #000000;
	padding-top : 5px;
	padding-bottom : 5px;
	width : 95px;
}
h4 {
	border-top : 1px dotted #000000;
	padding-top : 10px;
}
h5 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 18px;
	letter-spacing : -1px;
	margin-bottom : 0;
	color : #cc0000;
	width : 200px;
}
h6 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 10px;
	font-weight : normal;
	margin : 0 0 0 0;
}
p {
	line-height : 16px;
}
body {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 12px;
}
hr {
	border : 0;
	height : 1px;
	color : #999999;
}
.style1 {
	color : #cc0000;
}
.style2 {
	font-size : 9px;
}
.style3 {
	font-size : 11px;
}
.menupage {
	background-color : #cc0000;
	color : #ffffff;
	padding : 25px 13px 5px 13px;
	text-decoration : none;
}
.box {
border: 1px #999999 dotted;
}