/* @group tags */

body, a {
	color: #4d4d4d;
}

body {
	background-color: #E5E5E5;
	padding: 20px;
	margin: 0px;
	text-align: center;
	font: 12px/20px Georgia, Times New Roman, Times, serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table, img {
	margin: 0px;
	padding: 0px;
	border: none;
}

div {
	margin: auto;
}

p {
	margin-bottom: 8px;
	margin-top: 0px;
}

td {
	vertical-align: top;
}

a {
	text-decoration: none;
	font-family: "Lucida Grande", LucidaGrande, Lucida, Verdana, Helvetica, Arial, sans-serif;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

h1 {
	font: bold 12px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #4C4C19;
	margin-bottom: 4px;
	padding-bottom: 3px;
	background: repeat-x url(../images/dotted_3.gif) bottom;
}

* html h1, * html hr {
	border-bottom: 1px solid #999999;
}

h2 {
	color: #4C4C19;
	text-transform: uppercase;
	letter-spacing: .25em;
	font: 11px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin-bottom: 16px;
	padding-top: 8px;
}

h3 {
	color: #4c4c4c;
	font: smaller 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0px 0px 8px;
	padding: 0px;
}

h4 {
	color: #003366;
	margin: 8px 0 0;
	padding: 0 0 3px;
	background: repeat-x url(../images/dotted_3.gif) bottom;
	font: 11px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

hr {
	border: none;
	height: 2px;
	border-bottom: 1px dotted #4C4C19;
	position: relative;
	top: -6px;
	margin-bottom: 0px;
	margin-top: 16px;
	display: block;
}

ul, ol {
	margin: 0px;
	padding: 2px;
	/*font: 11px/12px Verdana, Arial, Helvetica, sans-serif;*/
}

ul li, ol li {
	margin-bottom: 5px;
	line-height: 15px;
	margin-top: 5px;
	margin-left:  2em;	
}

ul li {
	list-style-type: none;
	margin-left:  1.4em;	
}


blockquote {
	margin: 0;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

sup {
	color: #003366;
	font: 9px/10px "Lucida Grande", LucidaGrande, Lucida, Verdana, Helvetica, Arial, sans-serif;
}

sup a {
	text-decoration: none;
	color: #003366;
}

sup a:hover {
	text-decoration: underline;
}
	
/* @end */

/* @group layout */

#whitebg {
	background: #ffffff;
	border: 1px solid #cbcbcb;
	margin: auto;
	position: relative;
	text-align: left;
	border-collapse: separate;
	border-spacing: 16px 16px;
	/*padding: 16px;*/
}

#logo {
	width: 170px;
	border: 1px solid #cbcbcb;
	padding: 6px;
}

#nav {
	background: rgb(218,220,204);	
	padding: 12px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/* @group nav */

#nav ul li {
	margin: 0 0 4px;
	padding: 6px 0 6px 4px;
	cursor: pointer;
	border: 1px solid #818181;
}

#nav ul li.selected {
	background: rgb(243,245,230);
	cursor: default;
}

#nav ul li.selected img {
}

#nav ul li.over {
	background: rgb(243,245,230);
}

#nav ul li ul {
	margin: 8px 4px 0px 0px;
	padding: 0px;
}

#nav ul li ul li {
	list-style-type: none;
	margin: 0 0 4px;
	padding: 0 2px 2px;
	border: 1px solid #ccc;
	background: rgb(255,255,225);
}
/*
#nav ul li ul li:last-child {
	margin: 0;
}
*/

#nav ul li ul li.over {
	background: rgb(204,204,153);
}

#nav ul li ul li.over a {
	color: rgb(26,26,26);
}

/* @end */

#topnav {
	background: #285284;
	padding: 6px;
	vertical-align: bottom;
	color: #ffffff;
	position: relative;
}

#givelink img {
	border: 1px solid #285284;
	padding: 4px;
	margin: 4px;
	float: right;
	position: relative;
	bottom: 0;
}

#givelink:hover img {
	border: 1px solid rgb(102,134,172);	
}

#content {
	padding: 0;
	width: 540px;
}

* html #content {
	width: 543px;
}

div.contentbox {
	padding: 16px;
	position: relative;
}

div.tabs {
	position: absolute;
	top: -1px;
	right: -1px;
	border-left: 1px solid #cacbbc;
	border-right: solid #ffffff 1px;
	z-index: 100;
}

* html div.tabs {
	top: 0px;
}

div.tabs ul {
	border-top: solid #ffffff 1px;
	padding-top: 8px;
}

div.tabs ul li {
	background: rgb(204,215,227);
	padding: 4px 8px;
	border-left: 1px solid #5c7999;
	border-bottom: 1px solid #5c7999;
}

div.tabs ul li.left {
	border-left: 1px solid #324b65;
}

div.tabs ul li.hilite {
	background: rgb(224,235,247);
}

div.tabs ul li.selected {
	background: rgb(102,134,172);
	border-bottom: 1px solid #2e3d4d;
}

div.sidebar {
	width: 154px;
	color: rgb(51,51,51);
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	float: right;
	top: 36px;
	margin-bottom: 12px;
}

div.top {
	top: 0;
}

* html div.sidebar {
	top: 46px;
}

div.sidebar img.hed {
	display: block;
	margin-top: 8px;
	margin-bottom: 2px;
	clear:both;
}

div.sidebar p.lead {
	background: repeat-x url(../images/dotted_3.gif) bottom;
	font-weight: bold;
	padding-bottom: 8px;
}

