/*
	File: template.css 
	Date: March 11, 2007
	Created by: 7ninedesign.com
	Contents: 
		- DIV id rules
	
*/


/*  template */

html {
	color:#333333;
	font-family:"Trebuchet MS", Arial;
	text-align: center;
	
	
}

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

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

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

#nav {
	width:760px;
	background-repeat:no-repeat;
}

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

#content{

	min-height:247px;
	width:760px;
	margin: 0px auto 0px auto;
	float:left;
	background-image:url(../siteImages/content_bg.jpg);
	background-repeat:no-repeat;
}

#pageTitle{
	color:#1B64A9;
	font-size:9pt;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
	text-align:right;
	margin:0px auto 0px auto;
	border-bottom:1px dotted #1B64A9;
	width:650px;
	padding-right:5px;
}

#innerContent{
	text-align:left;
	height:100%;
	margin: 20px auto 0px auto;
	width:600px;
}

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

#footerText {
	text-align:center;
	margin:5px auto 0px auto;
	font-size: 9px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
}
#footerText a:link {
	color:#CCCCCC;
	text-decoration:underline;
}

#footerText a:active {
	color:#CCCCCC;
	text-decoration:underline;
}

#footerText a:visited {
	color:#CCCCCC;
	text-decoration:underline;
}

#footerText a:hover {
	color:#CCCCCC;
	text-decoration:none;
}

