@charset "UTF-8";
/* CSS Document */

#outer {
	margin: 0 auto;
	width: 750px;
	background-color: #FFFFFF; 
	border-width: 2px; 
	border-style: solid; 
	border-color: #aa9966; 
	width: 750px;  
	background-image: url(../_images/bodyBG.jpg); 
	background-repeat:repeat-y
}


#footer {
	width: 580px;  
	color: #aa9966; 
	padding-left: 160px; 
	line-height: 24px; 
	font-size: 12px;
	margin-bottom: 20px;
}

#mainContent {
	float: right;
	width: 560px;  
	color: #443322; 
	padding-left: 0px;
	padding-right: 20px; 
	line-height: 30px;
}

#nav {
	float: left; 
	width: 150px; 
	text-align: right; 
	color: #eeeedd; 
	line-height: 30px;
}

body, td, th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #443322;
	margin-top: 0px;
}
body {
	background-color: #ffffff;
	background-image: url(../_images/bg.jpg);
}
a:link {
	color: #748167;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	color: #748167;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #443322;
	text-decoration: underline;
	font-weight: normal;
}
a:active {
	color: #748167;
	text-decoration: underline;
	font-weight: normal;
}


a.currentNav:link {
	color: #eeeedd;
	text-decoration: underline;
}
a.currentNav:visited {
	color: #eeeedd;
	text-decoration: underline;
}
a.currentNav:hover {
	color: #443322;
	text-decoration: underline;
}
a.currentNav:active {
	color: #eeeedd;
	text-decoration: underline;
}

a.anyNav:link {
	color: #eeeedd;
	text-decoration: none;
}
a.anyNav:visited {
	color: #eeeedd;
	text-decoration: none;
}
a.anyNav:hover {
	color: #443322;
	text-decoration: underline;
}
a.anyNav:active {
	color: #eeeedd;
	text-decoration: none;
}


a.footerLink:link {
	COLOR: #aa9966;  TEXT-DECORATION: none
}

a.footerLink:visited {
	COLOR: #aa9966;  TEXT-DECORATION: none
}


a.footerLink:active {
	COLOR: #aa9966;  TEXT-DECORATION: none
}

a.footerLink:hover {
	COLOR: #748167; TEXT-DECORATION: underline
}




a.textLink:link {
	COLOR: #333333;  TEXT-DECORATION: underline
}

a.textLink:visited {
	COLOR: #333333;  TEXT-DECORATION: underline
}


a.textLink:active {
	COLOR: #333333;  TEXT-DECORATION: underline
}

a.textLink:hover {
	COLOR: #333333; TEXT-DECORATION: underline
}



.clearAll {
 clear: both;
}

h2 {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;;
	color: #748167;
}
.pageTitle {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	font-family: "Trajan Pro", Georgia, "Times New Roman";
	;
	color: #748167;
}
