/*--------------------------------------------------
	Default Settings
--------------------------------------------------*/

	html, body, div, span, img, 
	p, a, h1, h2, h3, h4, h5, h6, ul, ol, li {
		margin: 0;
		padding: 0;
		border: 0;
	}

	body {
			display: block;
			position: relative;
			width: 100%;
			text-align: center;
			background-color: #efeae6;
			font-family: Times New Roman, Times, serif;
			font-size: 14px;
			color: #000000;
			margin: 0 0 0 0;
/*			background-image: url('../img/mainBack.gif');*/
/*			background-repeat: no-repeat;*/
/*			background-position: center 198px;*/
		}

#wrapper {
		width: 780px;
		margin-left: auto;
		margin-right: auto;

		}



a:link {
	color: #006abb;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006abb;
}
a:hover {
	text-decoration: underline;
	color: #cecac7;
}
a:active {
	text-decoration: none;
/*	color: #E3E3E3;*/
	color: #006abb;
}


/*--------------------------------------------------
	Masthead
--------------------------------------------------*/

#masthead {
	display: block;
	position: relative;
	text-align: center;
	width: 780px;
	height: 297px;
	background-color: #efeae6;
	background-repeat: no-repeat;	
	}

/*--------------------------------------------------
	Nav Left
--------------------------------------------------*/

#navLeft {
	display: block;
	position: relative;
	text-align: center;
	float: left;
	width: 30px;
	min-height: 479px;
	background-image: url('../img/navLeft.jpg');
	background-repeat: repeat;	
		}

/*--------------------------------------------------
		Nav
--------------------------------------------------*/

#navLinks {
	display: block;
	position: relative;
	text-align: center;
	float: left;
	width: 244px;
/*	height: 297px;*/
	background-color: #efeae6;
	background-repeat: no-repeat;	
		}

#mainNav {
	display: block;
	position: relative;
	text-align: center;
	width: 244px;
				}

#navSub {
	display: block;
	position: relative;
	text-align: center;
	width: 244px;
	height: 210px;
	margin: 45px 0 0 0;
								}

#navRtBrdr {
			display: block;
			position: relative;
			text-align: center;
			float: left;
			width: 1px;
			min-height: 479;
			background-color: #cecac7;
			background-repeat: no-repeat;	
				}

/*--------------------------------------------------
		MainContent
--------------------------------------------------*/

		#mainContent {
			display: block;
			position: relative;
			text-align: left;
			float: left;
			width: 480px;
		/*	height: 297px;*/
			background-color: #efeae6;
			background-repeat: no-repeat;
			border-right-width: thick;
			border-right-color: #000000;
				}
		#mainContent h2 {
			font-size: 16px;
		}
				

		#mainContentCopy {
			display: block;
			position: relative;
			text-align: left;
			padding: 0 10px 0 10px;
			float: left;
/*			background-color: #ffffff;*/
				}
				
		#mainContentCopy ul {
			display: list-item;
			list-style-image: url('../img/bullet.jpg');
			margin: 0 0 0 35px;
		}
		
		#mainContentCopy p {
			margin: 0 0 20px 0;
		}

/*--------------------------------------------------
		Right
--------------------------------------------------*/

		#right {
			display: block;
			position: relative;
			text-align: center;
			float: left;
			width: 21px;
			min-height: 479px;
			background-image: url('../img/right.jpg');
			background-repeat: repeat;
				}

/*------------------------------------
		Footer
--------------------------*/
#footer {
	display: block;
	position: relative;
	text-align: center;
	float: left;
	width: 780px;
	height: 20px;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-style: oblique; 
	font-weight: lighter; 
	color: #454545;
	background-color: #d7dadd;
	background-repeat: no-repeat;	
		}
		
		#footer p {
			padding: 3px 0 0 0;
				}


#disclaimer {
	display: block;
	position: relative;
	text-align: center;
	float: left;
	width: 780px;
	height: 40px;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: lighter; 
	color: #454545;
		}
