/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

body
{
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	background-color:#1f4a7d;
}


#wrapper
{
	width:780px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;	
}

#header
{
	/** use em's not px's for font-size**/
	font-size:2.0em;
	color:#400080;
	width:779px;
	
	
	
}
#topnav
{
    font-size: 1em;
    clear:both;
    letter-spacing:0.1em;
}    

#sidebar
{
	width: 150px;
	background-color:#FFFFFF;
	float:left;
	font-size:1em;
	color:#0000FF;
	margin-left:5px;
	/*text-align:center;*/	
	/*border-color:#000000;
	border-style:solid;
	border:thin;
	border-left-style:none;	*/		
	/**margin-top:10px;**/
}	
	
a.boldbuttons
{
	background: transparent url(buttons/roundedge-gray-left.gif) no-repeat top left;
	display: block;
	float: left;
	font: bold 13px Arial; /* Change 13px as desired */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons
{
	color: white; /*button text color*/
}

a.boldbuttons span
{
	background: transparent url(buttons/roundedge-gray-right.gif) no-repeat top right;
	display: block;
	padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
	width:110px;
}

a:hover.boldbuttons
{ /* Hover state CSS */
	text-decoration: underline;
}


.buttonwrapper
{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	
}

#content
{
	background-color:#FFFFFF;
	width:621px;
	float:right;	
	/**margin-top:10px;**/
}

#content table{
	width: 100%;
	border: 1px solid;	
}

#content table td{
	font-size: .8em;	
}

#content table tr{
	background-color: #CCC; 
}

#content .headerfont{
	font-size: .9em;
}

#content .leftCol{
	width: 10%;
	
}

#calendar
{
    float:left;   
}    

#footer
{
	/**margin-top:10px;**/
	height:90px;
	/*background-color:#CCCCCC;*/
	clear:both;
	text-align:center;
	float:none;
	
}

.praise
{
	font-size:0.8em;
}	
	
#contentPane01
{
	background-color:#FFFFFF;
	width:350px;
	float:left;
	border-right:thin;
	border-right-style:solid;
	border-right-color:#999999;
	padding:5px;
	font-size:0.8em;
	
}

#contentPane02
{
	background-color:#FFFFFF;
	width:203px;
	float:right;
	padding:5px;
	font-size:0.8em;
}

.mission
{
	text-align:center;
	font-size:1.2em;
}

.wrap
{
	float:left;
}

.smallPrint
{
	font-size:0.8em;
	font-weight:bold;
}

.subscribe
{
	color:#FF0000;
}

.headings
{	
	font-family:"Century Gothic";
}

.news{
	clear:both;
}
