body {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../pics/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
	border: 0px;
}

a:link {color: #fff; text-decoration: none; background-color: #BF2725;}
a:visited {color: #fff; text-decoration: none; background-color: #BF2725;}
a:hover {color: #fff; text-decoration: none; background-color: #912558;}
a:active {color: #fff; text-decoration: none;}


#all {
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
}

#content {
	float: none;
	clear: both;
	margin-top: 380px;
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	margin-bottom: 10px;
}

#navlist {
	margin-left: auto;
	margin-right: auto;
	height:40px;
	width:600px;
	text-align: center;
	margin-bottom: 30px;
}

#navlist ul, #navlist li {
	display: inline;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 2px;
}

#navlist a:link, #navlist a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	margin-right: 8px;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	background-color: #000;
}

#navlist a:link, #navlist a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	margin-right: 8px;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	background-color: #912558;
}


#column1 {
	float: left;
	width: 45%;
	margin-left:5%;
}
#column2 {
	float: left;
	width: 45%;
	margin-left:5%;
}

#content table {
	margin:10px 0px 0px 10px;
	border:solid 1px #fff;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin:20px 10px 10px 10px;
	border-style:none none dotted none; 
	border-width:1px;
	border-color:#999;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin:20px 10px 10px 10px;
	border-style:none none dotted none; 
	border-width:1px;
	border-color:#999;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin:20px 10px 10px 10px;
	border-style:none none dotted none; 
	border-width:1px;
	border-color:#999;
}

#column2 ul {
	color: #fff;
	margin:10px 0px 20px 10px;
}

#column2 li {
	color: #fff;
	list-style-position: outside;
	margin:10px 0px 2px 4px;
}

#column1 ul {
	color: #fff;
	margin:10px 0px 20px 10px;
}

#column1 li {
	color: #fff;
	list-style-position: outside;
	margin:10px 0px 2px 4px;
}

#column1 p {
	font-size: 13px;
	line-height: 16px;
	margin:10px 0px 0px 10px;
	color: #fff;
}

#newsarchive p {
	font-size: 13px;
	line-height: 16px;
	margin:10px 0px 0px 10px;
	color: #fff;
}

#column2 p {
	font-size: 13px;
	line-height: 16px;
	margin:10px 0px 0px 10px;
	color: #fff;
}
#footer {
	float: none;
	clear: both;
	bottom: 10px;
	font-size: 12px;
	color: #fff;
	width:650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border-style:dotted none none none; 
	border-width:1px;
	border-color:#999;
	height:50px;
	margin-bottom: 10px;
}

#newsarchive {
	float: left;
	width: 80%;
	margin-left: 20px;
}

#news {

	//display: block;
	//overflow: auto;
	//height: 400px;

	width: auto;
	margin: 0px;
	padding: 0px;
}

