* {
	margin: 0px;
	padding: 0px;
}
body{
	line-height : 180%;
	font-size : 85%;
	color: #0066CC;
	background-color: #f1f1f1;
}
#container {
	width: 780px;
	text-align: left;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border-top: 4px solid #0066cc;
	position: relative;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#header {
	height: 78px;
	background-image : url(header_bg.jpg);
}
#headerleft {
	padding: 10px 0px 10px 20px;
	float: left;
	width: 270px;
	height: 58px;
}
#headerright {
	padding: 10px 20px 0px 0px;
	float: right;
	width: 470px;
	text-align: right;
	height: 60px;
}
#menu {
	clear: both;
	width: 780px;
}
#main {
	width: 750px;
	padding: 10px 15px;
	clear: both;
}
#footer {
	text-align: right;
	clear: both;
	padding: 5px 10px;
	border-top: 1px solid #cccccc;
	background-color: #e9e9e9;
}
#information {
	line-height : 160%;
	font-size : 100%;
	background-color:#FFFFFF;
	padding: 10px;
}
#menu ul {
}
#menu ul li {
	float: left;
	width: 98px;
	text-align: center;
	list-style: none;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	font-size: 90%;
	background-image : url(menu_bg.jpg);
}
#menu ul li.right {
	float: left;

	width: 110.px;
	text-align: center;
	list-style: none;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	width: 94px;
}
#menu ul li a{
	text-decoration: none;
	display: block;
    color: #0066CC;
}
#menu a:hover {
	background-image : url(menu_bg_hover.jpg);
}
a:link {
    color:#003399;
}
a:visited {
    color:#003399;
}
a:hover {
	color:#FF0000;
}
a:active {
	color:#FF0000;
}
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: 15px;
	font-size: 110%;
	color: #0066CC;
	background-image : url(entrybar.jpg);
	line-height: 30px;
}
.subentry {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	text-indent: 15px;
	font-size: 100%;
	color: #0066CC;
	background-image : url(subentry.jpg);
	line-height: 30px;
}
.thirdentry {
	margin-top: 5px;
	text-indent: 10px;
	margin-bottom: 5px;
	color: #0066CC;
	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;
}
.big {
	font-size: 130%;
	line-height: 200%;
	font-weight: bold;
}
.tableborder{
    border-collapse: collapse;
    border: 1px solid #cccccc;
}
.tableborder td{
	border: 1px solid #cccccc;
	padding: 4px;
}
.box {
	border: 1px solid #cccccc;
	padding: 10px 10px;
	background-color: #FFFFFF;
}
.clear {
	clear: both;
}
.menu_wh{
	background-color: #FFFFCC;
	font-weight: bold;
}
.imageleft {
	padding: 0px 10px 10px 0px;
	float: left;
}
.imageright {
	padding: 0px 0px 10px 10px;
	float: right;
}
