/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*
	Page body style
*/

body
{
	margin: 0;
	padding: 0;
  color: #333333;
  background: #000000 url(images/header_image_fade.jpg) no-repeat 760px 0px;
}


/*
	Standard paragraph style
*/

p
{
	font-weight: normal;
	font-size: 0.8em;
  margin: 0 0 1.2em 0;
}


/*
	Headings
*/

h1, h2, h3, h4, h5
{
	font-family: Arial, Helvetica, sans-serif;
  color: #CB4432;
  background-color: inherit;
  margin: 0.2em 0;
}

h1
{
	font-size: 1.3em;
  margin-top: 0;
  height: 1.3em;
}

h2
{
	font-size: 1.0em;
  height: 1.55em;
}

h3
{
	font-size: 0.8em;
}

h4
{
	font-weight: normal;
	font-size: 0.8em;
}


/*
	Container for page 
*/

#container
{
	margin: 0;
	position: relative;
  color: inherit;
	background-color: #FFFFFF;
	width: 760px;
}


/*
	Page header area
*/

#page-header
{
	background-image: url(images/header_image.jpg);
	width: 760px;
	height: 234px;
}

#page-header h1
{
  position: absolute;
  margin: 0;
  padding: 0;
  left: 15px;
  top: 12px;
  width: 175px;
  height: 65px;
  background: transparent url(images/droplet.gif) no-repeat 43px 28px;
}

#page-header h1 span
{
  font-weight: bold;
}

#page-header h1 a
{
  display: block;
  width: 175px;
  height: 65px;
  text-decoration: none;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.2em;
  letter-spacing: 0.2em;
  font-style: italic;
  font-weight: normal;
  color: #333333;
}

/*
	Menu bar area
*/

#menu-bar
{
  background-color: #F0F0F0;
	width: 730px;
	font-weight: normal;
	font-size: 0.8em;
	text-align: right;
  padding: 8px 15px;
}


/*
	Styles for menu text links
*/

#menu-bar a
{
	color: #333333;
  background-color: inherit;
	text-decoration: none;
  margin-left: 10px;
}

#menu-bar a:hover
{
	text-decoration: underline;
}


/*
	Style for standard links
*/

a
{
	color: #264AB0;
  background-color: inherit;
}

a:visited
{
  color: #975281;
  background-color: inherit;
}

a:hover
{
  text-decoration: none;
}


/*
	Page content area
*/

#page-content
{
	position: relative;
  color: inherit;
	background-color: #FFFFFF;
	width: 760px;
  background: #E9F0EF url(images/page_bg.jpg) repeat-x 0 0;
}


/*
	Left content column
*/

#leftcol
{
	float: left;
	width: 497px;
	padding-left: 15px;
	margin-top: 37px;
}

#page-content.homepage #leftcol
{
  width: 445px;
}

/*
	Right content column
*/

#rightcol
{
	float: right;
	width: 184px;
	margin-top: 37px;
  padding: 0 15px 0 30px;
}

#page-content.homepage #rightcol
{
  width: 255px;
}

/*
	Page footer
*/

#footer
{
  margin: 0 auto 0 auto;
  position: relative;
  clear: both;
	color: #FFFFFF;
  background-color: #4C8178;
	width: 730px;
	font-weight: normal;
	font-size: 0.8em;
	text-align: right;
	padding: 12px 15px;
  border-top: 4px solid #000000;
}

#footer a
{
  color: #FFFFFF;
  background-color: inherit;
}

#footer a:visited
{
  color: #C0C0C0;
  background-color: inherit;
}

