/* redefined styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;
	background-color: #092099;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(../../images/lpBackground.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #092099;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 3px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #092099;
	padding: 2px;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #092099;
	border-bottom: 1px solid #666666;
}
h4 { font-size: 1em; font-weight: bold; }
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
}
a:hover, a:active {
	color: #003366;
}
th{
	color: #FFFFFF;
	background-color: #092099;
	font-weight: bold;
	padding: 2px;
}
/* custom styles */
table.leftnav, table.leftNav th, table.leftNav td {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	font-size: 1em;
	text-align: left;
}
table.leftNav th{
	color: #FFFFFF;
	background-color: #092099;
	font-weight: bold;
	padding: 2px;
}
table.leftNav td{
	padding: 3px;
	padding-bottom: 5px;
}
table.outlined {
	background-color: #FFFFFF;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

.featuredArt {
	height: 100%;
	width: 175px;
	padding: 5px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	bottom: 100%;
}
.galleryLink, a.galleryLink:link, a.galleryLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	word-spacing: normal;
	left: 10px;
	right: 10px;
}
a.galleryLink:hover, a.galleryLink:active {
	color: #CCCCCC;
}
.footerText {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	text-align: center;
	text-decoration: none;	
}
a.footerText:Link, a.footerText:visited, a.footerText:hover, a.footerText:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	text-align: center;
	text-decoration: none;	
}
.headerText {
	font-family:Arial, Helvetica, sans-serif;
	color: #092099;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}
a.adminLink:link, a.adminLink:visited, a.adminLink:hover, a.adminLink:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #092099;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
.latestNews, a.latestNews:link, a.latestNews:visited, a.latestNews:hover, a.latestNews:active{
	font-size:11px;
}
a.latestNews:link, a.latestNews:visited, a.latestNews:hover, a.latestNews:active{
	color: #092099;
}
.errorCode {
	font-family:Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold;
}
.altRowEven {
	background-color: #E7E4E2;
}
.altRowOdd{
	background-color: #DFDBD9;
}
