body
{
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Lucida, Arial, Helvetica, sans-serif;
    margin: 10px 30px 10px 30px;
}

#topBanner
{
    background-color: #a7b375;
    text-align: right;
    width: 100%;
    top: -100px;
    left: 0px;
    position:absolute;
}
#topBannerLower
{
    padding-top: 10px;
    text-align: center;
    width: 100%;
    margin-top: 39px;
}
#mainMenu
{
    background-color: #a7b375;
	padding: 13px;
	margin: 10px 0px 5px 0px;
}
#mainMenu a:link, #mainMenu a:visited, #mainMenu a:active {
	background-color: #a7b375;
	padding: 13px;
	text-decoration: none;
	color: #000000;
	font-size: large;
	margin: 0px 10px 0px 10px;
}
#mainMenu a:hover {
	padding: 13px;
	background-color: #d8e1a9;
	text-decoration: none;
	color: #FFFFFF;
	font-size: large;
	margin: 0px 10px 0px 10px;
}
#mainNews 
{
    background-color: #aaa697;
    padding: 2px 7px 10px 7px;
    top: -54px; /* Probably asking for a whole world of pain with cross browsers, text sizes and when you want to change the size of the menu but what the hey - it looks good :) */
    position: relative;
    border-left: solid 6px white;
    border-bottom: solid 6px white;
    margin-left: 6px;
}

#mainNews p {
	text-align: justify;
	font-size: small;
}
.textMiddle 
{
    text-align: center;
}
.fullWidth
{
    width: 100%;
}
h1 {
	padding: 4px;
	margin: 4px;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F7CB33;
}
.mainContent
{
    background-color: #d8e1a9;
    width: 100%;
    position: relative;
    padding: 8px;
    
    <!--[if IE]--> top: -6px;
    <!--[endif]-->
}
.mainContent p
{
    text-align: justify;
    padding-right: 10px;
}
