/* CSS Document */
body{
background-color:#336633;
}
.keywords {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: 336633;
}
#pageHeader h1 {
	height: 216px;
	text-align: center;
	background-image: url(../banner.jpg);
	background-repeat: no-repeat;
}
#pageHeader h1 span {
	display:none;
}
p {
	font-size : medium;
	font-style : normal;
	font-weight : normal;
	color : #FFFF33;
}
H1{
	font-size : 50px;
	font-style : normal;
	font-weight : normal;
	color : #FFFF33;
}
H2{
		font-size : x-large;
	font-style : normal;
	font-weight : normal;
	color : #FFFF33;	
}
.menu{
	font-size : xx-large;
	font-style : normal;
	font-weight : normal;
	color : #FFFF33;
	text-align: center;
	/*text-align : center;*/
	}
.footer{
	font-size : 9px;
	font-style : normal;
	font-weight : normal;
	color : #FFFF33;
	text-align : center;
}
a:link {
	font-style: italic;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none
}
a:visited {
	font-style: italic;
	font-weight: bold;
	color: #FFFF99;
	text-decoration: none
}
a:active {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none
}
.centre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	margin: 5px;
	padding: 5px;
}
a:hover {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline
}
.newsBox {
	height: 600px;
	width: 375px;
	overflow: auto;
}
.newsFoot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FF9966;
}

.newsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336633;
	background-color: #FFFF00;
	text-align: left;
	margin: 3px;
	padding: 3px;
	border: thin ridge #33CC33;
}
.newsHeader a {
	color: #000000;
}
.newsHeader a:hover {
	color: #666666;
}
.newsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFCC00;
}
.newsDescription {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFF33;
}
.articleBox {

	height: 600px;
	overflow: auto;
}
