html,body
{
	width: 100%;
	height: 100%;
	margin: 0px;
}

body
{
	background-color: #362400;
	font: 10pt verdana,helvetica,arial,sans-serif;
}

img
{
	border: none;
}

div#Header
{
	background: url('../images/bg_top.jpg');
	position: absolute;
	top: 0px;
	left: 39px;
	width: 928px;
	height: 158px;
	z-index: -100;
}

div#LeftBorder
{
	background: url('../images/bg_left.jpg') repeat-y;
	position: absolute;
	top: 158px;
	left: 39px;
	width: 13px;
	height: 583px;
}

div#RightBorder
{
	background: url('../images/bg_right.jpg') repeat-y;
	position: absolute;
	top: 158px;
	left: 951px;
	width: 17px;
	height: 583px;
}

div#BottomBorderLeft
{
	background: url('../images/bg_bottomleft.jpg');
	position: absolute;
	top: 741px;
	left: 39px;
	width: 13px;
	height: 11px;
}

div#BottomBorder
{
	background: url('../images/bg_bottom.jpg') repeat-x;
	position: absolute;
	top: 741px;
	left: 52px;
	width: 902px;
	height: 11px;
}

div#BottomBorderRight
{
	background: url('../images/bg_bottomright.jpg');
	position: absolute;
	top: 741px;
	left: 954px;
	width: 17px;
	height: 11px;
}

div#ContentBackground
{
	background-color: white;
	position: absolute;
	top: 158px;
	left: 52px;
	width: 902px;
	height: 583px;
}

div#HomePageContent
{
	position: absolute;
	top: 470px;
	left: 75px;
	width: 520px;
	height: 141px;
	overflow: auto;
}

div#HomePageContentBottom
{
	position: absolute;
	top: 605px;
	left: 75px;
	width: 520px;
	height: 82px;
	overflow: auto;
}

div#HomePageLinksRight
{
	position: absolute;
	top: 470px;
	left: 600px;
	width: 320px;
	height: 210px;
	overflow: auto;
	border-left: 2px solid #aeb59e;
	padding-left: 15px;
}

div#Content
{
	position: absolute;
	top: 158px;
	left: 67px;
	width: 887px;
	height: 466px;
	overflow: auto;
}

div#AdminContent
{
	position: absolute;
	top: 158px;
	left: 67px;
	width: 887px;
	height: 525px;
	overflow: auto;
}

div#InnerContent
{
	position: absolute;
	top: 186px;
	left: 67px;
	width: 887px;
	height: 438px;
	overflow: auto;
}

div#Footer
{
	position: absolute;
	top: 689px;
	left: 52px;
	width: 902px;
	height: 40px;
	overflow: hidden;
	background-color: #f3ebde;
	color: #83925b;
	text-align: center;
	font-size: 7.5pt;
	padding: 12px 0px 0px 0px;
	margin: 0px;
}

div#FooterLinks
{
	position: absolute;
	top: 635px;
	left: 76px;
	width: 860px;
	height: 50px;
}

div#FooterLinks a
{
	margin-right: 5px;
}

img#MainPicture
{
	position: absolute;
	top: 176px;
	left: 68px;
	width: 874px;
	height: 285px;
}

div#Menu
{
	position: absolute;
	top: 132px;
	left: 72px;
	z-index: 100;
}

div#Menu ul
{
	margin: 0px;
	padding: 0px;
}

div#Menu li
{
	list-style: none;
	display: inline;
}

ul#NavLinks li a
{
	float: left; /* the float attribute is useless, except that it's a hack to make the hover bottom border work in IE */
	color: white;
	font-weight: bold;
	margin-right: 25px;
	text-decoration: none;
}

ul#NavLinks a:hover
{
	padding-bottom: 3px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #b0b59f;
}

div#SubMenu
{
	position: absolute;
	top: 158px;
	left: 52px;
	width: 902px;
	height: 28px;
	background-color: #b0b59f;
	z-index: 200;
}

div#SubMenu ul
{
	margin: 0px;
	padding: 7px 0px 0px 20px;
}

div#SubMenu li
{
	list-style: none;
	display: inline;
}

ul#SubNavLinks li a
{
	color: #474747;
	font-style: italic;
	font-weight: bold;
	margin-right: 25px;
	text-decoration: none;
}

a.MenuSelected
{
	padding-bottom: 3px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #b0b59f;
}

.red, h1.header, ul#SubNavLinks li a.SubMenuSelected, span.req
{
	color: #94260f;
}

h1.header
{
	font-weight: normal;
	line-height: 18px;
	padding-top: 10px;
}

.i
{
	font-style: italic;
}

.b
{
	font-weight: bold;
}

.u
{
	text-decoration: underline;
}

.c
{
	text-align: center;
}

label.f, input.f
{
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}


label.f
{
	text-align: right;
	width: 80px;
	padding-right: 20px;
	vertical-align: top;
}

input[type=radio].f
{
	width: 30px;
}

br.f
{
	clear: left;
}

fieldset
{
	display: inline;
}

.alert
{
	background: #fff6bf url(../images/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

.info
{
	background: #f8fafc url(../images/information.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
}

input.hidden
{
	border: none;
	background-color: inherit;
}

img#InteriorImage
{
	float: right;
	position: relative;
	z-index: 100;
	padding-right: 24px;
	margin-left: 20px;
	margin-top: -44px;
//	margin-top: -27px; /* the front of this line with the "//" is an IE hack for the margins */
	padding-bottom: 15px;
}

img#DropShadow
{
	position:absolute;
	top: 10px;
	left: 492px;
	height: 291px;
	width: 385px;
	z-index: 1;
}

.oddrow
{
	background-color: #fff;
}

.evenrow
{
	background-color: #f3ebde;
}

a.FamilyLink
{
	text-decoration: none;
}

a.FamilyLink:hover
{
	text-decoration: underline;
}

span.vat, span.req
{
	vertical-align: top;
}

table > thead > tr > td
{
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}