body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family:  Arial, Helvetica,  sans-serif;
	color: #000;
	font-size: 80%;

}
/* All Page Links */
a:link, a:active, a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;

}
/* Main Page Container */
#container {
	position: relative;
	top: 5px;
	width: 990px;
	margin: 0px auto 0 auto;
	padding: 0px;
	border: 1px solid #4D4D4D;
	}
/* Header Container */
#header {
	
}
	
	#sitelinks {
	
	padding: 0 0 0 0px;
	}
	#sitelinks ul {
		border: 0;
		margin: 0;
		margin-left: 12px;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}
	#sitelinks ul li {
	display: block;
	vertical-align: middle;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	
	}
		#sitelinks ul li a {
	display: block;
	vertical-align: middle;
	width: 162px;	
	border-left: none;
	padding: 6px 0 6px 0;
	margin-left:100px;
	color: #D5E8FF;
	text-decoration: none;
	text-align: center;
	font: 28px Arial, Helvetica,  sans-serif;
	font-weight: bold;
	background-color: #000;
	border: 1px solid #CCC;
			}
		#sitelinks ul li a:hover {
	background-color: #999999;
	color: #000;
					}
		#sitelinks a:active {
	color: #CCC;
	background-color: #333333;
		}
		#sitelinks li#active a {
	color: #000;
	background-color: #999999;
		}
		#sitelinks li a#linkright {
			border: 1px solid #CCC;
			
		}
		#sitelinks li a#linkboth {
			border-right: 1px solid #CCC;
			border-left: 1px solid #CCC;
			margin-left:0px;
		}
	/* Index Menu Content */
	#nav, #nav ul { /* all lists */
		display: inline;
		float: right;
		width: 200px;
		padding: 0;
		margin: 0;
		list-style: none;
	
	}
	#nav li { /* all list items */
		float: left;
		color: #281173;
		/* width needed or else Opera goes nuts */
		width: 200px;
		
	}
	#nav li a, #nav li a:link, #nav li a:active, #nav li a:visited {
	display: block;
	text-decoration: none;
	padding: 4px;
	height: 16px;
	

	}
	#nav li a:hover {
		background-color: #FF0000;
		border-bottom: 4px solid #819957;
		padding: 4px 4px 0 4px;
	}

/* Page content */
#content {
	width: 988px;
	color: #000;
	padding-top: 0px;
	background-image: url(../../paletteblue.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}	
	#menusubnav { /* Sub Menu Container */
		display: block;
		float: left;
		width: 164px;
		height:3370px;
		padding-top: 1px;
		margin-bottom:50px;
		background-color:#CCCCCC;
		background-color: #000;
		font-size:28px;
		text-align:center;
		

			}
	#subnav, #subnav ul { /* Sub Menu List */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
	}
	#subnav a {
		display: block;
	}
	#subnav li { /* all list items */
		width: 100%;
	}
		ul#subnav li a, ul#subnav li a:link, ul#subnav li a:active, ul#subnav li a:visited {
	display: block;
	width: 100%;
	padding: 6px 0px 6px 0px;

	text-decoration: none;
	color: #D5E8FF;
	font-weight:normal;
	background-color: #1F1F1F;
	margin-bottom:32px;
	
	
		}
		ul#subnav li a:hover {
	background-color: #999999;
	color: #000;
	
			}
	#subnav li ul li { /* 2nd level items */
		margin-left: 15%;
		width: 85%;
		list-style: none;
		font-size: 11px;
			}
	
#content_text {
		display: inline;
		padding-top: 10px;
		padding-bottom: 10px;
		float: right;
		width: 740px;
		padding-right: 40px;
		min-height: 636px;

				
	}
#footer {
	font-size: 85%;
	border-top-width: 1px;
	border-top-color: #000;
	border-top-style: solid;
}

/* Misc Styles */

p {font-size:28px;}

h1 { /* Page Header */
	
	font-weight: bold;
	font-size: 36px;
	margin: 20px 0 10px 0;
	padding: 0;
	line-height: 36px;
	color: #4D4D4D
}
h2 { /* Page Sub Header */
	font-weight: bold;
	font-size: 34px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 18px;
	color: #4D4D4D;
}
h3 {
	margin-top: 0px;
	color: #4D4D4D;
	font-size: 32px;
}
h4 {
	
	color: #4D4D4D;
	font-size: 30px;
}
th {
	text-align: left;
}
#clear {
	clear: both;
}
#message {
	text-align: center;
	color: #FF0000;
}
.popup {
    /* Necessary: */
    position: absolute;
    display: none;

    /* Additional styling: */
    border: 1px solid black;
    opacity: .85;
    filter: alpha(opacity=85);
}
	.tobbottomborders {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
	.tobborder {
	border-top-width: 1px;
	border-top-color: #4D4D4D;
	border-top-style: solid;

}
.address {
	font-size: 13px;
}
.date {
padding-top: 4px;
margin-left: 450px;
}
.greyborder {
	border: 1px solid #666;
	font-size:28px;
}
.white {
	color: #FFFFFF;
}
.sub {
font-size:28px;
}
.red {
color: #FF0000 
}
.bronze {
color: #DE6300;
}  
#inverse {
	color: #FFFFFF;
	background-color: #4252B5;
	display: block;
	width: 122px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
 #inverse a{
	color: #FFFFFF;
	background-color: #4252B5;
	display: block;

}
 #inverse a:hover{
	color: #FF9E1C;
	background-color: #4252B5;
	display: block;

}
.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.hidden {
 display: none; 
}.SEARCH {
	display: block;
	width: 170px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.border1 {
	border: 1px solid #CCC;
	}
.list {
	margin-top: 7px;
}
.hidden {
display:none; 
}
h5 {
	font-size: 110%;
	font-weight: bold;
}
.header {
	background-image: url(../../fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bottomspacer {
	margin-bottom: 5px;
 	border-bottom: solid #CCC 2px; 
 }.blue {
	color: #0A246A;
}
#foot {
	margin-right:100px;
	position: absolute;
	top: 1509px;
	left:118px;
	width: 980px;
	color: #999999;
			}
.linkright {

border: 1px solid #CCC;

}.artcentretext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #FFFFFF;
}
.hometextgrey {
	font-size: 14px;
	color: #333333;
}
.purple {
	color: #640066;
}
.fuchsia {
	color: #B3168B;
}
.mauve {
	color: #6F3893;
}
.bigplum {
	font-size: 20px;
	color: #9B0755;
}
.plum {
	color: #9B0755;
}
.grey {
	color: #999999;
	}
.lightgrey {
	color: #BBB;
	} 
.dullmauve {
color: #666699;
}
.magenta {
color: #FF00FF;
}
.darkgrey {
	color: #4D4D4D;
	font-size:19px;
	font-weight:bold;
	word-spacing: 6px;
	letter-spacing: 2px;
}
.vertfade {
	background-image: url(../../vertfade.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.fourteenpx {
	font-size:14px;
	vertical-align: middle;
}
.marginleft {
margin-left: 10px;
}
.bodytext {
font-size: 28px;
}
.border {
border:1px solid black;
}

.footer_address{font-size:28px;}

.footer_links{font-size:28px; line-height:70px;}

.desktop_link{font-size:36px;}

input{ font-size:26px}

input[type=radio]
{
  /* Double-sized radio buttons */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}


textarea{ font-size:28px}

select {
 font-size:28px
}
option {
 font-size:28px
}