/* CSS Document */
body {
	background-color: #000000;
	padding:0;
	margin:0;
	margin-top: 10px;

}
div#wrapper {
	text-align: center;
	width: 768px;
	height: 500px;
	margin: 0px auto;
padding: 0px;
}
div#wrapper img{
	text-align: center;
	margin-bottom: 0px;
}
div#main {
	width: 768px;
	height: 500px;
	outline-style: solid;
	outline-width: 3px;
	margin-left: 0px;
	border-top-color: #336699;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #336699;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	background-image: url(../images/newsbackground.jpg);
}

div#left {
	float: left;
	text-align: center;
	padding: 0;
	width: 50%;

}
div#left h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-left: 50px;
	margin-top: 15px;
	text-decoration: none;
	color: #993333;
}
div#left a{
	color: #993333;
}
div#left a:hover{
	color: #000000;
}
div#top {

}
div#top img{
	text-align: center;
	margin-bottom: 0px;
}
div#nav {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 11px;
	color: #FFFFFF;
	clear: left;
	color: #FFFFFF;
}
div#nav ul {
	text-align: left;
	text-decoration: none;
	margin: 0 0 0 20px;
	text-indent: 0px;
	padding: 0;
}
div#nav li {
	display: inline;
	text-decoration: none;
	color: #9A1A26;
	text-indent: 0px;
	margin-left: 0px;

}
div#nav a{
	font-size: 12px;
	color: #9A1A26;
	text-decoration: none;
}
div#nav a:hover{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	
}

div#clear {
	clear: left;
}

div#news {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
	width: 420px;
	float: left;
	margin-top: 10px;
}
div#news h5 {
	color: #FF0000;
	display: inline;
	text-align: right;
	font-size: 12px;
	outline-color: #000000;
	outline-width: thin;
	outline-style: solid;
}
div#news p {
	color: #000000;
	text-align: center;
	font-size: 14px;
	outline-color: #000000;
	outline-width: thin;
	outline-style: solid;
	margin-bottom: 0px;
	margin-top: 10px;
}
div#news hr {
	color: #1299A3;
	margin-top: 0px;

}
div#newslinks{
	width: 420px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	float: left;
	margin-top: 5px;


}
div#newslinks h1{
	font-size: 16px;
	padding-left: 30px;
	color: #3F5258;
	margin-top: 20px;
	margin-bottom: 20px;
}
div#newslinks p{
	font-size: 12px;
	color: #993333;
	padding-left: 30px;
	margin-bottom: 0px;
	margin-top: 10px;
}
div#newslinks h2{
	font-size: 10px;
	color: #993333;
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: 5px;
}
div#newslinks a{
	color: #993333;
}
div#newslinks a:hover{
	color: #000000;
}
div#contact {
	font-family: Arial, Helvetica, sans-serif;
	width: 430px;
	float: left;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-top: 55px;
}
div#contact p{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#contact a{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}
div#contact a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #9A1A26;
	font-size: 10px;
}

