@charset "utf-8";
/* CSS Document */
html,body	{
	height:100%;
	width: 100%;
	margin: 0 auto;
	}
	
body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
img {behavior: url(inc/pngbehavior.htc);}

a {color:#CC0000;}
p {margin:0; padding:0;}
h1 {color:#252A76; font-size:24px; text-decoration:underline; font-weight:bold; margin:0 0 5px; padding:0; letter-spacing:1px;}
h2 {color:#fff; font-size:14px; font-weight:bold; margin:0 0 5px; padding:0; letter-spacing:1px;}

#top {
background-color:#B4B7E7;
background-image:url(../images/index_01.gif);
background-repeat:repeat-x;
}
#wrapper{
width:950px;
margin:0 auto;
text-align:center;
height:auto;
}
#divider{
height:3px;
background-image:url(../images/index_15.gif);
overflow:hidden;
}
#header{
width:950px;
}
#content{
text-align:left;
padding:15px 0 15px 0;
overflow:hidden;
}
#nav{
width:950px;
}
#news{
float:right;
width:210px;
padding: 0 5px 5px 10px;
margin: 0 0 10px 10px;
background-color:#484FC6;
color:#FFF;
height:264px;
border:double 3px #252A76;
font-size:10px;
}
#news p{
margin-bottom:5px;
}
#news a{
color:#fff;
}
.clear {clear:both}

/******* FOOTER *******/
#footer	{
	height:80px;
	width:750px;
	margin: 0 auto;
	padding: 7px 12px;
	text-align:left;
	font-size:1.0em;
	line-height:1.2em;
	color:#696969;
	clear:both;
}

/**  #footer	#text{margin: 0px 45px 0 230px;} **/
	
#footer a	{ 
	color:#696969;
	text-decoration:none;
	}

#footer #credit				 {float:right;width:120px;}
#footer #credit a 	 		 {color:#252525;text-decoration:none;}
#footer #credit a:hover 	 {color:#696969;text-decoration:none;}

#leftcredit {
float:left;
width:250px;
}
/**********  CONTACT FORM   **********/
form#contact 	{
	margin:0;
	padding: 5px;
	float:right;
	width: 275px;
	}	


#contact label,#contact input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}

#contact label {
	text-align: right;
	width: 75px;
	padding-right: 5px;
	}

#contact br {clear: left;}

#contact fieldset	{
	background: #484FC6;
	color:#fff;
	border: none;	
	margin:20px 0px 20px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	} 
	
#contact .labels	{
	color:#fff;
	font-variant:small-caps;
	font:bold 0.94em Verdana, Arial, Helvetica, sans-serif;
	padding:2px 5px;
	position: relative;  

	}

#contact fieldset ol {  
	padding-top: 0.25em;
	}
	
#contact #city {
	display: block;
	width: 60px;
	margin-right:12px;
	float: left;
	margin-bottom: 10px;
	}
	
#contact #comments	{
	display: block;
	width: 200px;
	height:70px;
	margin-bottom: 15px;
	}
	
#contact #submit	{
	width: 85px;
	height:32px;
	margin-left:40px;
	}
	
#contact .shhhh, .shhhh { display:none; }

/**********  CONTRIBUTION FORM   **********/
form#contribution	{
	margin:0;
	padding: 5px;
	float:left;
	width: 600px;
	}	

#contribution label,#contribution input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}

#contribution label {
	text-align: right;
	width: 115px;
	padding-right: 5px;
	}

#contribution br {clear: left;}

#contribution fieldset	{
	background: #484FC6;
	color:#fff;
	border: 3px double #252A76;	
	margin:20px 0px 20px 0px;
	position:relative;
	display:block;
	padding: 0px 10px 10px 10px;
	} 
	
#contribution legend	{
	color:#fff;
	font-variant:small-caps;
	font:bold 0.94em Verdana, Arial, Helvetica, sans-serif;
	padding:2px 5px;
	position: relative;  
	left: -7px;  
	top: -0.75em;
	}

#contribution fieldset ol {  
	padding-top: 0.25em;
	}
	
#contribution #submit	{
	width: 85px;
	height:32px;
	margin-left:90px;
	}
	
#contribution .shhhh, .shhhh { display:none; }

.radio {
width:25px !important;
}
