/* -------------------------------------------------------------- 

	This site has been designed by Modoku, Inc.
	02 March 2010

-------------------------------------------------------------- */

body {
	font-family: helvetica, sans-serif;
	color: #000;
	text-align: center;
	font-size: 100%;
	line-height: 1.5em;
	}
	
#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	}

#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#navcontainer ul li a {
	display: block;
	width: 120px;
	height: 90px;
	padding: 47px 0px 3px 0px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	}

#navcontainer ul li a:hover {
	color: #999;
	}

#navcontainer a:active {
	color: #999;
	}

#navcontainer li#active a {
	color: #fff;
	}

#navcontainer .about {
	background: url(../art/rfk_menu_about.png) no-repeat;
	}

#navcontainer .programs {
	background: url(../art/rfk_menu_programs.png) no-repeat;
	}

#navcontainer .events {
	background: url(../art/rfk_menu_events.png) no-repeat;
	}

#navcontainer .supporters {
	background: url(../art/rfk_menu_supporters.png) no-repeat;
	}

#navcontainer .donate {
	background: url(../art/rfk_menu_donate.png) no-repeat;
	}

h1 {
	color: #ff1122;
	font-size: 24px	;
	line-height: 24px;
	margin: 12px 0px 6px 0px;
	font-weight: bolder;
	}

h2 {
	font-family: helvetica, san-serif;
 	font-weight: bold;
	color: #ff1122;
	font-size: 18px;
	line-height: 20px;
	margin: 12px 0px 6px 0px;
	}

h3 {
	font-family: helvetica, san-serif;
 	font-weight: bold;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	margin: 12px 0px 6px 0px;
	}

p {
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 15px 0px;
	}

a {
	color: #ff1122;
	text-decoration: underline;
	}

#boards ul {
	float: left;
	width: 560px;
	margin: 10px 0px 20px 0px;
	padding: 15px 20px 15px 20px;
	background-color: #fff;
	list-style: none;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	}
 
#boards li {
	float: left;
	width: 280px;
	margin: 0;
	padding: 0;	
	}

.line {
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 30px 0px;
	border-top: 0px;
	border-bottom: 1px solid #000;
	border-left: 0px;
	border-right: 0px;
	}

strong {
	font-weight: bold;
	}

.large {
	color: #666;
	font-size: medium;
	line-height: 1.5em;
	}

.red {
	color: #ff1122;
	}

.center {
	text-align: center;
	}

