/* CSS Document */

*
{
	margin:0px;
	padding:0px;
}

body
{
	font-family:Tahoma, Geneva, sans-serif;
	background-image:url(../images/template/bgstrip.jpg);
	background-repeat:repeat-x;
	text-align:center;
	background-color:#ededed;
}


/* The Page Wrapper Maintains the Width and Centering of the Page.*/
#page_wrapper
{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

/* The Banner Area is to be replaced with a Flash Element.  */
#banner
{
	/*background-image:url(../images/template/banner.jpg);*/
	background-repeat:no-repeat;
	width:980px;
	height:287px;
}

#left_column, #right_column
{
	width:49%;
	float:left;
}

#content_area #left_column
{
	text-align:center;
}

#content_area #right_column
{
	text-align:left;
	padding-top:10px;
}

#content_area #left_column #sectionA
{
	margin-bottom:10px;	
	text-align:center;
}

#menu
{
	background-image:url(../images/template/banner.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	text-align:center;
	padding-left:7px;
	padding-top:5px;
}

#menu a, #menu a:link, #menu a:hover, #menu a:visited 
{
	text-decoration:none;
	font-family:inherit;
	font-size:15px;
	font-weight:300;
	padding-left:15px;
	padding-right:15px;
	color:#000000;
}






/* Global Headings */
h1
{
	font-size:18px;
	font-weight:500;
}


ul
{
	list-style:disc;
	padding-left:15px;
	width:98%;
}

/* Common Classes */

marg
{
	/* Adds a Commmon Margin Amount*/
	margin:10px;
}



/* Template Elements */
#mission_statement, .mission_statement
{
	width:408px;
	text-align:left;
	margin:0px;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

#copyright_image
{
	margin:0;
	margin-top:10px;
	border:none;
}

#get_flash
{
	margin-top:120px;
}

