@charset "UTF-8";
/* CSS Document */


body {
	background:#7b94f8 url(../images/main_bg.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
p {
	margin-bottom:18px;
}
a {
	color: #092b9f;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
	margin-bottom:18px;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
#shell {
	overflow:auto;
	width:1000px;
	padding-bottom:36px;
}
#donate {
	float:right;
	padding:60px 48px 0 0;
}
#logo {
	float:left;
	padding-top:30px;
	padding-left:60px;
}
#main {
	clear:both;
	padding-top:36px;
}
#navigation {
	float: left;
	width:180px;
}
#navigation li {
	list-style:none;
	font-family:'lucida sans';
	text-align:right;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	padding-bottom:16px;
}
#navigation li a {
	color:#000;
	text-decoration:none;
}
#navigation li a:hover {
	color:#ffa700;
}
#address {
	padding-top:18px;
	font-weight:bold;
	text-align:right;
}
#content {
	font-weight:bold;
	float:left;
	width:708px;
	margin-left:52px;
	padding-right:60px;
	height:532px;
	overflow:auto;
}
#content h2 {
	font-size:21px;
	line-height:30px;
	margin-bottom:18px;
	font-weight:bold;
}
#content h3 {
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	margin-bottom:18px;
}
#content em {
	font-style:italic;
	font-weight:bold;
}

/* =Columns and Padding
	A somewhat more verbose but simpler method for separating boxes.
-----------------------------------------------------------------------------*/

/* "golden ratio" */ 
div.column-ratiobig { 
	width:61.803399%;
	float:left;
}
div.column-ratiosmall{
	width:38.196601%;
	float:left;
}
div.column-half {
	width:50%;
	float:left;
}
div.column-fourth {
	width: 25%;
	float:left;
}
div.column-threefourths {
	width: 75%;
	float:left;
}
div.column-third {
	width:33%;
	float:left;
}
div.column-twothirds {
	width:67%;
	float:left;
}
div.pad-full {
	padding:18px;
}
div.pad-top {
	padding-top:18px;
}
div.pad-right {
	padding-right:18px;
}
div.pad-bottom {
	padding-bottom:18px;
}
div.pad-left {
	padding-left:18px;
}
