body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../_images/interface/bgr_page.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-bottom: 20px;
	margin: 0px;
}
#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../_images/interface/bgr_content.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#masthead {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #7E1818;
}
#navigation{
	background-color: #AE2223;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D02828;
	border-bottom-color: #7E1818;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#navigation a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 70%;
	padding-right: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}
#navigation a:hover {
	color: #CCCCCC;
}
#content {
	margin-right: 55px;
	margin-left: 55px;
}
#heading {
	padding-top: 5px;
}
h1,h2,h3 {
	font-style: oblique;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
}
h1 {
	font-size: 160%;
	text-transform: uppercase;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 100%;
}
hr {
	color: #FFFFFF;
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
#text {
	font-size: 80%;
	line-height: 25px;
	margin-top: 25px;
}
#text a {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
#text a:hover {
	color: #AE2223;
}
ul {
	list-style-type: square;
}
.img {
	border: 8px solid #CCCCCC;
}

#imgRight {
	float: right;
	margin-bottom: 5px;
	margin-left: 40px;

}
#imgLeft {
	float: left;
	margin-bottom: 5px;
	margin-right: 40px;
}
.imgRight {
	border: 8px solid #CCCCCC;
	float: right;
	margin-bottom: 15px;
	margin-left: 40px;
}
.imgLeft {
	border: 8px solid #CCCCCC;
	float: left;
	margin-bottom: 15px;
	margin-right: 40px;
}
#caption {
	/* font-style: italic; IE */
	font-size: 90%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer {
	filter: alpha(opacity=60);
	zoom: 1;
	background-color: #F3F3F3;
	font-size: 70%;
	margin-top: 20px;
	border: 1px dotted #CCCCCC;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: right;
}
#footer a {
	text-decoration: underline;
	color: #000000;
}
#footer a:hover {
	color: #AE2223;
}
#crest {
	text-align: center;
	margin-top: 20px;
}
.access {
	display: none;
}
.accesstext {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	top: -50em;
}

/* EXTRA WARD SPECIFIC STYLES */

#text blockquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}
