html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #E3E0E3;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
td img {
	display: block;
}
p {
	margin: 8px 0px 12px 0px;
	padding: 0px;
}
a {
	color: #006666;
	text-decoration: underline;
	margin: auto;
}
a:hover {
	color: #000066;
	text-decoration: underline;
}
input, textarea, select {
	color: #333333;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: normal;
}
input.nav {
	color: #333333;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
	letter-spacing: normal;
	padding: 2px 4px 2px 4px;
}
.required {
	color: #756C53;
	font-weight: 600;
	margin-bottom: 10px;
}
.notrequired {
	color: #756C53;
	margin-bottom: 10px;
}
input.required, textarea.required, select.required {
	font-weight: 200;
	color: #756C53;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.notrequired {
	color: #756C53;
}
.error {
	font-size: 14px;
	letter-spacing: normal;
	color: #990000;
	font-weight: bold;
	padding: 4px 0px 8px 0px;
}
input.error, select.error, textarea.error {
	border-color: #990000;
}
.large_header, .large_header a {
	display: block;
	border-bottom: 0px solid #2B3D55;
	font-size: 18px;
	font-weight: bold;
	color: #006666;
	cursor: pointer;
}

.small_header, .small_header a {
	display: block;
	border-bottom: 0px solid #2B3D55;
	font-size: 16px;
	font-weight: bold;
	color: #79005F;
}
section_header {
	display: block;
	border-bottom: 1px solid #999;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}	
h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2B3D55;
	margin-bottom: 0px;
}
.submenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #FFF;
	margin-top: 8px;
	margin-bottom: 0;
}
.submenu a {
	color: #FFF;
	text-decoration: none;
}
.submenu a:hover {
	color: #870069;
	text-decoration: none;
	font-weight: bold;
}
.subsubmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 700;
	color: #EEE;
	margin-top: 8px;
	margin-left: 5px;
	margin-bottom: 0;
}
.subsubmenu a {
	color: #EEE;
	text-decoration: none;
}
.subsubmenu a:hover {
	color: #870069;
	text-decoration: none;
	font-weight: bold;
}



/* CONTAINERS 
======================================================== */
#framecontainer {
	width: 798px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #87006B;
}
#outerframe {
	width: 798px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000;
}
#headerframe {
	width: 798px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000;
	background: url(../images/hdr.jpg) left top no-repeat;
}
#navigationcontainer {
	width: 100%;
	height: 24px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	background: #F1DCF0;
	border-top: #620F62 1px solid;
	border-bottom: #620F62 1px solid;
}
#navigation {
	width: 100%;
	height: 24px;
	overflow: hidden;
	text-align: center;
	clear: both;
	background: #F1DCF0;
}
#navigation ul {
	height: 24px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
}
#navigation li {
	height: 24px;
 	min-width: 80px;
	display: inline;
	float: left;
	list-style-type: none;
}
#navigation li a {
	height: 24px;
	display: block;
	text-decoration: none;
	color: #620F62;
	font-weight: 700;
	padding: 4px 10px;
	background: #F2DDF0;
/*	border-left: #620F62 1px solid;  */
	border-right: #620F62 1px solid;
}
#navigation li a:hover {
	color: #620F62;
	background: #EAFEFF;
}
#navigation li a.selected {
	color: #006466;
}
#navigation li a.selected:hover {
	color: #006466;
	background: #EAFEFF;
}

#innerframe_container {
	width: 798px;
	height: 433px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #FFF;
	overflow: hidden;
}
#innerframe_container_hp {
	width: 798px;
	min-height: 433px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #FFF;
}
#innerframe {
	width: 782px;
	margin: 4px;
	padding: 4px;
	text-align: left;
}
#left_frame_container {
	width: 152px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #100E11;
	float: left;
	vertical-align: top;
	overflow: visible;
}
#left_frame {
	width: 146px;
	height: 100%;
	margin: 6px 0 6px 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
#right_frame_container {
	width: 646px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFF;
	float: right;
	vertical-align: top;
	overflow: auto;
}
#right_frame {
	width: 610px;
	margin: 7px;
	padding: 0px;
	text-align: left;
}
#gallery_container {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	vertical-align: top;
	overflow: hidden;
}
#left_gallery_container {
	width: 152px;
	height: 433px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000;
	float: left;
	vertical-align: top;
	overflow: hidden;
}
#left_gallery {
	width: 146px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000;
	vertical-align: top;
	overflow: auto;
}
#right_gallery_container {
	width: 640px;
	height: 100%;
	margin: 0px;
	padding: 3px;
	text-align: center;
	background-color: #000;
	float: right;
	vertical-align: top;
	overflow: hidden;
}
img.thmb {
	width: 110px;
	margin: 4px;
	border: dotted 4px #FFF;
	text-align: left;
}

/* COPYRIGHT (No Footer)
==============================================================================*/
#copyright_container {
	position: relative;
	width: 145px;
	height: 40px;
	left: 7px;
	margin-left: 0;
	margin-right: 0;
	margin-top: -55px;
	border: 0px dotted #000;
	text-align: left;
	z-index: 100;
}
#copyright {
	width: 145px;
	height: 40px;
	margin: 0;
	border: 0px dotted #000;
	text-align: left;
	z-index: 101;
}
.copyright, a.copyright_link  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #E3E0E3;
	font-weight: 400;
	text-decoration: none;
	text-align: left;
	margin-bottom: 1px;
}
a.copyright_link:hover {
	text-decoration: underline;
}

/* FOOTER
==============================================================================*/
#footer {
	width: 798px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border: 0px dotted #000;
}
.footer, a.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	font-weight: 400;
	text-decoration: none;
}
a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	font-weight: 400;
	text-decoration: underline;
}


/*  All of this clearfix business is to make sure floated elements are contained
    properly within their containing divs. */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* IMAGE GALLERY
==============================================================================*/
.image {
	text-align: center;
	vertical-align: middle;
}