body
{
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: black;
	background-color: #afb9c2;
}

/*	this is the outer box that includes all inner elements,
	including the surrounding shadow */
#outer
{
	border: none;
	width: 852px;
	text-align: center;
	background-color: #afb9c2;
	margin: 0 auto 0 auto;
}

#main
{
	background-color: #dce0e4;
}

#shadow-topleft
{
	border: none;
}

#shadow-top
{
	border: none;
	width: 794px;
	height: 29px;
	background-image: url("../images/shadow-top.gif");
	background-repeat: repeat-x;
}

#shadow-topright
{
	border: none;
}

#shadow-sideleft
{
	border: none;
	width: 29px;
	background-image: url("../images/shadow-sideleft.gif");
	background-repeat: repeat-y;
}

#shadow-sideright
{
	border: none;
	width: 29px;
	background-image: url("../images/shadow-sideright.gif");
	background-repeat: repeat-y;
}

#shadow-bottomleft
{
	border: none;
}

#shadow-bottom
{
	border: none;
	width: 794px;
	height: 29px;
	background-image: url("../images/shadow-bottom.gif");
	background-repeat: repeat-x;
}

#shadow-bottomright
{
	border: none;
}

/* the image across the top of the page */
#image-header
{
	width: 794px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.image-float-right
{
	float: right;
	margin-left: 8px;
}

/* the main heading just below the header image */
#page-header
{
	font-family: Verdana, Arial;
	font-size: 18pt;
	font-weight: bold;
	color: #aa272f;
	background-color: #dce0e4;
	height: 1.0em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	vertical-align: middle;
	/*border: solid 1px red;*/
}

#unofficial
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: 100;
	font-style: italic;
	color: #aa272f;
	background-color: #dce0e4;
	height: 1em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	vertical-align: middle;
	/*border: solid 1px red;*/
}

#menu_bar
{
	font-family: Verdana;
	font-size: 12pt;
	background-color: #000000;
	width: 540;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto 0 auto;
	padding: 0.5em 0 0.5em 0;
	color: #dce0e4;
}

#footer
{
	font-family: Arial;
	font-size: 8pt;
	background-color: #000000;
	text-align: left;
	vertical-align: middle;
	padding: 8px 0 8px 16px;
	color: #dce0e4;
}

#menu_bar ul
{
	margin: auto auto auto auto;
}

#menu_bar li
{
	display: inline;
	list-style-type: none;
	margin: 0 8px 0 8px;
}

a:link, a:visited, a:hover
{
	color: #0000ff;
	text-decoration: underline;
}

a.current-page:link, a.current-page:visited, a.current-page:hover
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#menu_bar a:link, #menu_bar a:visited
{
	color: #dce0e4;
	text-decoration: none;
	font-weight: bold;
}

#menu_bar a:hover
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

/* this is the box within which the main content is contained */
#content-main
{
	width: 500px;
	text-align: left;
	vertical-align: top;
	padding: 10px 10px 10px 12px;
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
	background-color: #ffffff;
}

#content-main h2
{
	font-family: Verdana, Arial;
	font-size: 14pt;
	color: #aa272f;
}

#side-bar
{
	background-color: #dce0e4;
	padding: 10px 8px 0 12px;
	border: none;
	font-family: Arial Narrow, Arial;
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
	color: Olive;
}

#side-bar:link, #side-bar:visited
{
	color: #0000ff;
	text-decoration: underline;
}

#side-bar h2
{
	font-family: Arial, Arial Narrow;
	font-size: 14pt;
	color: #aa272f;
}

#clear
{
	clear: both;
	height: 0;
}

#page_unavailable
{
	border: solid 2px #0000ff;
	padding: 8px 8px 8px 8px;
	vertical-align: middle;
	text-align: center;
	background-color: Yellow;
	color: #0000ff;
	font-family: Arial Narrow;
	font-size: 9pt;
	font-weight:normal 100;
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: url("../images/no-go.cur");
}

.note
{
	font-family: Verdana, Arial;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	color: #aa272f;
	padding: 4px 4px 4px 4px;
	border: solid 1px #666666;
	background-color: #eeeeee;
}

.note-link:link, .note-link:visited, .note-link:hover
{
	color: #0000ff;
	text-decoration: underline;
}

a.link, a.link:visited
{
	color: #0000ff;
	text-decoration: underline;
}
#contact-administrator
{
	text-align: left;
	font-family: Arial Narrow, Arial;
	font-size: 10pt;
	line-height: 1em;
}

#contacts_div
{
	border: none;
	height: 600px;
	width: 100%;
}

#contacts_iframe
{
	height: 100%;
	width: 100%;
}

#contacts_iframe:link, #contacts_iframe:visited
{
	color: #0000ff;
	text-decoration: underline;
}

#contact_details
{
	padding: 5px 10px 5px 10px;
	text-align:left;
	background-color: #dce0e4;
	font-family: Arial Narrow, Arial;
	font-size: 10pt;
	line-height: 1em;
}

.contacts_body
{
	font-family: Arial Narrow, Arial;
	font-size: 10pt;
	font-weight: 100;
	margin-bottom: 0.5em;
}

.contact_name
{
	font-family: Arial Narrow, Arial;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 1em;
}

.addresses
{
	padding-left: 20px;
}

.address
{
	margin-bottom: 0.5em;
}

.phone_numbers
{
	padding-left: 20px;
	margin-bottom: 0.5em;
}

.email_addresses
{
	padding-left: 20px;
	margin-bottom: 0.5em;
}
