@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: #767676;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 101%;
	background-color: #ffffff;
}
a:link {
	color: #767676;
}
a:visited {
	color: #767676;
}
a:active {
	color: #767676;
}
a:hover {
	color:#333333;
}
ul {
	list-style:none;
	padding: 0px;
	margin-top: 10px;
}
.oneColFixCtrHdr #container {
	width: 550px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 5px;
}
.oneColFixCtrHdr #header {
	padding: 0;
	margin: 0px;
}
.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;
}
.oneColFixCtrHdr #mainContent p {
	font-size:1.3em;
	margin-bottom: 10px;
	margin-top: 0px;
}
.oneColFixCtrHdr #mainContent h2 {
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #mainContentGuide {
	padding: 0;
}
.oneColFixCtrHdr #mainContentGuide p {
	font-size:14px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.oneColFixCtrHdr #mainContentGuide h2 {
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #footer {
	color: #767676;
	text-align: center;
	margin-top: 30px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #footer h3 {
	font-weight:normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 1.6em;
}
.oneColFixCtrHdr #footer a:link {
	margin: 0px;
	padding: 0px;
	color: #767676;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:visited {
	margin: 0px;
	padding: 0px;
	color: #767676;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:active {
	margin: 0px;
	padding: 0px;
	color: #767676;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	text-decoration: underline;
	color: #767676;
}
.button {
	width: 510px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-top: 20px;
}
.button h1 {
	font-size: 2.3em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0;
}
.button p {
	margin: 0;
	font-size: 1.5em;
	padding: 0px;
}
.button a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.button a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.button a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
.button a:active {
	color: #FFFFFF;
	text-decoration:none;
}
.buttonGeorgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 0.6em;
}
.buttonArialBold {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:bold;
}
.buttonHome {
	width: 520px;
	color: #FFFFFF;
	padding-left: 30px;
	margin-top: 20px;
	height: 75px;
}
.buttonHome h1 {
	font-size: 2.3em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0;
}
.buttonHome p {
	margin: 0;
	font-size: 1.5em;
	padding: 0px;
}
.buttonHome a:link {
	color: #FFFFFF;
	display:block;
	width: 100%;
	height: 100%;
	padding:0;
	text-decoration:none;
	margin: 0;
	cursor:pointer;
}
.buttonHome a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.buttonHome a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
.buttonHome a:active {
	color: #FFFFFF;
	text-decoration:none;
}
.buttonGeorgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 0.6em;
}
.buttonArialBold {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:bold;
}
.heading {
	width: 510px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 20px;
}
.heading a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.heading a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.heading a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
.heading a:active {
	color: #FFFFFF;
	text-decoration:none;
}
.heading h1 {
	font-size: 2.1em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
.heading p {
	margin: 0;
	font-size: 1.5em;
	padding: 0px;
}
.headingGeorgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 0.6em;
}
.subheading {
	width: 510px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 20px;
}
.subheading h1 {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
.subheading a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.subheading a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.subheading a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
.subheading a:active {
	color: #FFFFFF;
	text-decoration:none;
}
.copyright {
	color:#767676;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	clear: both;
	height: 215px;
	padding: 0px;
}
.twoColFixLt #sidebar5050 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	clear: both;
	height: 335px;
	padding: 0px;
}
.twoColFixLt #mainContent5050 {
	color:#FFFFFF;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	height: 330px;
	padding-left: 20px;
	padding-top: 5px;
} 
.twoColFixLt #mainContent5050 h2{
	color:#002a5c;
	font-size: 2em;
	margin-top: 25px;
}
.mainContent5050 {
	font-size: 1.7em;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:bold;
}
.twoColFixLt #mainContent2 {
	color:#FFFFFF;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	height: 210px;
	padding-left: 20px;
	padding-top: 5px;
} 
.twoColFixLt #mainContent2 a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.twoColFixLt #mainContent2 a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.twoColFixLt #mainContent2 a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
.twoColFixLt #mainContent2 a:active {
	color: #FFFFFF;
	text-decoration:none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.directoryList {
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #ff460b;
	padding-left: 20px;
	font-weight: bold;
}
.directoryList a:link {
	text-decoration:none;
}	
.directoryList a:visited {
	text-decoration:none;
}
.directoryList a:hover {
	text-decoration:underline;
}
.directoryList a:active {
	text-decoration:none;
}
.directoryHeading {
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #ff460b;
	font-weight: bold;
	margin-bottom:0;
}
.directoryLinks a:link {
	text-decoration:none;
	color:#767676;
}	
.directoryLinks a:visited {
	text-decoration:none;
	color:#767676;
	font-weight:normal;
}
.directoryLinks a:hover {
	text-decoration:underline;
	color:#333333;
	font-weight:normal;
}
.directoryLinks a:active {
	text-decoration:none;
	color:#767676;
	font-weight:normal;
}
.galleryLinks a:link {
	text-decoration:none;
	color:#ff460b;
	font-weight:normal;
}	
.galleryLinks p {
	font-family:Arial, Helvetica, sans-serif;
	margin: 10px 0 10px 20px;
}
.galleryLinks a:visited {
	text-decoration:none;
	color:#ff460b;
}
.galleryLinks a:hover {
	text-decoration:underline;
}
.galleryLinks a:active {
	color:#ff460b;
	text-decoration:none;
}
.artshow {
font-size:2em;
}
.submit {
	width: 530px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.submit a:link {
	color: #FFFFFF;
	display:block;
	width:100%;
	height:100%;
	cursor:pointer;
	text-decoration:none;
} 
.submit a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
.submit a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.submit a:active {
	color: #FFFFFF;
	text-decoration:none;
}