img.sideimg {
	display: block;
	margin-bottom: 12px;
	border: 1px solid #cccccc;
}

img.quote {
	margin-top: 16px;
}

div.wside {
	margin-right: 170px;
}

/* @end */

/* @group section headers */

#toprow {
	margin-bottom: 16px;
}

#toprow img {
	margin-right: 14px;
	margin-left: 14 px;
}

#toprow .last, #toprow:last-child  {
	margin-right: 0;
}

#section_hed {
	float: left;
	margin: 0;
}

#section_hed div {
	float: left;
	margin-right: 4px;
	padding: 4px;
	margin-bottom: 16px;	
	border: 1px solid #bdbeb0;
}

#p {
	width: 170px;
	margin: 0;
	padding: 0;
	float: right;
	background: #dfe5b8;
}

* html #p {
	width: 167px;
}

/* @end */

/* @group content details */

.contentbox ul {
	
}

.contentbox ul li {
	list-style: square;
}

.sans, ul.onecol, ul.widecol {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

ul.onecol img {
	margin-bottom: 8px;
}

ul.horizontal {
	margin: 0;
	padding: 0;
	z-index: 12;
}

ul.horizontal li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

ul.onecol, ul.widecol {
	margin: 0 16px 0 0;
	padding: 0;
	width: 170px;
}

ul.onecol li, .onecol ul li, ul.widecol li, .sidebar ul li {
	padding: 2px 0 4px;
	margin: 0;
	background: repeat-x url(../images/dotted_3.gif) top;
}

ul.dotted {
	margin: 0;
	padding: 0;
}

ul.dotted li {
	background: repeat-x url(../images/dotted_3.gif) bottom;
	padding: 0 0 4px;
	margin: 0;
	list-style: none;
}

* html ul.dotted li {
	background: none;
}

ul.news li {
	padding-top: 4px;
	padding-bottom: 4px;
}

ul.widecol {
	width: 254px;
}

ul.insidebox {
	width: 237px;
}

ul.insidebox li {
	list-style: none;
}

div.twocol ul {
	float: left;
}

div.twocol ul:last-child {
	margin-right: 0;
	float: right;
}

div.twocol ul:first-child {
	margin-right: 0;
	float: left;
}

div.twocol ul li {
}

.newsdate {
	width: 120px;
	color: #003366;
	text-transform: uppercase;
	display: block;
	font: 10px/10px "Lucida Grande", LucidaGrande, Lucida, Verdana, Helvetica, Arial, sans-serif;
	margin-bottom: 4px;
}

.newslink {
}

#content p a {
	text-decoration: underline;
}

/* @end */

/* @group details */

.leadin {
	color: #666633;
	font: 14px/16px Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/leadin_box.gif) no-repeat 1px 3px;
	text-indent: 17px;
}

.tabtitle {
	position: relative;
	top: -10px;
	width: 346px;
	z-index: 1;
}

img.subhed {
	position: relative;
	padding-bottom: 4px;
	display: block;
	clear: both;
}

img.quote {
}

.bluesans, #copyright, .fineprint, .boxed {
	color: #286796;
	font: 10px/11px "Lucida Grande", LucidaGrande, Lucida, Verdana, Helvetica, Arial, sans-serif;
	margin-top: 2px;
}

.bordered {
	border: 1px solid #bdbeb0;	
}

.boxed, .fineprint {
	padding: 8px;
	background: #e1f0fa;
	line-height: 15px;
	border: 1px solid #aacae0;
	width: auto;
	margin-bottom: 12px;
	margin-top: 12px;
	clear: both;
}

.fineprint {
	margin: 0;
	float: right;
	width: 100px;
	margin-left: 12px;
}

#copyright {
	font-size: 9px;
	width: 730px;
}

.arrow {
	color: #666666;
}

.inline {
	float: left;
	margin-right: 12px;
	border: 1px solid #cccccc;
	margin-top: 5px;
}

.caps {
	text-transform: uppercase;
}

.floatleft {
	float: left;
	margin: auto;
}

.floatright {
	float: right;
	margin: auto;
}

.smaller {
	font-size: smaller;
}

.larger {
	font-size: larger;
}

.clear {
	clear: both;
}

.byline {
	font: bold 11px/12px "Lucida Grande", LucidaGrande, Lucida, Verdana, Helvetica, Arial, sans-serif;
}

.byline a {
	text-decoration: underline;
}

ul.footnotes, ol.footnotes {
	font: 10px/11px "Lucida Grande", LucidaGrande, Lucida, Verdana, Helvetica, Arial, sans-serif;
}

#archive {
}

/* @end */

/* @group form */

label {
	font: 11px "Lucida Grande", LucidaGrande, Lucida, Verdana, Helvetica, Arial, sans-serif;
	width: 170px;
	float: left;
	clear: both;
	padding-top: 8px;
	padding-bottom: 11px;
	background: repeat-x url(../images/dotted_3.gif) bottom;
	text-align: right;
}

input, select, textarea {
	width: 356px;
	height: 16px;
	background: #f4f6e7;
	border: 1px solid #cbd883;
	float: right;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 10px;
	line-height: 12px;
	color: #262626;
}

select option {
	margin-bottom: 4px;
}

textarea {
	height: 80px;
}

input:focus, textarea:focus {
	border: 1px solid #000000;
	background: #e4e4e4;
}

#submitButton {
	height: auto;
	background: #dfe5b8;
}

.contact_review {
	background: repeat-x url(../images/dotted_3.gif) top;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 12px;
}

/* @end */