/* CSS Document */

body {
	background-color:#1A1D22;
	text-align:center;
	margin-top:0px;
}

p, a, .news_header, .news_body, .news_top{
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
}

p {
	color:black;
}

a {
	color:#989681;
	text-decoration:none;
}

a:hover {
	color:#484D6A;
}

table {
	margin-left:auto;
	margin-right:auto;
}

.top_blue {
	background-color:#484D6A;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	
	text-transform:uppercase;
	text-align:left;
	font-weight:bold;
	color:white;
}

.top_blue a {
	color:white;
	text-decoration:none;
}

.top_blue a:hover {
	color:#989681;
}

.menu {
	background-color:white;
}

.body_text {
	padding:10px;
	background-color:white;
	
	text-align:justify;
}

.body_text_sub {
	padding:10px;
	background-color:white;
	
	text-align:justify;
}

.body_header {
	font-family:times, serif;
	font-size:18px;
	font-weight:bold;
	color:#989681;
	text-transform:uppercase;
}

.right_column {
	border-left:1px solid #989681;
	background-color:white;
}

.news_top {
	padding:10px;
	text-transform:uppercase;
	background-color:#989681;
	color:white;
	font-weight:bold;
}

.news_body {
	padding:10px;
	text-align:left;
	background-color:white;
}

.news_body a {
	color:#989681;
	text-decoration:none;
}

.news_body a:hover {
	color:#1A1D22;
}

.news {
	padding:10px;
	background-color:white;
}

.news_header {
	padding:10px;
	font-weight:bold;
	color:#494C5D;
	text-transform:uppercase;
	text-align:left;
}
		
.footer {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	
	color:#989681;
	text-decoration:none;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
}

.footer a:hover {
	color:white;
}

.directory {
	font-size:12px;
	color:#494C5D;
}

.directory a {
	text-decoration:none;
}

.directory a:hover {
	color:#989681;
	text-decoration:none;
	font-weight:bold;
}