html, body {
	font: 1em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #333;
	background: #1A5A8E;
	margin: 15px 0px 0px;
	padding: 0px;
}
#contained {
	color: #333;
	background: #FFF;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 9px;
	border: 2px solid #FFCB96;
}
#contained > table tr, #contained > table tr td	{
	margin: 0px;
	padding: 0px;
}
#header {
	background: #2175bc url(/images/flowers_bg.gif) repeat-x bottom;
	padding: 5px;
	color: #FFF;
	font-variant: small-caps;
	font-family: "Comic Sans MS", fantasy, sans-serif;
	text-align: center;
	border-bottom: 4px double #BC7021;
}
#header h1 {
	margin: 0px;
	font-size: 2em;
}
#header h2 {
	font-size: 1.2em;
	margin: 0px;
}
#nav {
	background: #2175bc;
	border-right: 1px solid #BC7021;
	border-bottom: 1px solid #BC7021;
	border-left: 1px solid #BC7021;
	position: relative;
	width: 135px;
	color: #FFF;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	list-style: none;
}
#nav ul li ul	{
	font-size: .7em;
	margin-top: -8px;
	margin-left: 20px;
	position: relative;
}
#nav a {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	text-decoration: none;
}
#nav a:link, #nav a:visited {
	background-color: #2175bc;
	color: #FFF;
}
#nav a:hover, #nav a:active {
	background-color: #CAE7FF;
	color: #333;
}
#nav a:focus	{
	background-color: #CAE7FF;
	color: #333;
}
.testimony  {
	font: 8pt Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px auto;
	width: 115px;
}
#contained #maincontent {
	padding-left: 8px;
	vertical-align: top;
	width: 98%;
	position: static;
}
#maincontent h1 {
	font-size: .9em;
	margin-left: 16px;
	font-style: oblique;
	color: #154B77;
}
.imgRight, .imgLeft	{
	padding-bottom: 2px;
	font-size: 0.7em;
}
.imgRight	{
	float: right;
	padding-left: 8px;
}
.imgLeft	{
	float: left;
	padding-left: 3px;
	padding-right: 8px;
}
.imgRight img, .imgLeft img {
	border-style: none;
}

#contained #footer {
	clear: both;
	text-align: center;
	margin-top: 15px;
	font-size: .8em;
	background: #96D0FF;
	border-top: 2px solid #175384;
	margin-bottom: 0px;
}
#contained #footer ul {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
#contained #footer li {
	display: inline;
}
#contained #footer a {
	padding-left: 12px;
	margin-top: 12px;
	color: #175384;
	background: #96D0FF;
	text-decoration: none;
}
#contained #footer a:hover, #contained #footer a:active	{
	text-decoration: underline;
}
#contained #maincontent ul {
	margin-top: 0px;
	margin-bottom: 10px;
}
#contained #maincontent li {
	list-style: disc url(/images/bullit.gif) outside;
}
#maincontent .special {
	font-size: 0.9em;
	background: #FFCB96;
	padding: 4px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	border: 3px double #FF8000;
}
#maincontent .special h1 {
	margin: 0px 0px 0px 5px;
	color: #000;
}
#maincontent .special p {
	margin-top: 2px;
	margin-bottom: 2px;
}
#maincontent .special img {
	border-style: none;
}
#maincontent .special a:link, #maincontent .special a:visited  {
	color: #000;
	background: #FFCB96;
	text-decoration: underline;
}
#maincontent .special a:hover, #maincontent .special a:active, #maincontent .special a:focus {
	color: #A5A097;
	background: #FFCB96;
	text-decoration: underline;
}
#maincontent a img {
	border-style: none;
}

.smaller {
	font-size: smaller;
}
