@charset "utf-8";
/* CSS Document */
body {
	background-image:url(../images/bluegradient.gif);
	background-repeat:repeat-x;
	color:#545454;
	font-family:Franklin Gothic, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	color:#545454;
}
img {
	border:none;
}
#maindiv {
	width:850px;
	margin:auto;
}
#colordiv {
	width:850px;
	margin:105px auto;
	background-color:#f8f7f2;
	position:absolute;
}
#contentdiv {
	width:800px;
	margin:auto;
	position:relative;
	top:-100px;
}
/***************/
/* LEFT COLUMN */
/***************/

#leftdiv {
	float:left;
	width:254px;
}
#logo {
	width:254px;
	height:194px;
}
#whatsnew {
	margin:auto;
	padding:20px 0;
	text-align:center;
	width:223px;
}
#whatsnewtop {
	background-image:url(../images/whatsnewtop.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:20px;
}
#whatsnewmiddle {
	background-image:url(../images/whatsnewmiddle.gif);
	background-repeat:repeat-y;
	background-position:top;
	height:100%;
}
#whatsnewbottom {
	background-image:url(../images/whatsnewbottom.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:23px;
}
#whatsnew .event {
	font-size:13px;
	width:180px;
	margin:0 auto;
}
#whatsnew a {
	color:#ff0000;
	font-size:14px;
	padding:15px 0 0 0;
	margin:0;
	font-weight:bold;
}
.eventTitle {
	color:#ff0000;
	font-size:14px;
	padding:15px 0 0 0;
	margin:0;
	font-weight:bold;
}
#whatsnew p {
	margin:5px 0;
	padding:0;
}
#socialnetworking {
	width:200px;
	margin:10px auto;
}
#socialnetworking a {
	color:#545454;
	text-decoration:none;
}
#donate {
	width:159px;
	height:62px;
	margin:10px auto;
}
#rightdiv {
	float:right;
	width:520px;
	padding-bottom:20px;
}

/***********/
/* TOP NAV */
/***********/

/*#topnav {
	float:right;
	padding-right:40px;
	margin-top:10px;
}*/
#topnav {
	width:520px;
	margin:10px auto;
}
#topnavtop {
	background-image:url(../images/navbartopbkg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#topnavmiddle {
	background-image:url(../images/navbarmiddlebkg.gif);
	background-repeat:repeat-y;
	width:520px;
	height:30px;
	text-align:center;
}
#topnavbottom {
	background-image:url(../images/navbarbottombkg.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:10px;
}
#topnav ul {
	padding:0;
	margin:0;
	display:inline;
	list-style:none;
}
#topnav li {
	display:inline;
	margin:0 25px;
	list-style:none;
	color:#003399;
	font-size:16px;
	font-weight:bold;
}
.topnavbuttons {
	padding-top:5px;
}
#topnav a {
	color:#545454;
	text-decoration:none;
	padding:5px;
}
#topnav a:hover {
	color:#ffcc00;
	background-color:#003399;
}
#meat {
	padding-top:50px;
	/*padding-left:30px;*/
	clear:right;
}
#meat li {
	padding-bottom:5px;
}
#footer {
	clear:both;
	text-align:center;
	border-top:1px solid #545454;
	padding-top:10px;
}

/*--------------*/
/* ENDORSEMENTS */
/*--------------*/

#endorsements ul {
     padding:10px 0;
	 margin:0;
	 list-style:none;
}
#endorsements li {
	padding:3px 0px;
}
