/*
	Standard font family for site
*/

body, table, tr, td, a, p
{
	font-family: verdana, arial, helvetica, sans-serif;
}

/* Make page fill the viewport vertically */
html, body { height: 100%; }

/*
	Page body style (main page)
*/

body#main
{
	margin: 0;
	padding: 0;
	background-color: #FCFCFC;
  background-image: url(images/mainpage_bg_repeat.jpg);
  background-position: left bottom;
  background-repeat: repeat-x;
}

/*
	Page body style (sub-page)
*/

body#sub
{
	margin: 0;
	padding: 0;
	background-color: #FCFCFC;
  background-image: url(images/subpage_bg_repeat.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
}

/*
	Container for page content (main page)
*/

#mainpage-container
{
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/mainpage_bg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

/*
	Container for page content (sub-page)
*/

#subpage-container
{
	margin: 0;
	padding-bottom: 24px;
	width: 100%;
	min-height: 100%;
}

/*
  Main page: "welcome" graphic
*/

#mainpage-welcome
{
	position: absolute;
	left: 19px;
	bottom: 431px;
	height: 75px;
	width: 136px;
}

/*
  Main page: intro text
*/

#mainpage-intro
{
	position: absolute;
	left: 175px;
	bottom: 303px;
	width: 640px;
	height: 40%;
}


/*
  Sub-page: header graphic area
*/

#subpage-header
{
	position: absolute;
	top: 0px;
	left: 0;
	width: 750px;
	height: 150px;
	background-image: url(images/subpage_bg_topleft.jpg);
	z-index: 2;
}

/*
  Sub-page: top-right header block
*/

#subpage-header-topright
{
	position: absolute;
	width: 750px;
	height: 150px;
	background-color: #FCFCFC;
	z-index: 1;
}

/*
  Sub-page: page title
*/

#subpage-title
{
	position: absolute;
	left: 38px;
	top: 220px;
	color: #006633;
	width: 120px;
	height: 51px;
}

#subpage-title h1
{
  color: #336633;
}

/*
  Sub-page: main content area
*/

#subpage-content
{
	margin-left: 192px;
	padding-top: 157px;
	width: 750px;
}


/*
  Menu
*/

#menu
{
	color: #C3A67B;
	font-size: 0.75em;
	margin-left: 0px;
	margin-bottom: 18px;
}

#menu a
{
  color: #336699;
  margin-left: 10px;
  margin-right: 5px;
}

/*
	Standard paragraph style
*/

p
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.80em;
	margin-top: 0px;
	margin-bottom: 12px;
	color: #000000;
}


/*
	Links
*/

a:link, a:active
{
	font-family: verdana, arial, helvetica, sans-serif;
  color: #993300;
}


a:visited
{
  color: #993300;
}


/*
	Headings
*/

h1
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	color: #336633;
	margin-top: 0px;
  margin-bottom: 0.7em;
}

h2
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #336633;
}

h3
{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #339933;
}
	

/*
	Page footer area
*/

p.footer
{
  text-align: center;
	margin-top: 0px;
	padding-top: 20px;
	font-size: 0.7em;
}


/*
	Standard images
*/

img
{
	border: none;
}
