body {
margin : 0;
padding : 0;
font : 80% verdana, helvetica, arial, tahoma, sans-serif;
line-height : 1.2em;
background : #284780;
background-position : 50% 0;
color : #333;
}
#container {
width : 800px;
margin : 0 auto;
color : #333;
}
			/*TOP*/
#top {
margin : 0;
padding : 0;
}
#top h1 {
padding-top : 10px;
text-align : center;
text-transform : none;
font-size : 150%;
font-weight : bold;
letter-spacing: 5px;
background : #9aad42;
color : #333;
}
			/*BANNER*/
#banner {
width : 800px;
height : 137px;
margin : 0 auto;
padding : 0;
background : #ffffff;
color : #333;
}

			/*MAIN CONTENT*/
#content {
float : right;
width : 530px;
margin-top : 0;
padding : 0;
background : url(images/middle2.jpg) no-repeat center;
}

			/*FOOTER*/
#footer {
clear : both;
font-size : 85%;
color : #ffffff;
background : #009a99;
border-top : 1px solid #eee;
margin : 0;
text-align : left;
padding-left : 10px;
vertical-align : bottom
}

			/*TYPOGRAPHY*/
h2 {
font : 120% verdana, helvetica, arial, tahoma, sans-serif;
letter-spacing : 1px;
font-weight : bold;
color : #284780;
background : ;
margin : 12px 20px 10px 20px;
padding : 0;
text-align : center
}
h3 {
font : 70% verdana, helvetica, arial, tahoma, sans-serif;
font-weight : bold;
color : #003333;
background : inherit;
margin : 5px 0 5px 10px;
padding : 0;
}
p {
margin : 12px 20px;
}
p strong {
color : #000000;
background : inherit;
}
li {
font : 100% verdana, helvetica, arial, tahoma, sans-serif;
color : #000000;
background : inherit;
margin : 5px 20px 5px 10px;
padding : 0;
}
blockquote {
font : 120% times, times new roman, garamond, serif;
font-weight : bold;
font-style : italic;
line-height : 1.4em;
color : #009a99;
}
h4 {
font : 100% verdana, helvetica, arial, tahoma, sans-serif;
font-weight : bold;
font-style : strong;
font-stretch:semi-expanded;
letter-spacing : 1px;
line-height : 1.6em;
color : #ffffff;
text-align : center;
margin : 10px 10px 10px 10px;
}
div.feedburnerFeedBlock ul { 
margin-left:0; 
padding-left:0; 
list-style-type: none 
}
div.feedburnerFeedBlock span.headline { 
font-weight:bold; 
font-color:#003366;
}
			/*LINKS*/
#navlist li {
list-style-type : square;
background : inherit;
color : #769009;
margin : 0 15px 0 0;
padding : 0;
}
#navlist2 li {
list-style-type : circle;
background : inherit;
color : #769009;
margin : 0 15px 0 0;
padding : 0;
}
a img {
border : 0;
}
			/*CLASSES*/
.myborder {
border : 1px solid #aaa;
margin : 15px 10px 10px 10px;
padding : 5px;
}
infobox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-attachment: fixed;
	background-color: #99CCCC
	background-position: left;
	text-align: left;
	vertical-align: text-top;
	display: inline;
	padding: 12px;
	clear: both;
	float: left;
	height: 300px;
	width: 350px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #666666;
	border-bottom-color: #666666;
	overflow: scroll;
	position: relative;
	visibility: visible;
	z-index: auto;
}


