@charset "utf-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #dadaed;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #00bff2;
}
.oneColFixCtrHdr #header {
	background-color: #CDA7D4;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 15px;
	background-color: #00bff2;
}
.oneColFixCtrHdr #footer {
	padding: 0 15px;
	background-color: #CDA7D4;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.style3 {color: #990066}
.style8 {
	color: #e74821;
	font-weight: bold;
}
.style9 {
	font-size: 10pt
}
.style13 {
	font-size: 14pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#galNav {
	width: 130px;
}
#galNav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 3px;
	width: 180px;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #5E2479;
}
#galNav a:hover {
	color: #000000;
	text-decoration: none;
	background: #dadaed;
	display: block;
	padding: 3px;
	width: 180px;
	border: 1px solid #5E2479;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#galNav a:focus {
	color: #000000;
	text-decoration: none;
	background-color: #CDA7D4;
	display: block;
	padding: 3px;
	width: 180px;
	border: 1px solid #5E2479;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}
#galNav a:active{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 3px;
	width: 180px;
	border: 1px solid #FB9C4C;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CDA7D4;
}
body#menu-home1 a#menu-home1, 
body#menu-home2 a#menu-home2,
body#menu-home3 a#menu-home3,
{color: #000000; 
background:#CDA7D4;
display:block;
} 

a {
 color:#FFFFFF;
 text-decoration:underline
}

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

a:hover {
	color:#FFFF66;
	text-decoration:underline
}

