/*
	File: template.css 
	Date: November 16, 2007
	Created by: Kelley Marketing, LLC
	Contents: 
		- DIV id rules
	
*/


/*  template */

html {
	color:#000066;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	
	
}

body {
	margin: 6px auto 6px auto;
	text-align: center;
	background-color:#356883;
}

#main {
	margin: 0px auto 0px auto;
	text-align: left;
	width: 760px;
	height:100%;
	background-image:url(../siteImages/repeat.jpg);
	background-repeat:repeat-y;
}

#topNav {
	width:760px;
	height:33px;
	margin:0px auto 0px auto;
	padding:0px;
}

#header{
	height: 25px;
	margin: 0px auto 0px auto;
	width: 760px;
	background-image:url(../siteImages/header.jpg);
}

#mainContent{
	width:760px;
	text-align:left;
	margin: 0px auto 0px auto;
	height:100%;
	background-image:url(../siteImages/repeat.jpg);
	background-repeat:repeat-y;
}

#leftNav {
	width:196px;
	float:left;
	margin:0px;
	padding:0px;
	border:0px;
}

#content{

	min-height:440px;
	width:564px;
	margin:0px;
	padding:0px;
	float:left;
	background-image:url(../siteImages/contentarea.jpg);
	background-repeat:no-repeat;
}

#innerContent{
	text-align:left;
	height:100%;
	margin:0px 15px 5px 60px;
	width:480px;
	}
	
#innerContentHome{
	text-align:left;
	height:100%;
	margin:0px;
	width:564px;
	}

#footer {
	
	clear:both;
	height: 21px;
	margin: auto auto auto auto;  
	width: 760px;
	background-image:url(../siteImages/footer.jpg);
}

#footerContent {
	font-size:9px;
	color:#CCCCCC;
	background-color:#356883;
	text-align:center;
}

#footerContent a:link {
	color:#ffffff;
}

#footerContent a:visited {
	color:#CCFFFF;
}

#footerContent a:active {
	color:#ffffff;
}

#footerContent a:hover {
	text-decoration:none;
	color:#00FFFF;
}