/* General Settings (default font, links, etc) */
BODY {
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	margin:10px auto;
	width:750px;
	color:#666666;

	background-color:#FFECFF;
}

.accessibility, .topLink {
	display:none;
}

.clear {
	clear:both;
}

A {
	color:#000000;
}

DIV#container {
	background-color:#ffffff;
	position:relative;
	margin-top:20px;
}

DIV#subcontainer {
	position:relative;
	border:2px solid;
	border-color:#ff90b4;
}

DIV#header {
	position:realtive;
	height:90px;
}

H1#siteTitle {
	position:absolute;
	top:10px;
	left:10px;
	margin:0;
	padding:0;	
}

H1#siteTitle A{
	display:block;
	width:288px;
	height:81px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

H1#siteTitle A SPAN{
	display:none;
}

H2#strapLine {
	font-size:10px; color:#333333; font-weight:bold; font-family:Arial, Helvetica, sans-serif; text-align:center;
	position:absolute; top:-18px;
	margin:auto;
	left:7px;
}

DIV#mainNav {
	position:absolute;
	top:40px;
	right:20px;
	background-color:#ff90b4;
	padding-left:20px;
	padding-right:20px;
	padding-top:2px;
	padding-bottom:2px;
}

DIV#mainNav UL{
	margin:0;
	padding:0;
}

DIV#mainNav LI{
		float:left;
	margin:0;
	padding:0;
	list-style:none;
}

DIV#mainNav LI A{

	display:block;
	width:80px;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	letter-spacing:1.8px;
	
}

DIV#content {
}




DIV#pageContent {
	margin: 0 30px 30px 30px;
	line-height:1.8em;
	position:relative;
}

DIV#pageContent A {
	color:#ff90b4;
}

DIV#pageContent IMG {
	border-color:#ff90b4;
}

H2#pageTitle {
	font-size:16px;
	color:#ff90b4;

}

DIV#footer {
	background-color:#FFECFF;
	height:20px;
	padding-top:5px;
	font-weight:bold; font-size:10px;
	color:#999999;
}

DIV#footer A {
	color:#999999;
	text-decoration:none;
}

DIV#footer A:hover {
	color:#666666;
	text-decoration:underline;
}

DIV#site-footer {
	float:left;
	width:60%

}

DIV#gwp-footer {
	float:right;
	width:35%;
	text-align:right;

}

BODY#index IMG#index_image{
	position:relative;
	top:-40px;
	left:100px;
}

BODY#index H2#pageTitle {
	display:none;

}

.formErrors {
	background-color:#FFFFCC;
	border:1px solid red;
	color:#ff0000;
	padding:5px;
}

H4 {
	font-size:14px; font-weight:bold; color:#666666;
	padding:2px 5px;
	background-color:#EEE;
	margin:5px 0;
}

INPUT, TEXTAREA, SELECT, OPTION {
	font-size:12px; font-family:Tahoma, Arial, Helvetica, sans-serif
}