/* Basic formatting classes */

body {
font-family: Helvetica, Arial, sans-serif; 
color: #000000; 
background-color: #ffffff;
font-size: 10pt;}

h1 {
font-size: 15pt;
font-weight: bold;
}

h2 {
font-size: 12pt;
font-weight: bold;
}

h3 {
font-size: 10pt;
font-weight: bold;
}

.list { 
margin-left: 40px;
display: block;}

p.news
{width: 300px;
float: left;}

img.newsimage {
border: 2px solid #000000;
margin: 7px;
width: 200px;
float:left}

img.image {
border: 2px solid #000000;
margin: 5px;}

body.pressbody
{padding: 15px;}

img.pressimage {
border: 2px solid #000000;
margin: 7px;
float: right;}

a:link {
color: #014508;
text-decoration: none;
}

a:visited {
color: #333333;
text-decoration: none;
}

a:active {
color: #333333;
text-decoration: none;
}

a:hover {
color: #666666;
text-decoration: none;
}

a.navtext:link {
color: #000000;
text-decoration: none;
}

a.navtext:visited {
color: #000000;
text-decoration: none;
}

a.navtext:active {
color: #000000;
text-decoration: none;
}

a.navtext:hover {
color: #014508;
text-decoration: none;
}

/* Layout setup and divs */

#container {
width: auto;
border: 0;
margin: 0 5%;
padding: 0;
}

#layout_02, #drops, #navigation, #content {
float: none !important;}

#layout_01 {
width:770px;
height:153px;
}

#layout_02 {
width:243px;
height:130px;
background-color: #ffffff;
}


#eventstitle, #events, #drops, #navigation, #footer {
display: none;}

/* IE hack */

* html #layout_01 {margin-bottom: -3px;}
* html #layout_02 {margin-bottom: -3px;}
* html #drops {margin-bottom: -3px;}

#content {
length: auto !important;
overflow: visible;
}


#newsletters {
width: 150px;
margin: 15px 15px 0px 15px;
float: right;
}

.clear {
clear: both;}

.pink {
	color: #ec008c;
}

.blue {
	color: #00adef;
}

.smaller {
	font-size: 11px;
}

.larger {
	font-size: 25px;
}