body{
	background-color: #a7a48d;
	font-family: sans-serif;
	font-size: medium;
	color:#0a1529 ;
}


#allcontent{
	height : 1000px;
	width: 620px;
	background-position:right;
	margin-left: auto;
	margin-right: auto;
	}
	
#bodycontent{
	height: 800px;
	background-image: url(Images/midBG.jpg);
	background-repeat: repeat-y;
	background-position: right;
	}
h3{
	font-size: 115%;
}

h4{
	font-size: 105%;
	margin-top: 0px;
}
	
#foot{
	height: 80px;
	background-image:url(Images/footBG.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	text-align: center;
	font-size: 80%;
	color: #6b684c;
	}

#foot p {
	margin: 0px;
}
	
#head{
	height: 110px;
	background-image:url(Images/headBG.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	line-height: 0px;
	}


.imageHolder {
	text-align: right;
	line-height: 0px;
	margin: 0px;
}

a img{
	border: none;
}

#topBanner {

	margin: 0px;
	margin-right: 50px;
	border: none;
}

#sidebanner{
	width : 103px;
	float: left;
	line-height: 0px;
}

.date{
	font-weight: bold;
}


.button {
	margin-top: 10px;
	padding: 0px;
	border: 0px;
}

#sideLinks{
	margin: 0px;
	margin-top: 10px;
	background: url(Images/SideLinks.png);
	width: 103px;
	height: 323px;
}

#Update h3{
	margin : 0px;
	color: #0a1529;
}

#Update {
	text-align: center;
	margin-left: 120px;
	margin-right: 45px;
	font-family: sans-serif;
}

#Update p.imageHolder{
	height: 200px;
	text-align: center;
}

#news {
	margin-left: 145px;
	margin-right: 65px;
	text-align: center;
	color: #0a1529;
}

#news p {
	border: #0a1529 solid;
	background-color:#a7a48d;
	color : #ffffff;
	padding: 15px;
	font-size: 90%;
	margin-top: 15px;
	margin-bottom: 15px;
}

ul.sidebar {
	list-style: none;
	margin: 0;
	text-indent: 0px;
	padding: 5px;
	line-height: 30px;
	font-size: 80%;
	}

a {
	font-weight: bold;
	text-decoration: none;
}

a:link{
	color: white;
}

a:visited{
	color: gray;
}

.ie6 #allcontent{
	width: 610px;
	text-align: right;
	background-position: right;
	
}



.ie6 #topBanner{
	margin-right: 30px;
}

.ie6 #foot {
		background-image:url(Images/footBGIE.jpg);
}

.ie6 #bodycontent{
	background-image: url(Images/midBGIE.jpg);
}

.ie6 #head{
	background-image: url(Images/headBGIE.jpg);
}

.ie6 #sideLinks{
	background-image: url(Images/SideLinks.jpg);
}


.ie7 #Update, .ie7 #news{
	margin-left: 40px;
}

.ie7 #sidebanner {
	background-image: url(Images/SideBG.jpg);
	background-repeat: repeat-y;
	height: 910px;
}


