/* CSS Document */
body {
	margin: 0;
	padding: 0;
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   line-height: 18px;
	color: #000;
	background-color: #FFF;
}

#container {
	width: 770px;
	margin: 0 auto;
}
/* all top header content*/
#mastHead {
	border-right:1px solid #749aad;
}
#logo {
	width: 190px;
	height: 95px;
	float: left;
	background-color: #749aad;
}
#topBar {
	float: left;
	width: 579px;
	height: 95px;
	background: url(../Images/TopBar.gif) no-repeat;
}
#topNav {
	float: right;
	width: 125px;
	text-align: right;
	padding-right: 10px;
	margin-top: 45px;
}
/*contains left nav and page content */
#main {
	border-right:1px solid #749aad;
	border-bottom:1px solid #749aad;
	background: url(../Images/LeftNavBackground.gif) no-repeat;
	background-color: #749aad;
	min-height: 500px;
}
#leftNav {
	float:left;
	width: 170px;
	min-height: 500px;
}
/*content box */
#content {
	float: left;
	width: 549px;
	background-color: #FFF;
	padding: 0 15px 0 35px;
	min-height: 500px;
}
/*home page content */
#homeCopyBox {
	background: url(../Images/HomeBG2008.jpg) no-repeat top right;
	width: 544px;
	height: 430px;
}
#homeLeftText {
	float:left;
	width: 194px;
}
/*secondary page content*/
.leftColumn { 
	float:left; 
	width: 100px; 
	padding-left: 10px; 
	margin-top: 0;
}
.rightColumn {
	float: left; 
	width: 410px; 
	padding: 10px;
	border-left: 1px solid #999;
	margin-bottom: 20px;
}
/* all footer content */
#footer {
	text-align: center;
	font-size: 10px;
	line-height: 14px;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #650000;
}

/*Text formatting of various sorts */
.header {
   font-family: Times New Roman, Times, Caslon, serif;
   font-size: 30px;
   font-weight: bold;
   line-height: 24px;
   color: #333333;
}
h2 {
   font-family: Times New Roman, Times, Caslon, serif;
   font-size: 18px;
   font-weight: bold;
   line-height: 18px;
   color: #333333;
}
.subheader {
   font-family: Times New Roman, Times, Caslon, serif;
   font-size: 18px;
   font-weight: bold;
   line-height: 18px;
   color: #333333;
}
a:link { 
	text-decoration: underline;
	color: #660000;}

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

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

a:hover { 
	text-decoration: underline;
	color: #666666;}
	
.text   {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   line-height: 18px;
   color: #000000;
}