html{background-color:#666;}

* {margin: 0; padding: 0;}  

#container{
	width:985px;
	margin:0 auto;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	background-color:#FFF;
	background-image:url(images/slice.jpg);
	background-repeat:repeat-y;
}

#header {
	background:url(images/header.jpg);
	width:985px;
	height:163px;
}

#home {
	width:335px;
	height:163px;
	float:left;
}

#rotary {
	width:150px;
	height:163px;
	float:right;
}

#nav{
	width:235px;
	float:left;
}

li{
	list-style:none;
	font-size:18px;
}

#nav li a{
	display:block;
	text-decoration:none;
	background-image:url(images/linkBG.jpg);
	background-repeat:no-repeat;
	color:#293675;
	height:43px;
	padding-top:10px;
	padding-left:25px;
}

#content{
	float:left;	
	width:525px;
	padding:15px;
	font-size:12px;
	
}

label {
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	font-size:12px;
}
	

.list li{
	font-size:12px;
	margin-left:40px;
	list-style:disc;
}

#right{
	float:right;
}

#right li a{
	display:block;
	text-decoration:none;
	color:#293675;
	height:37px;
	width:192px;
	background-color:#B9E5FA;
	padding-top:10px;
	text-align:center;
	margin-top:5px;
}

#beneficiaries{
	width:192px;
	float:right;
	text-align:center;
	background-color:#B9E5FA;
	margin-top:10px;
}

h1{
	font-size:16px}

h3{
	font-size:20px;
	font-weight:bold;
	color:#293675;
}

img{
	border:none;
}

#twitter{
	width:192px;
	float:right;
	text-align:center;
	margin-top:5px;
	clear:both;
}

.blue{
	color:#0CF;
	font-size:18px;
}

#footerHome{
	background-image:url(images/slice.jpg);
	background-repeat:repeat-y;
}

#button{
	float:right;
	padding-right:50px;
}

#footer{
	background-image:url(images/slice.jpg);
	background-repeat:repeat-y;
	width:985px;
	clear:both;
}

.footLinks{
	padding-left:260px;
}

.footLinks a{
	color:#c75146;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

#clear{
	height:40px;
}

#red {
	color:#F00;
}
