/*
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: verdana, arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	background-color: #87AFD2;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
}

html, body
{
	height: 100%;
}


/*
	Standard paragraph style
*/

p
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #13436B;
	font-size: 0.7em;
	margin-top: 0px;
	margin-bottom: 18px;
}


/*
	Links
*/

a:link, a:active
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #1343DD;
	font-size: 1.0em;
}


a:visited
{
	color: #6666FF;
	font-size: 1.0em;
}


/*
	Headings
*/

h1
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	margin-top: 0px;
}

h2
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #13436B;
	margin-top: 26px;
}


/*
	Logo
*/

#logo
{
	position: absolute;
	left: 508px;
	top: 32px;
}


/*
	Top menu
*/

#top-menu
{
	position: absolute;
	left: 25px;
	top: 59px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.7em;
}

#top-menu a
{
	color: #FFFFFF;
	margin-right: 10px;
	font-size: 1.0em;
	text-decoration: none;
}

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


/*
	Container for page
*/

#container
{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 751px;
}


/*
	Page header top area
*/

#header-top
{
	background-image: url(images/header_top.gif);
	width: 751px;
	height: 92px;
}


/*
	Page header bottom area (main page)
*/

#header-main
{
	background-image: url(images/header_main.jpg);
	width: 741px;
	height: 142px;
	border-left: solid white 5px;
	border-right: solid white 5px;
	border-bottom: solid white 5px;
}


/*
	Page heading (main page)
*/

#heading-main
{
	position: absolute;
	right: 20px;
	top: 130px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: light;
	font-size: 1.8em;
	color: #EEF3F9;
}


/*
	Page header bottom area (sub page)
*/

#header-sub
{
	background-image: url(images/header_sub.jpg);
	width: 741px;
	height: 65px;
	border-left: solid white 5px;
	border-right: solid white 5px;
	border-bottom: solid white 5px;
}


/*
	Page heading (sub page)
*/

#heading-sub
{
	position: absolute;
	left: 20px;
	top: 120px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: light;
	font-size: 1.8em;
	color: #EEF3F9;
}


/*
	Page content container ( main page )
*/

#page-content-main
{
	width: 741px;
	background-color: #F6EDD3;
	background-image: url(images/vertical_border.gif);
	background-position: 313px 0px;
	background-repeat: repeat-y;
	border-left: solid white 5px;
	border-right: solid white 5px;


}


/*
	Left page content area (main page)
*/

#page-content-left-main
{
	float: left;
	width: 273px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 26px;
	padding-bottom: 26px;
}


/*
	Right page content area (main page)
*/

#page-content-right-main
{
	float: right;
	width: 383px;
	padding-left: 25px;
	padding-right: 20px;
	padding-top: 26px;
	padding-bottom: 26px;
}


/*
	Page content container ( sub page )
*/

#page-content-sub
{
	width: 741px;
	background-color: #F6EDD3;
	background-image: url(images/vertical_border.gif);
	background-position: 527px 0px;
	background-repeat: repeat-y;
	border-left: solid white 5px;
	border-right: solid white 5px;


}


/*
	Left page content area (sub page)
*/

#page-content-left-sub
{
	float: left;
	width: 487px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 26px;
	padding-bottom: 26px;
}


/*
	Right page content area (sub page)
*/

#page-content-right-sub
{
	float: right;
	width: 169px;
	padding-left: 25px;
	padding-right: 20px;
	padding-top: 26px;
	padding-bottom: 26px;
}


/*
	Page footer area
*/

#page-footer
{
	background-image: url(images/footer.gif);
	width: 701px;
	height: 38px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 24px;
}


/*
	Standard images
*/

img
{
	border: none;
}


/*
	Headline style
*/

.headline
{
	font-weight: bold;
}

