body
{
	text-align: center;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background: #ffe;
}

#shell
{
	width: 890px;
	margin: 0 auto;
	padding: 0;
	background: url(images/mainback.jpg) repeat-y left top;
}

#main
{
	text-align: left;
	background: #E3F2F9;
	margin: 0 20px;
}

#header
{
	height: 150px;
	background: #3399CC url(images/headerbig.jpg) no-repeat right top ;
	text-align: left;
	margin: 0 20px;
}

#headerSmall
{
	height: 79px;
	background: #3399CC url(images/header.jpg) no-repeat 150px 0;
	text-align: left;
	margin: 0 20px;
}


/* the logo image on the left of the header*/
#header #logo
{
	margin: 17px 23px 16px 24px;
	float: left;
}

#headerSmall #logo
{
	margin: 2px 11px 2px 35px;
	float: left;
}

/* the flag image on the right of the header*/
#flag
{
	margin-left: 30px;
}
/* the flash animation in the middle of the header*/
#welcome
{
	margin: 25px 0;
}

object
{
	margin: 25px 0;
}
/*the main navigation on the left hand side*/
#sidebar
{
	float: left;
	background: #E3F2F9;
	width: 150px;
	text-align: left;
	padding: 6px 0;
}

#sidebar ul, #sidebar li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#sidebar a
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	display: block;
	color: #3399CC;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	padding: 2px 2px 2px 10px;
	border-bottom: 1px solid #ddd;
}

#sidebar a:hover, #sidebar a:focus
{
	color: #666;
	
}

#sidebar span
{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	display: block;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	padding: 2px 2px 2px 10px;
	border-bottom: 1px solid #ddd;
}

#sidebar a.sub, #sidebar span.sub
{
	font-size: 1em;
	padding: 0 2px 0 22px;
	background: #F1F8FC;
}
/*main content */

#maincontent
{
	margin-left: 150px;
	background: #fff;
	padding: 10px 5px 10px 10px;
	border-left: 1px solid #ddd;
}

#maincontent h1
{
	font-size: 1.2em;
	font-weight: bold;
	color: #3399CC;
}

#maincontent h2
{
	font-size: 1.2em;
}

#maincontent ul
{
	font-size: 1.1em;
	margin-right: 100px;
	list-style: inside
}

#maincontent p
{
	font-size: 1.1em;
	margin-right: 100px;
}

#maincontent a
{
	font-size: 1.1em;
	color: #3399CC;
	text-decoration: none
}

#maincontent a:hover, #maincontent a:focus
{
	color: #666;
	text-decoration: underline;
}

#maincontent a.body
{
	font-size: 0.9em;
}

img.left
{
	float: left;
	margin: 0 20px 30px 20px;
}

img.mission
{
	border: 1px solid #000;
}

span.mission
{	
	float: left;
	margin: 8px 5px; 
}

/*contact box on home page*/
#contact
{
	float: right;
	margin: 8px;
	border: 1px solid #ccc;
	padding: 2px 6px 6px 6px;
}

#contact p
{
	font-size: 0.8em;
	margin: 5px 5px 5px 25px;
}

#contact img
{
	float: left;
	margin-top: 10px;
}

#contact a
{
	margin-left: 25px;
}

/*main contact page*/
#maincontact
{
	margin: 20px 100px;
	font-weight: bold;
	color: #336699;
}

/*footer*/
#footer
{
	padding: 8px 0 25px 0;
	color: #3399CC;
	background: #ffe url(images/footerback.jpg) no-repeat left bottom;
	margin: 0 auto 60px;
	width: 890px;
}

#footer a
{
	color: #3399CC;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover, #footer a:focus
{
	color: #ff6;
}

#footer span
{
	color: #ff6;
	font-weight: bold;
}

/* boxes for features and benefits on the home page*/

div.box
{
	float: left;
	width: 310px;
	height: 250px;
	border: #ccc solid 1px;
	margin: 20px 8px;
}

div.box h2
{
	margin: 0;
	background:#3399CC;
	color: #fff;
	font-size: 1.1em; 
	padding: 3px;
}

div.box h3
{
	margin: 5px;
	font-size: 1em;
	font-weight: normal;
}

#maincontent div.box ul
{
	margin-right: 8px;
}

/*to ensure that all the content fits in the maioncontent div in firefox*/
#maincontent:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



* html #maincontent
{
	height: 350px;
}

#main>#maincontent
{
	min-height: 350px;
}

* html #headerSmall
{
	background: #3399CC url(images/header.jpg) no-repeat 153px 0;
}