

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #36C;}

a:hover {color: #06F;}

body {
	background-image: url(../Graphics/bkgPinStripes.jpg);
	color: #444;
	margin: 0;
	padding:0px;
}

p,blockquote,ul {margin-bottom: 1.2em;}

h1 {font: normal 1.6em serif;}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}

ul {margin-left: 1.8em;}

blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	font: normal 1.4em serif;
	padding-left: 22px;
}

blockquote p {padding: 6px;}



/* structure */

#headerStatement {
	color:#03A751;
	font-size:24px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:290px;
	text-align:center;
	position:relative; top:34px; left:414px;

}

.container {
	background: url(../Graphics/bkgHome.gif) no-repeat center top;
	margin: 0 auto;
	width: 736px;
	margin-top:30px;
	
}



/* navigation */
.navigation {margin: 0 24px;}

.navigation a {
	color: #6C7151;
	font: normal 1.9em serif;
	line-height: 50px;
	margin: 0 16px;
	text-decoration: none;
}
.navigation a:hover,.navigation #selected {
	color: #2C3111;
}

/* content */
.content {
	background: url(img/bgcontent.gif) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
	height:554px; width:720px;
}
.content .spacer {
	height: 42px;
}

/* content item */
.item {clear: both;}

.item img {border: 1px dashed #8A6;}

.item .menu {
	position:relative; top:-120px; left:-82px;
	color: #445044;
	font-size:12px;
	margin:0px;
	padding:0px;

	text-align:center;
}
.content .item .menu {
	color:#0179C5;
	font-family:Trebuchet MS, Arial;
	font-weight:bold;
	font-size:12px;
	margin:0px;
	padding:0px;
}
.menu a:link{
	color:#00A750;
}
.menu a:hover {
	color:#0179C5;
}
.menu a:visited {
	color:#3D668E;
}



.item .body {
	clear: both;
	font-family:Times New Roman, Times, serif;
	font-size:16px;
	width:277px;
	position:relative; top:-24px; left:-40px;
	font-weight:bold;
	color:#204D79;
	text-align:left;
	
}
.heading {
	color:#009129
	}

#homeMenu a {
  position: relative;
  height: 38px;
  width: 88px;
  top: 31px; 
  text-decoration: none;
}


#homeMenu a span { visibility: hidden;}


a#link1 {position: relative; top:-284px; left:530px;}
a#link2 {position: relative; top:-260px; left:430px;}
a#link3 {position: relative; top:-236px; left:350px;}
a#link3a {position: relative; top:-220px; left:260px;}
a#link4 {position: relative; top:-204px; left:170px;}
a#link4a {position: relative; top:-188px; left:94px;}
a#link5 {position: relative; top:-166px; left:4px;}
a#link6 {position: relative; top:-138px; left:-82px;}


#homeMenu {
	z-index:99;
}
.footer {
	position:relative; top:-190px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#003366;
	text-align:center;
	margin:0px; padding:0px;
}

#statement {
	color: #03A751;
	font-size:18px;
}


