body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFF;
	background-image: url(../images/shared/bkg_shadow.gif);
	background-position: center;
	background-repeat: repeat-y;
	height: 100%;
	font-size: 100%;
}

img {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#wrapper {
	width: 720px;
	height: 100%;
	margin: 5px auto 0px auto;
	border: 0px;
	/*	border-left: 1px solid #000;
	border-right: 1px solid #000;*/
	padding: 0px;
	text-align: left;
	background-color: transparent;
}

#main_content {
	float: left;
	width: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-color: #03A3A3;
	height: auto;
}

p, li, cite {
	font-family: helvetica, arial, verdana, "Lucida Grande", sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.8em;
	background-color: transparent;
	color: #222;
	
}

p {
	margin: 5px 12px 15px 12px;
}

cite {
	display: block;
	font-style: italic;
	font-weight: bold;
	color: #03A3A3;
	margin: 5px 24px 15px 24px;
}


li {
	margin: 0px 12px 0px 12px;
}

a {
	font-weight: bold;
	color: #1B3F95;
}

h1 {
	font-family: helvetica, arial, verdana, "Lucida Grande", sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	color: #03A3A3;
	margin: 11px 12px 8px 12px;
	background-color: transparent;
	padding-bottom: 16px;
}

h2 {
	font-family: helvetica, arial, verdana, "Lucida Grande", sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 15px;
	color: #1A1B1B;
	margin: 15px 12px 10px 12px;
	background-color: #eee;
	padding: 5px 0px 5px 5px;
	border: 1px solid #CCC;
}

h3 {
	font-family: helvetica, arial, verdana, "Lucida Grande", sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 15px;
	color: #666;
	margin: 25px 12px 10px 12px;
	background-color: transparent;
}


p.quote {
	color: #333;
	border: 1px dashed #999;
	padding: 15px;
}

.content ul {
	margin: 5px 10px 5px 20px;
	border: 0px;
	padding: 0px;
	list-style: disc outside;
}

ol {
	margin: 5px 10px 5px 20px;
	border: 0px;
	padding: 0px;
}

.content li {
	margin:  0px;
	border: 0px;
	padding: 0px;
}

div#logoBlock {
	width: 100%;
	height: auto;
	margin: 0px;
	border: 0px;
	border-bottom: 5px solid #03A3A3;
	padding: 0px;
	float: left;
	text-align: left;
	background: #FFF;
}

div#content {
	width: 575px;
	margin: 0px;
	border: 0px;
	border-right: 5px solid #03A3A3;
	border-bottom: 5px solid #03A3A3;
	padding: 5px 0px 15px 0px;
	float: right;
	background: #FFF;
	text-align: left;
}

div#footer {
	width: 100%;
	height: auto;
	margin: 10px 0px 0px 0px;
	border: 0px;
	/*border-top: 4px solid #FFF;*/
	border-top: 1px dashed #038B8B;
	padding: 0px;
	float: left;
	background-color: #fff;
}

/* ---- Navigation ---- */

ul.nav-menu1 {
	float: left;
	width: 140px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
}

ul.nav-menu1 li {
	clear: left;
	margin: 0px;
	border: 0px;
	border-top: 1px dashed #038B8B;
	list-style-type: none;
}

ul.nav-menu1 li a {
	font-family: helvetica, arial, verdana, "Lucida Grande", sans-serif;
	font-size: 1em;
	font-weight: normal;
	float: left;
	text-align: left;
	margin: 0px;
	line-height: 1.2em;
	padding: 10px;
}

ul.nav-menu1 li a:link {
	text-decoration: none;
	color: #FFF;
}

ul.nav-menu1 li a:visited {
	text-decoration: none;
	color: #FFF;
}

ul.nav-menu1 li a:hover {
	color: #000;
	text-decoration: underline;
}

ul.nav-menu1 li a:active {
	color: #000;
	text-decoration: none;
}

ul.nav-menu1 li a.current {
	color: #000;
}

a:link {
	color:#03A3A3;
	text-decoration: underline;
}

a:visited {
	color:#03A3A3;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #000;
	background-color: transparent;
}

a:active {
	text-decoration: underline;
	color: #000;
	background-color: transparent;
}

/* ---- Footer text styles ---- */

p.footer {
	/*border-top: 1px dashed #666;*/
	font-family: helvetica, arial, verdana, "lucida grande", sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 11px;
	color: #666;
	margin: 5px 12px 0px 12px;
	padding-top: 10px;
	float: left;

}

.top_of_page {
	float: right;
}

.footer a {
	font-family: arial, helvetica, verdana, "lucida grande", sans-serif;
	font-weight: bold;
	line-height: 11px;
	background-color: transparent;
}

.footer a:link {
	text-decoration: underline;
}

.footer a:visited {
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: underline;
	color: #000;
	background-color: transparent;
}

.footer a:active {
	text-decoration: underline;
	color: #000;
	background-color: transparent;
}

.logo {
	float:left; 
	margin: 0px 15px 5px 0px; 
}

.content_image {
	border: 1px solid #03A3A3;
	padding: 1px;
	float: right; 
	margin: 7px 0px 5px 10px;
	clear: right; 
}

.thumbnail {
	border: 1px solid #03A3A3;
	padding: 1px;
	float: left; 
	margin: 7px 10px 5px 0px;
	clear: left; 
}

.statcounter {
	padding-left: 5px;
}

.top_of_page {
	display: block;
	text-align: right;
	float: right;
}

#budget_table {
	width: 500px;
	border: 1px solid black;
	margin-left: 40px;
	margin-top: 20px;
}

.budget_col1 {
	display: block;
	width: 75%;
	margin: 0px;
	border: 0px;
	padding: 0px;
	float: left;
}

.budget_col2 {
	display: block;
	width: 22%;
	margin: 0px;
	border: 0px;
	padding: 0px;
	float:left;
	text-align: right;
}

.budget_col3 {
	display: block;
	width: 22%;
	margin: 0px;
	border: 0px;
	padding: 0px;
	float: right;
	text-align: right;
}

.credit {
	display: block;
	width: 200px;
	border-top: 1px solid #ccc;
	margin-top: 5px;
	padding-top: 2px;
	font-size: 0.75em;
}