body
{
	font: 15px/1.7 Georgia, Lucida Sans, Lucida, 'Trebuchet MS', Arial, sans-serif;
	color:#111;
	background: #33312e;
}
#container {
	width:100%;
	margin:0 auto;
	border-bottom:1px solid #fff;
	background:url(images/bg.jpg) repeat-x #f6f6f6;
}
#treasury {
	width:100%;
	margin:0 auto;
	background:#e0dfda;
	border-top:1px solid #dad9d2;
}
#quicklinks {
	width:100%;
	margin:0 auto;
	background:#33312e;
	height:100px;
	border-top:1px solid #fff;
}
hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 28px;
	font-weight:normal;
	color:#333;
}
h2
{
	font-size: 20px;
	font-weight:normal;
	color:#494010;
	padding:0 0 10px 0;
}
h3
{
	font-size: 21px;
}
h4
{
	font-size: 18px;
	font-weight:normal;
	color:#585647;
	text-align:left;
}
h5
{
	font-size: 14px;
	font-weight:normal;
}
h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}
ul
{
	list-style: square;
}
li
{
	margin-left: 30px;
}
p,
dl,
hr,
h1,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 12px;
}
blockquote {
	margin:0 50px;
}

/* =Divs
--------------------------------------------------------------------------------*/

#header-bg {
	width:100%;
	margin:0 auto;
	height: 148px;
	background:url(images/header_bg.jpg);
}
#header {
	width:960px;
	margin:0 auto;
	height: 148px;
	background:url(images/header.jpg);
}
#calvin {
	float:left;
	width:93px;
	margin-right:24px;
	margin-top:26px;
}
#logo {
	float:left;
	width:827px;
	margin-top:26px;
}

#buttons {
	width:100%;
	background:url(images/btn_bg.jpg);
	height:45px;
	margin:0 auto;
}
#buttons-in {
	width:960px;
	margin:0 auto;
}

#content {
	margin: 0 auto;
	padding-top:30px;
	width: 960px;
	padding-bottom:20px;

}
#text {
	margin: 0 auto;
	width: 960px;
}
#left {
	width:322px;
	float:left;
}
#right {
	width:625px;
	float:left;
}
.heading {
	height: 40px;
}
.heading-left {
	background: url(images/header_left.png) no-repeat;
	height: 40px;
	width: 42px;
	float: left;
}
.heading-text {
	font-size: 16px;
	color: #808080;
	background: url(images/header_slice.jpg) repeat-x;
	height: 30px;
}
.heading2 {
	height: 40px;
}
.heading2-left {
	background: url(images/header2_left.jpg) no-repeat;
	height: 40px;
	width: 42px;
	float: left;
}
.heading2-text {
	font-size: 16px;
	color: #808080;
	background: url(images/header2_slice.jpg) repeat-x;
	height: 30px;
}
.right-text {
padding: 20px;
}
.events {
	background: #efefef;
}

.events-text {
	padding: 15px;
}
.events-box {
	width: 266px;
	float: left;
	padding-right: 20px;
}
.event-date {
	color: #9f9f9f;
	font-size: 13px;
}
.event-title {
	font-size: 14px;
}
#treasury-content {
	width:960px;
	margin:0 auto;
	padding:20px 0 25px 0;
}
#quicklinks-content {
	width:960px;
	padding-top:20px;
	padding-bottom:20px;
	margin:0 auto;
	text-align:center;
	color:#d2d2d2;
	line-height:17px;
	font-size:13px;
}
#quicklinks p {
	text-align:center;
}


/* =Links & Spans & Misc
--------------------------------------------------------------------------------*/
p {
	text-align:justify;
}
a {
	color:#848484;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#footer a {
	color:#859aa0;
}

.clear {
	clear:both;
}
#treasury a {
	margin:0 26px 0 0;
	font-size:13px;
	color:#444;
}
#quicklinks a {
	margin:0 26px 0 0;
	font-size:13px;
	color:#d2d2d2;
}

/* =Navigation
--------------------------------------------------------------------------------*/
#nav {
display: block;
text-align: left;
width: 260px;
}

#nav .item a {
display: block;
font: 14px Georgia, sans-serif;
padding: 10px 5px 10px 32px;
color: #444;
border-top: 1px solid #d4d0d0;
text-decoration: none;
background:url(images/arrow.jpg) no-repeat 6px;
}
#nav .item a:hover {
color: #000;
}

.dropdown {
	position:absolute;
	width: 245px;
	margin-left: 0px;
	border:1px solid #efefef;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	background:#012255;
	font-size:12px;
	text-transform:uppercase;
	text-align:left;
	line-height: 18px;
}
.dropdown a:link, .dropdown a:visited
	{display: block;
	border-bottom: 1px solid #efefef;
	padding: 8px 5px 8px 15px;
	text-decoration: none;
	color:#ffffff;
	line-height:14px;}
.dropdown a:hover
	{background-color: #082f6a;
	color: #efefef;}



