* {
	margin: 0px;
	padding: 0px;
}
body{
	line-height : 180%;
	font-size : 90%;
	color: #333333;
	background-color: #000000;
}
#container {
	width: 780px;
	text-align: left;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#header {
	height: 65px;
	border-bottom: 4px solid #990033;
	background-image: url(images/header_bg2.jpg);
}
#headerleft {
	padding: 15px 10px 10px 20px;
	float: left;
	width: 590px;
	height: 18px;
	font-size: 90%;
}
#headerright {
	float: right;
	width: 130px;
	text-align: right;
	padding: 35px 15px 0px 15px;
	font-size: 80%;
}
#wrapper {
	float: left;
	background-image: url(images/container_bg.gif);
	background-repeat: repeat-y;
	clear: both;
}
#menu {
	padding: 10px 10px;
	float: left;
	width: 190px;
	background-repeat: repeat-y;
	background-image: url(images/container_bg.gif);
}
#main {
	float: right;
	width: 540px;
	padding: 10px 15px 10px 15px;
}
#footer {
	text-align: center;
	clear: both;
	padding: 5px 10px;
	border-top: 1px solid #cccccc;
	background-color: #000033;
	color: #FFFFFF;
}
.menubar {
	padding-left: 10px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	font-size: 110%;
	background-image: url(images/menu_bg.gif);
	margin-top: 5px;
}
#headerright a {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
#headerright a:hover {
	text-decoration: underline;
	color: #003399;
}
#topimage {
	clear: both;
	background-color: #FFFFFF;
	height: 330px;
	padding: 0px 0px 10px 0px;
}
#menu ul {
	border: 1px solid #cccccc;
}
#menu ul li {
	text-indent: 30px;
	list-style-type: none;
	line-height: 35px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #000066;
	background-color: #FFFFFF;
	background-image: url(images/menu_li.jpg);
	background-position: 0px 0px;
	display: block;
}
#menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#menu ul li a:hover {
	color: #CC0000;
	text-decoration: none;
	background-image: url(images/menu_li.jpg);
}
a:link {
    color:#003399;
}
a:visited {
    color:#003399;
}
a:hover {
	color:#990000;
}
a:active {
	color:#990000;
}
h1,h2,h3,h4 {
    font-size : 100%;
    font-weight : normal;
    margin-bottom: 0px
}
.entry {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	text-indent: 25px;
	font-size: 110%;
	background-image: url(images/entrybar.gif);
	line-height: 30px;
}
.subentry {
	margin-top: 5px;
	text-indent: 10px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
	background-color: #990033;
	line-height: 25px;
	border: 1px solid #999999;
}
.big {
	font-size: 140%;
}
.red {
	color: #CC0000;
}
.redbold {
	color: #CC0000;
	font-weight: bold;
}
.tableborder{
    border-collapse: collapse;
    border: 1px solid #cccccc;
}
.tableborder td{
	border: 1px solid #cccccc;
	padding: 4px;
}
#menu .box {
	border: 1px solid #f4f4f4;
	padding: 10px 10px;
	background-color: #FFFFFF;
}
.box {
	border: 1px solid #d1d1d1;
	padding: 10px 10px;
	background-color: #FFFFFF;
}
.dottedbox {
	padding: 10px 10px;
	background-color: #FFFFCC;
	border: 1px dotted #006600;
}
.clear {
	clear: both;
}
.imageleft {
	float: left;
	padding: 0px 10px 10px 0px;
}
.imageright {
	float: right;
	padding: 0px 0px 10px 10px;
}
