body {
	font: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size: 85%;
}
#container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow:hidden;
}
#mainContent {
	padding: 0 10px 0 10px; 
	background: #FFFFFF;
	width: auto;
}
#container2 {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	position: relative;
	overflow:hidden;
}
#mainContent2 {
	background: #FFFFFF;
	background-color:#FFFFFF;
	margin: 20px 123px 0px 0px;
	padding: 0px 14px 0px 14px;
} 
#mainContent3 {
	background: #000000;
	background-color:#000000;
	margin: 20px 123px 0px 0px;
	padding: 0px 14px 0px 14px;
} 
#descriptiveborder {
	background:#000000;
	width: 440px;
	height: 360px;
	margin-top:56px;
	margin-left:60px;
	position:relative;
	overflow:hidden;
}
#descriptiveback {
	height:340px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:10px;
	background:#9C9C9C;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}
#descriptivehead {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	background:#F5F5F5;
	padding:16px 8px 5px 0px;
	overflow:hidden;
}
#descriptivehead a:link {
	color:#606060;
	text-decoration:underline;
}
#descriptivehead a:link:hover {
	color:#A1A1A1;
	text-decoration:none;
}
#descriptivehead a:visited {
	color:#3D3D3D;
	text-decoration:underline;
}
#descriptivehead a:visited:hover {
	color:#3D3D3D;
	text-decoration:none;
}
.descriptive {
	color:#FFFFFF;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:10px;
	padding:10px 10px 10px 15px;
	overflow:hidden;
}
.descriptive a:link {
	color:#FFFFFF;
	text-decoration:underline;
}

.descriptive a:link:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.descriptive a:visited {
	color:#686868;
	text-decoration:underline;
}

.descriptive a:visited:hover {
	color:#686868;
	text-decoration:none;
}

#largeboxheader {
	color:#FFFFFF;
	background:#333333;
	margin-top:14px;
	margin-left:24px;
	margin-right:60px;
	margin-bottom:0px;
	padding:20px 20px 5px 20px;
}
#largeboxheader a:link {
	text-decoration:underline;
	color:#FFFFFF;
}
#largeboxheader a:visited {
	text-decoration:underline;
	color:#CCCCCC;
}
#largeboxheader a:link:hover {
	text-decoration:none;
	color:#FFFFFF;
}
#largeboxheader a:visited:hover {
	text-decoration:none;
	color:#CCCCCC;
}
.largebox {
	background:#F2F2F2;
	margin-top:0px;
	margin-left:24px;
	margin-right:60px;
	margin-bottom:10px;
	padding:20px 25px 25px 25px;
}
.largebox a:link {
	text-decoration:underline;
	color:#666666;
}
.largebox a:visited {
	text-decoration:underline;
	color:#003399;
}
.largeboxblack {
	background:#000000;
	margin-top:0px;
	margin-left:24px;
	margin-right:60px;
	margin-bottom:10px;
	padding:20px 25px 25px 25px;
}
.largeboxblack a:link {
	text-decoration:underline;
	color:#FFFFFF;
}
.largeboxblack a:visited {
	text-decoration:underline;
	color:#CCCCCC;
}

#mamiya {
	float:right;
	position:absolute;
	top:95px;
	right:5px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
}
#sidebar1 {
	float: right;
	width: 122px;
	background:#FFFFFF;
	background-color:#FFFFFF;
	padding: 5px 1px 5px 1px;
}
#header {
	background: #FFFFFF;
	padding: 0;
	width: auto;
	height: 100px;
	position: relative;
}
#header2 {
	float:left;
	position:absolute;
	top:8px;
	left:420px;
	background:#FFFFFF;
	padding: 0;
}
#header2 h1 {
	color:#000000;
	margin: 0px 0 0px 0px;
	padding: 5px 0 0 0;
	font-size: 11px;
}
#header3 {
	float:left;
	position:absolute;
	top:8px;
	left:690px;
	background:#FFFFFF;
	padding: 0;
}
.header3 h2 {
	color:#000000;
	margin: 0px 0 0px 0px;
	padding: 4px 0 0 0;
	font-size: 11px;
}
.header3 h2 a:link {
	text-decoration:underline;
	color:#666666;
}
.header3 h2 a:link:hover {
	text-decoration:underline;
	color:#999999;
}
.header3 h2 a:visited {
	text-decoration:underline;
	color:#003333;
}
#header4 {
	float:left;
	position:absolute;
	top:32px;
	left:421px;
	padding: 0;
}

#footer {
	padding: 0px;
	width: auto;
	height: 80px;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer2 {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	width: auto;
	height: 120px;
}
#footer2 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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#registration {
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:30px;
	background-color:#FFCC66;
	width:610px;
	padding: 25px;
}
.update {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:10px;
	background-color:#FFCC66;
	width:610px;
	padding: 25px;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	font-size: 0.8em;
	width: 110px;
}
.textfieldnarrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 30px;
}

.buttonlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color:#F0F0F0;
	background-color:#4E4E4E;
	text-align: center;
}
.buttonsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color:#F0F0F0;
	background-color:#4E4E4E;
	text-align: center;
}
.gallink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#FFFFFF;
}

h1, h2, h3, h4, h5 {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
}

tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.body ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.body li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

.xx-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .4em;
}

.x-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}


.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

.x-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

.xx-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.menubox {
	float:left;
	padding:0px 6px 16px 6px;
	margin:10px 18px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align: center;
	border-width:thin;
	border-style:groove;
	border-color: #666666 #333333 #333333 #666666;
	background-color:#000000;
	color:#FFFFFF
}

.menubox a:link {
	color:#FFFFFF;
	text-decoration:none;
}

.menubox a:link:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.menubox a:visited {
	color:#999999;
	text-decoration:none;
}

.menubox a:visited:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}
a:link {
	color:#3300CC;
	text-decoration:underline;
}
a img {border: none; }

.clr {clear:both;} 

blockquote {
    margin: .8em 1em;
    border-left: 2px solid #EEEEEE;
    padding-left: 1em; 
}