body {
background-image:url(images/newWebSiteBackground.png);
	background-repeat: no-repeat;
	background-color: #600001;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFCC00;
	margin-bottom:15px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFCC00;
	margin-bottom:15px;
}


h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	list-style-type: disc;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	list-style-type: disc;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFCC00;
	text-decoration: underline;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFCC00;
	text-decoration:underline;
}

li {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom:8px;
	
}


.TableText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

.PageWrapper {
	text-align:center;
	width:100%;
}

.ContentWrapper {
	width:100%;
	text-align:center;
}

.ContentTable {
	width:1200px;
	padding:3px;
	margin:2px;
	border: solid;
	border-width: 2px;
	border-color:#333333;
	background-color:#666666;
	/*background-color:#1C1C1C;*/
	text-align:center;
}

.Header {
	width:1200px;
	text-align:center;
	height: 260px;
}
.MenuBar {
	/*background-image:url(images/ButtonBarBackground.png); */
	text-align:center;
	width:1200px;
	height: 60px;
}

.PageContentWrapper {
	width:1200px;
	text-align:center;
}

.SubMenuNewsBox {
	width:20%;
	padding:10px;
	margin:0px;
	background-color:#000000;
	text-align:left;
	vertical-align:top;
}

.SubContentBox {
	width:auto;
	padding:10px;
	margin:0px;
	background-color:#333333;
	text-align:left;
	vertical-align:top;
}

td.image-cell{text-align:center;}

.SubImageBox {
	width:186px;
	height:200px;
	padding:10px;
	margin:0px;
	background-color:#000000;
	text-align:center;
	vertical-align:top;
}

.Footer {
	width:1196px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#333333;
	text-align:center;
	vertical-align:middle;
}

