body
{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;	
	/*padding-left:50%;*/
	background: #f4f4f4; 
	
}

a {text-decoration: none; color: #fff;}
a:hover {text-decoration: underline; color: #fff;}

a.blue {text-decoration: none; color:#0000CC;}
a.blue:hover {text-decoration: underline; color: #0000CC;}

#container
{
	width: 100%;
	/*margin-left: -350px;*/
}

#topheader
{
	background-color: #6699cc;
	height: 90px;
	width:100%;
}

#title
{
    font-size: 24px;
    color: #fff;
    font-family: verdana;
    margin: 5px;
}

#navcontainer
{
	background-color: #6699CC;
	width:100%;
}

.navitem
{
	background-color: #0091da;
	/*padding: 2px;*/
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	width:25%;
	
	/*width: 129px;
	width:100%;*/
	margin-top:1px;
	padding-top:5px;
	/*margin-right:1px;*/
	float:left;
	height:24px;
}


.navitemlast
{
	background-color: #0091da;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	/*width 130px;*/
	width: 100px;
	margin-top:1px;
	margin-right:0px;
	float:left;
}


#main
{
	padding:5px;
	padding-left:15px;
	/*width: 688px;*/
	width:100%;
	text-align:justify;
	color:#000000;
	line-height: 1.6em;
	background-repeat:no-repeat;
	background: #f4f4f4 url(images/WhirleyImage.gif) center repeat-y;
}

#sidebar
{
	width:197px;
	border:1px solid #DC89BF;
	float:right;
	margin-top:20px;
	margin-right: 0px;
	margin-left: 10px;
	padding: 3px;
	text-align:left;
	clear:both;
}

h1
{
	font-size:20px;
	font-weight:bold;
	padding-top: 15px;
	color:#0091DA;
}

h2,h3,h4,h5
{
   color: #0091DA;
   }

.headertext1
{
color:#0091DA
	font-size:18px;
	font-weight:bold;
}
.headertext2
{
color:#0091DA;
	font-size:10px;
	font-weight:bold;
}

#footer {
	height: 102px;
	text-align:left;
	font-size: 0.8em;
	padding-right:10px;
	padding-top:9px;

	border-top:0px solid #0000ff;
	background-repeat:repeat-x;

	background-image:url(Images/Footer.gif);
	width:100%;
	
}

img
{
	border: 1px solid #fff;
}

img.floatLeft { 
    float: left; 
    margin: 4px;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

/* SW new bits to recreate the footer bar in full screen */
img.floatRightFoot { 
    float: right; 
    margin: 0px; 
	padding-top:27px;
	border:0px;
}
h2.footer
{
	font-size:10px;
	font-weight:bold;
	padding-top: 35px;
	padding-left:10px;
	color:#000000;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}

