body {
	color: #000099;
	text-align: center;
	margin: 5px;
	background-color: #003366;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
html, body { /* saves you from the "centering jump" on short pages */
		margin-bottom: 1px;
}
p {
	font-size: 80%;
}

/* holder styles */
#holder {
	width: 771px; /* This image creates the three column faux effect */
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/mainback.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: thin solid #990000;
}

/* header styles */
#header {
	background-color: #003399;
	background-image: url(../images/maintitle.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100px;
	width: 771px;
}
.callout {
	color: #003366;
	margin: 0;
	padding: 20px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	}

/* navigation styles */
#nav {
	width: 770px; /* side padding is added to total width above for a 160px "real total" */
	background-color: #003399;
	position: absolute;
	height: 27px;
}
#nav a:link { 
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited { 
	color: #666;
}
#nav a:hover, #nav a:active, #nav a:focus {  
	color: #333;
}

/* content styles */
#content {
	margin-top: 30px;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 5px;
	padding: 10px;
}
#content p {
	line-height: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000099;
}
#imageleft {
	float: left;
	height: auto;
	width: auto;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
}
#imageright {
	float: right;
	height: auto;
	width: auto;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
}
/* third column styles */
#news {
	float: right;
	width: 140px;
	padding-top: 20px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#news p {
}
.newstitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	color: #FFFF99;
}
.newscont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 65%;
	color: #FFFFFF;
}
.newslink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: italic;
	text-align: right;
}

/* footer styles */
#footer {
	padding: 5px;
	border-top: 1px solid #877D6C;
	font-size: 80%;
	color: #6699FF;  /* This background color covers the faux column effect that spans the entire holder div */
	background-color: #0033CC;
}

/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
a {
color:#FF0000;
}
a:hover, a:focus {
color:#0099FF;
text-decoration:none;
}
.bold {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}
#holder #content #contentleft {
	width: 290px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	float: left;
}
#holder #content #contentright {
	float: right;
	width: 275px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#holder #content #line {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #003366;
}
.boldright {
	font-size: 70%;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
#imagecentre {
	padding: 10px;
}
.largeletter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bolder;
	color: #FF0000;
	font-size: 125%;
}
#contentleft {
	float: left;
	width: 290px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#contentright {
	float: right;
	width: 275px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
