body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align:justify;
	background-color: #FFFFFF;
	padding : 5px 5px 5px 5px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	color: #DD3333;
	}
h1 a, a:visited{
	color: #DD3333;
	text-decoration: underline;

}
h1 a:HOVER {
	color: #551A8B;
	text-decoration: underline;

}

h1{
        padding-bottom : 1px;
        padding-left : 1px;
        padding-right : 1px;
        padding-top : 1px;
        font-style : normal;
	font-size: 36px;
	font-weight: bold;
	text-align: center; 
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}


h2 {	
	font-size: 14px;
	text-align: center;
	vertical-align: top;
}

h3 {	
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
}
.centre {
	text-align: center;
}


h5 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}


a {
	text-decoration: none;
}

li	{
text-align:left;
}
	
	
/* #header is the logo and menu at the top of each page */
#header {
	background-color:#000000;
	background-image: url(/headergraphic.jpg);
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	background-position: top;
	background-repeat: no-repeat;	
	text-align:center;
}

#header a {	
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

#header img {
	margin-right:60px;
}

#header a:hover {	
	color: #FFFF66;
	
}

table.outertable {
	background-color: #FFFFFF;
	width: 770px;
	margin: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.menutext {	
	font-size: 10px;
}


.midlevelheading {	
	font-size: 20px;
}

.withborder {
	border-top: thin solid #000000;
	border-right: thin solid #000000;
	border-bottom: thin solid #000000;
	border-left: thin solid #000000;
}

.banner {
	border-top: thin solid #000000;
	border-right: thin none #000000;
	border-bottom: thin solid #000000;
	border-left: thin none #000000;
	margin: 0px;
	background-color: #DD3333;
	color: #000000;
}

.alert {	
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.alert2 {	
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	border-top: thin solid #000000;
	border-right: thin none #000000;
	border-bottom: thin solid #000000;
	border-left: thin none #000000;
	text-align: center;
	vertical-align: middle;
}
.listoptioncenter {	
	font-size: 16px;
	font-weight: bolder;
	color: #0000CC;
}

.leftaligntitle {	
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}


.photocaption {	
	font-size: 12px;
}

table.grid {
	border-collapse: collapse;
}

table.grid td {
	border: thin solid #000000;
	text-align: left;
	margin: 0px;
	padding: 3px;
}
a img.button {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.picture {
	width: 20%;
	float: right;
	margin : 5px 5px 5px 5px;
}

.content {
	width: 80%
	float left;
}


