* {
	margin:0;
	padding:0;
}
a {
    color:#336699;
    font-size:14px;
    text-decoration:none;
}
a:hover {
   color: #000000;
}
a img {border:none;}
h1 {
	color:#333333;
        font-size:24px;
}
h2 {
    color:#336699;
    font-size:18px;
}
.clearleft {clear:left;}
.clearright {clear:right;}
.clearboth {clear:both;}
.italic {font-style: italic;}
body {
	text-align: center;
	background-image: url(/assets/images/bg.jpg);
	font-family:Georgia, Times, "Times New Roman", serif;
        font-size:16px;
}
#wrapper {
	width:840px;
	margin:0 auto;
	background-image: url(/assets/images/shadow.png);
	background-repeat: repeat-y;
}
#main {
	width:800px;
	margin:0 20px;
	text-align: left;
}
#header {
	background-image: url(/assets/images/header.jpg);
	background-repeat: no-repeat;
	height: 125px;
}
#content {
        padding:10px 20px;
}
#footer {
    border-top:1px solid #cccccc;
    text-align:center;
    font-size:12px;
    padding:5px;
    margin:0 5px;
    color:#999999;
}
#mainNav {
	background-image: url(/assets/images/navBg.jpg);
	background-repeat: no-repeat;
	height: 40px;
        padding:0 20px;
}
#mainNav .navItem
{
    float:left;
    padding:10px 25px 0 25px;
}
#mainNav .navItem a {
    text-decoration:none;
    color:#666666;
    font-weight:bold;
    font-size:14px;
    text-transform:uppercase;
}
#mainNav .active a{
    color:white;
    text-decoration:underline;
}
#content li {
	margin-left:20px;
}
#three_left, #two_left {
	float:left;
	width:140px;
}
#three_middle {
	float:left;
    width:400px;
    margin-top:10px;
}
#three_right {
	float:right;
	width:200px;
}
#two_right {
	margin:10px 0 10px 140px;
}
dd.right_item {
    background-color:#eeeeee;
    border:2px solid #999999;
    padding:5px;
}
dt.right_header {
    background-image:url(/assets/images/header.jpg);
    background-position:0 70px;
    border:2px solid #999999;
    text-align:center;
    font-weight:bold;
    padding:6px;
}
dt.right_header a{
   color:#cccc99
}
dd.right_item_item {
    color:#666666;
    font-size:12px;
    margin-bottom:10px;
}
p.view_all a {
	color:#666666;
	font-weight: bold;
        font-family:Arial, Tahoma,sans-serif;
        font-size:12px;       
}
p.date {
	color:#666666;
}
div.newscontent {
	color:#666666;
}
#articles p {
    padding:5px 10px;
    background-color:#eeeeee;
}
div.articlecontent {
    color:#666666;
    background-color:#eeeeee;
    padding:5px 10px;
}
h2.articletitle {

    background-color:#eeeeee;
    margin-top:10px;
    padding:5px 10px 0 10px;
}
#events_listing {
    margin-top:10px;
}
#events_view {
	margin-top:10px;
}
#two_right #events_listing dt a, #two_right dt{
    font-size:18px;
}
#two_right #events_listing dd {
    color:#666666;
    padding:5px 10px;
    margin-bottom:5px;
    background-color:#eeeeee;
}
#two_right #events_view dt a, #two_right dt{
    font-size:18px;
}
#two_right #events_view dd {
    color:#666666;
    padding:5px 10px;
    margin-bottom:5px;
    background-color:#eeeeee;
}
.view_summary {
	color:#333333;
        padding:10px;

font-size:14px;
}
.view_summary ul {
	margin:10px 40px;
        color:#666666;
}
.view_summary ul li {
        margin:5px 0;
}
#two_right fieldset {
    padding:10px;
    border:2px solid #ccccccc;
}
#two_right legend {
    color:#666666;
   padding:0 5px;
}
#two_right select {
    font-size:16px;
    color:#666666;
}
#two_right input {
    font-size:16px;
    color:#666666;
}
#two_right h4 {
	margin:10px 0 0 0;
}
div.paypal {
    padding:20px;
}