    /* ----------------------------
       GENERAL STYLES
    		- These are general settings to be applied throughout site
    		- Specific sizes, fonts, colors, can be applied through "ID" or "CLASS" on special elements
	-------------------------------
	*/


	body
	{
		margin: 0;
		padding: 0;
		font-family: arial, hevetica, sans-serif;
		font-size:small;
		text-align: center;
		color: #000;
		background-color: #FFFFFF;
		align:center
	}
	h1 {
	font-size:14px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
	h2 {font-size:12px;
	font-weight: bold;}
	h3 {font-size:small}
	a, td, div, h1, h2, h3, span, font {font-family: "Comic Sans MS";}


	/* ----------------------------
	   Container
				- These provide the general layout structure
				- Set the width to force the stackgin order
				- The top, middle, bottom must be in order in the "body" section

	-------------------------------
	*/
	#shell 	{
		margin: 1em auto;
		width: 740px;
		text-align: center;
		background-color: #FFFFFF;
		border: 1px solid #D7D7D7;
	 }
	#container 		{margin: 1em auto; width: 730px; text-align: left; border: 1px solid #D7D7D7;}
	#container_top 		{width:730px;}
	#container_middle 	{
	width:730px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat top left;
	}
	#container_bottom 	{width:730px; }


    /*------- container_top ---------*/
	#header
		{
	height:83px;
	width:730px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	text-align: center;
		}

	#mainnav
		{
		 border-top:1px solid #000000;
		 border-bottom:1px solid #000000;
		 width:730px;
		 height:18px;
		}




	/*------ container_middle ---------*/
	#middle_left_1
		{
	float: left;
	width:159px;
	padding-bottom: 0px 0px 0px 0px;
	margin-bottom: 0px 0px 0px 0px;
	border-right:1px solid #D8B2C7;
	overflow: hidden;
	background-color: transparent;
			}

#middle_left_content
		{
	float: left;
	width:145px;
	margin-bottom: 0px;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 10px;
	background-color: transparent;
	
			}


	#middle_right
		{
		float:left;
		width:570px;
		overflow: hidden;
		}

	#middle_content
		{

		float:left;
		width: 520px;
		text-align:left;
		font-family:arial;
		font-size:10pt;		
		background-color: transparent;
		

		}
		#middle_content_insert
		{

		float:right;
		background-color: #CCCCCC;
		width: 570px;
		text-align:left;
		font-family:arial;
		font-size:10pt;
		border-left:1px solid #333333;
		border-top:1px solid #333333;
		overflow: hidden;


		}

	#content_height
		{
		float:right;
		height:400px;
		width:1px;
		}

	#content_blurb
		{
		width:160px;
		height:200px;
		border:1px solid #cccccc;
		float:right;
		margin-top: 5px;
		margin-right:3px;
		margin-left:5px;
		margin-bottom:5px;
		}


	#middle_right_1
		{
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 170px;
	overflow: hidden;
			}


	#footer
		{
	clear:both;
	width:730px;
	height: 200px;
	background-color: #FFFFFF;
	border-top:1px solid #1F8B8B;
	text-align: center;
		}

#footer ul{
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
}


#footer li{
	display: inline;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin: 0px;
}
#footer a{
	color: #000000;
	text-decoration: none;
}
#footer a:hover{
	color: #000000;
	text-decoration: underline;
}
#footer li a{
	color: #000000;
	text-decoration: none;
}
#footer li a:hover{
	color: #000000;
	text-decoration: underline;
}
#footer p{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#text_box
		{
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 3px;
	width: 500px;
	overflow: hidden;
	background-color: #ffffff;
			}
			
#headline_box
		{
	float: left;
	padding: 0px;
	width: 500px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	background-color: transparent;
			}
			
			
#leftnav
{
margin-left: 0;
padding-left: 0;
list-style: none;
font-family: "Comic Sans MS";
}

#leftnav li 
{
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	}
#leftnav li a{
	padding-left: 10px;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 0.42em;
}
#leftnav li a:hover{
	padding-left: 10px;
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left 0 .42em;
}