* {
	margin: 0px;
	padding: 0px;
}
body{
	line-height : 170%;
	font-size : 80%;
	color: #333333;
	background-image: url(images/bg.jpg);
}
#container {
	width: 780px;
	text-align: left;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border-top: 4px solid #ffcccc;
	position: relative;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#header {
	height: 85px;
}
#headerleft {
	padding: 15px 10px 10px 20px;
	float: left;
	width: 450px;
	height: 60px;
}
#headerright {
	padding: 10px 10px 10px 0px;
	float: right;
	width: 290px;
	height: 60px;
}
#topmenu {
	clear: both;
}
#wrapper {
	float: left;
	background-repeat: repeat-y;
	background-image: url(images/container_bg.gif);
	clear: both;
}
#menu {
	padding: 10px 10px;
	float: left;
	width: 190px;
	background-image: url(images/container_bg.png);
	background-repeat: repeat-y;
}
#toppage_main {
	float: right;
	width: 570px;
	padding: 0px 0px 10px 0px;
}
#subpage_main {
	float: right;
	width: 530px;
	padding: 10px 19px;
}
#footer {
	text-align: right;
	clear: both;
	padding: 8px 10px;
	border-top: 1px solid #cccccc;
}
#information {
	line-height : 160%;
	font-size : 100%;
	background-color:#FFFFFF;
	padding: 10px;
}
#topmenu ul {
}
#topmenu ul li {
	float: left;
	width: 111px;
	text-align: center;
	list-style: none;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	font-size: 100%;
	background-image: url(images/menu_bg.jpg);
}
#topmenu ul li.right {
	float: left;

	width: 110.px;
	text-align: center;
	list-style: none;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	width: 114px;
}
#topmenu ul li a{
	text-decoration: none;
	display: block;
    color: #666666;
}
#topmenu a:hover {
	background-image: url(images/menu_bg_hover.jpg);
}
.menubar {
	padding-left: 10px;
	color: #666666;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	background-image: url(images/menubar.gif);
}
#menu ul {
	background-color: #FFFFFF;
}
#menu ul li {
	font-weight: bold;
	color: #333333;
	text-indent: 30px;
	list-style-type: none;
	line-height: 35px;
	background-image: url(images/menu_li.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom: 1px dotted #cccccc;
}
#menu ul li a {
	color: #666666;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #FF6699;
	text-decoration: underline;
}
.toppage_padding {
	padding: 10px 20px;
}
a:link {
    color:#FF3366;
}
a:visited {
    color:#FF3366;
}
a:hover {
	color:#FF0000;
}
a:active {
	color:#FF0000;
}
H1,H2,H3,H4 {
    font-size : 13px;
    font-weight : normal;
    margin-bottom: 0px
;}
.entry {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	text-indent: 15px;
	font-size: 100%;
	color: #FF6666;
	background-image: url(images/entrybar.jpg);
	line-height: 30px;
}
.subentry {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	text-indent: 15px;
	font-size: 100%;
	color: #FF6666;
	background-image: url(images/subentry.jpg);
	line-height: 30px;
}
.thirdentry {
	margin-top: 5px;
	text-indent: 10px;
	margin-bottom: 5px;
	color: #FF6666;
	font-weight: bold;
	font-size: 100%;
	background-color: #f4f4f4;
	line-height: 25px;
}
.red {
	color: #FF0000;
}
.redbold {
	color: #FF0000;
	font-weight: bold;
}
.bluebold {
	color: #000099;
	font-weight: bold;
}
.tableborder{
    border-collapse: collapse;
    border: 1px solid #cccccc;
}
.tableborder td{
	border: 1px solid #cccccc;
	padding: 4px;
}
.dottedbox {
	border: 1px dotted #ff0000.;
	padding: 5px 10px;
	background-color: #FFFFDF;
	border: 1px dotted #666666;
}
.clear {
	clear: both;
}
.menu_wh{
	background-color: #FFFFCC;
	font-weight: bold;
}
