* {
	margin: 0px;
	padding: 0px;
}
body{
	line-height : 170%;
	font-size : 80%;
	color: #333333;
}
#container {
	width: 850px;
	text-align: left;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #666666;
	position: relative;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin-top: 10px;
}
#header {
	height: 74px;
	border-bottom: 1px solid #666666;
	background-color: #FF9900;
}
#headerleft {
	padding: 15px 0px 15px 20px;
	float: left;
	width: 270px;
	height: 44px;
}
#headerright {
	padding: 15px 10px 0px 0px;
	float: right;
	width: 550px;
	text-align: right;
	height: 26px;
	color: #FFFFFF;
}
#wrapper {
	float: left;
	clear: both;
	width: 640px;
}
#menu {
	padding: 10px 10px;
	float: left;
	width: 190px;
}
#main {
	float: right;
	width: 400px;
	padding: 10px 14px;
}
#right {
	padding: 10px 10px;
	float: right;
	width: 190px;
}
#footer {
	text-align: center;
	clear: both;
	padding: 5px 10px;
	border-top: 1px solid #666666;
}
#headerright a {
	color: #FFFFFF;
}
.menubar {
	padding-left: 10px;
	color: #333333;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	background-image: url(images/menu_bg.gif);
	font-size: 100%;
}
#menu ul {
	background-color: #FFFFFF;
}
#menu ul li {
	font-weight: bold;
	color: #333333;
	text-indent: 25px;
	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: #003399;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #FF0000;
	text-decoration: underline;
}
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: 25px;
	font-size: 100%;
	color: #333333;
	background-image: url(images/entrybar.gif);
	line-height: 30px;
}
.subentry {
	margin-top: 5px;
	text-indent: 10px;
	margin-bottom: 5px;
	color: #333333;
	font-weight: bold;
	font-size: 100%;
	background-color: #ffffbf;
	line-height: 25px;
	border-bottom: 0px solid #ff6600;
}
.red {
	color: #CC0000;
}
.redbold {
	color: #CC0000;
	font-weight: bold;
}
.orange {
	color: #FF9933;
}
.green {
	color: #009900;
}
.tableborder{
    border-collapse: collapse;
    border: 1px solid #cccccc;
}
.tableborder td{
	border: 1px solid #cccccc;
	padding: 4px;
}
.box {
	padding: 10px 10px;
	background-color: #FFFFFF;
	line-height: 150%;
	border: 1px solid #cccccc;
}
.dottedbox {
	padding: 10px 10px;
	background-color: #FFFFFF;
	border: 1px dotted #666666;
}
.clear {
	clear: both;
}
.imageleft {
	padding: 10px 10px 10px 0px;
	float: left;
}
.imageright {
	padding: 10px 0px 10px 10px;
	float: right;
}

