body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans serif, Helvetica;
	font-size: 0.7em;
}
/*
	HEADER
*/
#header {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #5385A6 url(/images/headerBG.jpg);
	width: 100%;
	height: 130px;
}
#header p {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0;
	font-size: 120%;
	font-weight: bold;
	color: #353839;
}
#header p a {
	margin-left: 15px;
}
#header p a:link, #header p a:visited {
	color: #353839;
	text-decoration: none;
}
#header p a:hover {
	color: #8B8B8A;
}
#page {
	position: relative;
	width: 100%;
	background-color: #E2E2E2;
	xbackground-position: 776px 10px;
	background-position: 987px 10px;
	background-repeat: no-repeat;
}
#main {
	position: relative;
	width: 100%;
}
/*
	MENU
*/
#menu {
	margin-top: 130px;
	background: #C0C0C0 url(/images/menu.gif) left top repeat-x;
	font-size: 120%;
	font-weight: bold;
	width: 100%;
	height: 36px;
}
#menu a {
	display: block;
	float: left;
	padding: 10px 10px 10px 10px;
	border-left: solid 1px #E2E2E2;
	border-right: solid 1px #5F5F5F;
}
#menu a:link, #menu a:visited {
	color: #353839;
	text-decoration: none;
}
#menu a:hover {
	background: #E2E2E2 url(/images/menuH.gif) left top repeat-x;;
	color: #8B8B8A;
}
#menu b {
	display: none;
}
.popmenu {
	display: none;
	position:   absolute;
  background: #C0C0C0;
	border-left: solid 1px #E2E2E2;
	border-right: solid 1px #5F5F5F;
	z-index:1;
}
.popmenu a {
	display: block;
	padding: 5px 5px 5px 5px;
	font-size: 100%;
	border-top: solid 1px #E2E2E2;
	border-bottom: solid 1px #5F5F5F;
}
.popmenu a:link, .popmenu a:visited {
	color: #353839;
	text-decoration: none;
}
.popmenu a:hover {
	background: #E2E2E2;
	color: #8B8B8A;
}
/*
	LEFT
*/
#left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	background: url(/images/left.jpg) top left repeat-y;
}
#submenu {
	width: 180px;
}
#submenu a {
	display: block;
	font-size: 120%;
	font-weight: bold;
	text-align: right;
	margin: 20px 10px 20px 5px;
}
#submenu a:link, #submenu a:visited {
	color: #264353;
	text-decoration: none;
}
#submenu a:hover {
	color: #FF7F00;
}
/*
	CONTENT
*/
#centre {
	xwidth: 409px;
	width: 620px;
	background: #FFFFFF;
	margin: 0 177px 0 180px;
}
#content {
	color: #333333;
	padding: 10px 10px 10px 10px;
}
#content h1 {
	font-size: 120%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 110%;
	margin: 10px 20px 10px 20px;
	font-style: italic;
	color: #5386A5;
}
#content h3 {
	font-size: 110%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h4 {
	font-size: 110%;
	margin-top: 10px;
	margin-bottom: 0;
	color: #375E72;
}
#content p {
	font-size: 100%;
	margin-top: 0;
	margin-top: 0;
	margin-bottom: 10px;
}
#content ul {
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 10px;
}
#content ol {
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 10px;
}
#content blockquote {
	font-size: 90%;
	margin: 0 20px 10px 20px;
	font-style: italic;
}
#content a:link {
	color: #5386A5;
}
#content a:visited {
	color: #5386A5;
}
#content a:hover {
	color: #FF7F00;
}
#content td {
	font-size: 0.7em;
}
/*
	RIGHT
*/
#right {
	position: absolute;
	top: 0px;
	xleft: 589px;
	left: 800px;
	width: 180px;
	background: url(/images/right.jpg) top left repeat-y;
}
#features {
	width: 180px;
	text-align: center;
}
#features h1 {
	text-align: center;
	font-style: italic;
	margin: 20px 5px 0 5px;
	font-size: 170%;
}
.feature h2 {
	margin: 20px 5px 5px 5px;
	font-size: 170%;
	text-align: center;
}
.feature h2 a:link, .feature h2 a:visited {
	color: #5386A5;
	text-decoration: none;
}
.feature h2 a:hover {
	color: #FF7F00;
}
.feature p {
	text-align: left;
	margin: 0 5px 0 5px;
	font-size: 100%;
	color: #333333;
}
.feature p.more {
	text-align: right;
}
.feature a:link, .feature a:visited {
	color: #5386A5;
}
.feature a:hover {
	color: #FF7F00;
}
#footer {
	visibility: hidden;
	background: url(/images/footer.gif) left top repeat-x;
	text-align: right;
	font-size: 90%;
	color: #000000;
}
#footer td {
	padding: 2px 5px 2px 5px;
}
#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #808080;
}
#logos {
	text-align: center;
}
#logos img {
	margin: 0 5px 0 5px;
}
/*
	FORMS
*/
.formp {
	padding-top: 5px;
}
