/* Sensible Strategies Stylesheet */

/*-------------------------------------- general stuff --------------------------------------*/

body {
	text-align: center;
	background: #E0E7E3 url(images/wallpaper.gif);
	color: #032A12;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
h2{
	margin: 0px;
	padding-top: 20px;
	font-size: 1.3em;
}
a:link {
	color:#E25C1A;
	text-decoration: none;
	font-weight: normal;

}
a:visited {
	color: #CC9966;
	text-decoration: none;
	font-weight: normal;

}
a:hover {
	color: #A73800;
	text-decoration: underline;
	font-weight: normal;

}

/*------------------------------------ layout --------------------------------------*/

#container{
	text-align: left;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
}
#header {
	height: 126px;
	margin: 0px;
	padding: 1px;
}
#main_area {
	background: url(images/content_bg.gif) top center repeat-y;
	width: 600px;
	margin: 0px 0px;
	padding-bottom: 50px;
}
#nav {
	display: inline;
	margin: 0px 0px 0px 10px;
	font-size:.8em;
	font-weight: bold;
	width: 183px;
	float:left;
	padding: 20px 1px;
	background: url(images/top_nav.gif) top left no-repeat;
}
#content {
	margin: 0px 0px 0px 203px !important;
	margin: 0px 0px 0px 200px;
	padding-top: 10px;
	width: 387px;
	font-size:.8em;
	background: url(images/top_main.gif) top center no-repeat;
}
#footer {
	clear: both;
	margin-top: 0px;
	padding: 20px 20px 40px 20px;
	background: url(images/bottom_shadow.gif) top center no-repeat;
}
/*----------------------------- specific stuff to each layout area -------------------------------*/


#header h1 {
	margin: 53px 0px 0px 72px;
	height: 69px;
	width: 382px;
	background: url(images/title.gif) top left no-repeat;
}
#header h1 span {
	display: none;
}
#header h3 {
	height: 139px;
	width: 139px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: 152px;
	margin-top: 0px;
	background: url(images/logo.gif) top left no-repeat;
}
#header h3 span {
	display: none;
}

#nav ul{
	list-style-type: none;
	margin-left: 10px;
	padding-left: 10px;
}
#nav a:link {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: normal;

}
#nav a:visited {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: normal;

}
#nav a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	font-weight: normal;

}

#content p, #content h1, #content h2, #content li {
	margin-left: 15px;
	margin-right: 15px;
}
#footer p{
	margin: 0px;
}

/*----------------------------- classes and miscellaneous -------------------------------*/

.last_paragraph{
	margin-bottom: 0px;
	padding-bottom: 30px;
}
.callout {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
	width: 80px;
	border: #84BA7C solid 2px;
	margin: 20px 30px;
	padding: 10px;
	color: #E25C1A;
	font-size: 1.2em;
	line-height: 1.3em;
}
.clear{
	clear: both;
	font-size: 0px;
}