body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #0055A5;
	/*background-image: url(images/bg.gif);*/
	background-position: center;
	background-attachment: fixed;
	font-size: small;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: large;
	font-weight: normal;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
h2 {
	font-size: large;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
	font-style: italic;
}
p {
	text-align: justify;
}
img {
	padding: 25px;
	border: 1px solid #35379B;
}
img.bg {
    /* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	border: none;
	padding: 0px;
	margin: 0px;	
}
table {
	margin-top: 20px;
	width: 600px;
	margin-bottom: 20px;
}
table p {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
td {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
#menu2 ul{
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#menu2 ul li{
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: medium solid #35379B;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}
#border {
	margin: 2px;
	border: medium solid #35379B;
	background-color: #FFFFFF;
}
#header {
	background-image: url(images/flourishtop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	text-align: center;
}
#menu {
	text-align: center;
}
#content {
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 20px;
	border: 1px solid #35379B;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
	padding-bottom: 50px;
}
#footer {
	font-size: xx-small;
	text-align: center;
	height: 50px;
	padding-top: 30px;
	background-image: url(images/flourishbottom.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#footer img {
	margin-top: 10px;
}
#notice {
	color: #F00;
	font-weight: bold;
	width: 600px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	color: #0055A5;
	text-decoration: underline;
}
a:visited {
	color: #0055A5;
	text-decoration: underline;
}
a:hover {
	color: #0055A5;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.centre {
	text-align: center;
}

.right {
	text-align: right;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
.highlight {
	color: #FF0000;
}
.kennedy {
	background-image: url(images/kennedy.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

