/*
This is an Elated PageKit - www.elated.com.
All artwork copyright (c) 1996-2004 Elated Communications Ltd.
By using this PageKit, you are agreeing to be bound by the
usage agreement available online at http://www.pagekits.com/usage/
*/


/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: arial,helvetica,sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	background-color: #FFFFFF;
}

html, body
{
	height: 100%;
}


/*
	Standard paragraph style
*/

p
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #003366;
	font-size: 0.7em;
	margin-top: 0px;
	margin-bottom: 18px;
}


/*
	Links
*/

a:link, a:active
{
	font-family: arial, helvetica, sans-serif;
	color: #003366;
	font-size: 1.0em;
}


a:visited
{
	color: #336699;
	font-size: 1.0em;
}


/*
	Headings
*/

h1
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #003366;
	margin-top: 0px;
	margin-bottom: 0px;
}


/*
	"Your Logo"
*/

#logo
{
	padding-top: 46px;
	padding-left: 22px;
	font-size: 2.1em;
	color: #FFFFFF;
	font-weight: normal;
}


/*
	Top menu
*/

#top-menu
{
	float: left;
	width: 500px;
	padding-left: 22px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.7em;
}

#top-menu a
{
	color: #FFFFFF;
	margin-right: 20px;
	font-size: 1.0em;
	text-decoration: none;
}

#top-menu a:hover
{
	text-decoration: underline;
}


/*
	Search form
*/

#search-form
{
	float: right;
	width: 220px;
	margin-top: -5px;
	padding-right: 22px;
}

.search-form-field
{
	float: right;
	width: 137px;
	height: 18px;
	margin-right: 5px;
}

.search-form-button
{
	float: right;
	width: 60px;
}


/*
	Container for page content
*/

#container
{
	margin: 0px 0px 0px auto;
	position: relative;
	background-color: #99CCFF;
	width: 100%;
}


/*
	Page header area
*/

#page-header
{
	background-image: url(images/header.gif);
	width: 100%;
	height: 220px;
}


/*
	Page header content container
*/

#page-header-content
{
	width: 100%;
	background-image: url(images/header_moonbeams.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
	

/*
	Page footer area
*/

#page-footer
{
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 105px;
	margin: 0px 0px 0px auto;
}

p.footer
{
	margin-top: 0px;
	padding-top: 100px;
	padding-right: 22px;
	float: right;
	color: #3399CC;
	font-size: 0.6em;
	margin-bottom: 0px;
}

p.footer a
{
	color: #3399CC;
	font-size: 1.0em;
}


/*
	Page content area
*/

#page-content
{
	background-color: #99CCFF;
	width: 100%;
	padding-top: 2px;
}


/*
	Left-hand menu
*/

#left-menu
{
	float: left;
	width: 20%;
	padding-left: 22px;
	background-color: #99CCFF;
	font-weight: bold;
	line-height: 1.4em;
	font-size: 0.7em;

}


/*
	Left content column (main page)
*/

#left-column
{
	float: left;
	width: 20%;
}


/*
	Middle content column (main page)
*/

#middle-column
{
	float: left;
	width: 20%;
	margin-left: 50px;
}


/*
	Right content column (main page)
*/

#right-column
{
	float: left;
	width: 20%;
	margin-left: 50px;
}


/*
	Content area (sub page)
*/

#content-area
{
	float: left;
	width: 576px;
}


/*
	Bird
*/

#bird
{
	float: left;
	width: 17px;
	margin-left: 12px;
	margin-top: 170px;
}


/*
	Standard images
*/

img
{
	border: none;
}


/*
	Photo style
*/

.photo
{
	border: solid 1px #3E7DB0;
}


