/* CSS Document */
body {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
	background-image: url(images/background2.gif);
	background-color: #586878;
	background-repeat: repeat;
}

#box{
	padding: 10px 0px 0px 0px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;	
}

#menu {
	float:left;
	width: 208px;
	margin: 0px;
	padding: 0px;
}

#content {
	border: 1px solid #666666;
	float: right;
	width: 440px;
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
}

#footer{
	clear:both;
	width: 650px;
	padding: 15px 0px 0px 0px;
}

.title {
	font-family: "Book Antiqua" ,"Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #36404A;
	margin-left: 15px;
}

.cbold {
	font-weight: bold;
	color: #36404A;
}


.newstitle {
	font-family: "Book Antiqua" ,"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #B71111;
}

.bodyText {
	margin-left: 15px;
}

.hrule {
	margin-left: 8px;
	margin-top: 5px;
}

.tableCred {
	margin-left: 15px;
}
a:link {
	color: #B71111;
}
a:visited {
	color: #9A0E0E;
}
a:hover {
	color: #36404A;
}
a:active {
	color: #B71111;
}

li{
	margin-left: 15px;
}
.forminput input {
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif, "Book Antiqua";
	font-size: 12px;
}
.formtexta textarea {
	font-family: "Times New Roman", Times, serif, "Book Antiqua";
	font-size: 12px;
	background-color: #FFFFFF;
}
.button input{
	font-family: "Times New Roman", Times, serif, "Book Antiqua";
	font-weight: bold;
	color: #FFFFFF;
	background-color: #36404A;
}
.copyright {
	font-family: "Times New Roman", Times, serif, "Book Antiqua";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}

.version {
	color: #FFFFFF;
}
.version a:link {
	color: #FFFFFF;
}
.version a:visited {
	color: #FFFFFF;
}
.version a:hover {
	color: #FFFFFF;
}
.version a:active {
	color: #FFFFFF;
}