@charset "utf-8";
/* CSS Document */

body {
	background-color:#ffffff;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	}


/*--------------------
GENERAL CONTENT FORMATTING
----------------------*/

.wrapper {
	margin:5px auto 5px auto;
	border:1px #000000 solid;
	width:950px;
	height:100%;
	}

.spacer {
	clear:both;
	}

A:link {
	color:#1F92C8;
	text-decoration:underline;
	}
	
A:hover {
	text-decoration:underline;
	color:#96C4E6;
	}

A:visited {
	text-decoration:underline;
	color:#1F92C8;
	}
	
.boldtext {
	color:#1191d0;
	font-weight:bold;
	}

.titles {
	color:#1191d0;
	font-weight:bold;
	font-size:16px;
	}
	
.picborder {
	border:1px solid #198ED3;
	}
	
hr {
	color:#1191d0;
	}
	
/*--------------------
        HEADER
----------------------*/

.headerwrapper {
	width:950px;
	height:276px;
	margin:0 auto;
	}

.header {
	float:left;
	width:950px;
	height:276px;
	position:absolute;
	z-index:1;
	}

.logo {
	float:left;
	width:270px;
	height:276px;
	padding:0px 0px 0px 30px;
	position:absolute;
	z-index:2;
	}
	
/*--------------------
   MAIN BODY CONTENT
----------------------*/

.contentwrapper{
	width:950px;
	background-image:url(../images/content-bg.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
	}
	
.leftcontent {
	width:560px;
	float:left;
	padding:20px 10px 10px 30px;
	}

.rightpics {
	width:318px;
	float:left;
	padding:20px 30px 10px 0px;
	}
	
.press-list {
	width:160px;
	float:left;
	}

.press-content {
	width:400px;
	float:left;
	}
	
	
/*--------------------
 NEWS AND EVENTS CONTENT
----------------------*/

.newsandeventswrapper {
	width:930px;
	padding:10px 5px 10px 15px;
	margin:0 auto;
	}
	
.newsandnotes {
	background-image:url(../images/content-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	width:580px;
	float:left;
	padding:10px 10px 10px 15px;
	}
	
.events {
	background-image:url(../images/content-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	width:290px;
	float:left;
	padding:10px 5px 10px 15px;
	border-left:#000000 1px dotted;
	}
	
/*--------------------
        FOOTER
----------------------*/

.footerwrapper {
	width:950px;
	margin:0 auto;
	background-color:#006da9;
	color:#ffffff;
	}
	
.footerwrapper A:link {
	color:#ffffff;
	text-decoration:none;
	}
	
.footerwrapper A:hover {
	color:#ffffff;
	text-decoration:underline;
	}
	
.footerwrapper A:visited {
	color:#ffffff;
	text-decoration:none;
	}
	
.footer {
	width:600px;
	margin:0 auto;
	background-color:#006da9;
	padding:10px 0px;
	color:#ffffff;
	border-bottom:#ffffff 1px dotted;
	}
	
.footer-left {
	width:445px;
	padding:10px 0px 10px 0px;
	float:left;
	}
	
.footer-right {
	width:135px;
	padding:10px;
	float:left;
	}
