@charset "UTF-8";
.contact {
	text-align: right;
	width: 250px;
	float: right;
	margin: 0px;
	padding: 0px;
	z-index: auto;
}
.thrColFixHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	
} 
.thrColFixHdr #header { 
	background: ;
	float: left;
	width: 540px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: ; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 520px;
	margin-top: 20px;

}
.thrColFixHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: ; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-top: 20px;
}
.thrColFixHdr #mainContent {
	width: 149px;
	margin-right: ;
	float:right;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right: 10px;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	float:both;
} 
.thrColFixHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
	padding-right: 10px;
}
.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;
}
img {
	border:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
img a{
	border:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	color: #AA2F40;
	text-align: left;
	margin-top: 5px;
	margin-bottom:5px;
}
.purpleheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	color: #160A59;
	width: 500px;
	text-align: left;
	margin-top: 5px;
	vertical-align: top;
	float: left;
}
.nav {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	margin-right: 0px;
	padding-top:0px;
	
}
.nav a {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-right: 20px;
}
.nav a:hover {
	color: #A12C39;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}
.navwp {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	margin-right: 0px;
	padding-top:12px;
	
}
.navwp a {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-right: 20px;
}
.navwp a:hover {
	color: #A12C39;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}
.top_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	color: #000000;
	padding-right: 5px;
	text-align: right;
	vertical-align:bottom;
	margin-top:12px;
}
.top_nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	color: #000000;
	padding-right: 5px;
	text-decoration: none;
	text-align: right;
}
.top_nav a:hover {
	color: #8BC1D1;
	padding-right: 5px;
	font-weight: bold;
}
.subnav {
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	color: #A12C39;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	padding-right: 0px;
	font-size: 12px;
}
.main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.main_text a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight: bold;
	text-decoration:none;
}
.main_text a:hover{
	color:#000000;
	text-decoration: underline;
	font-weight:bold;
}
.side_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 15px;
}
.images {
	padding-right: 5px;
	padding-left: 5px;
}
.home_nav {
	padding-right: 5px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
}
.home_nav a{
	padding-right: 5px;
	color: #666666;
	text-decoration: none;
}
.home_nav a:hover{
	padding-right: 5px;
	color: #8BC1D1;
	font-weight: bold;
	text-decoration: none;
}.info_bottom {
	font-size: 12px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
.home_paragraph {
	font-size: 12px;
	color: #265363;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin-top: 0px;
	width: auto;
}
.thrColFixHdr #container .ourstory {
	width: 200px;
	margin-left: 540px;
	margin-top: -15px;
	margin-right:20px;
}
.thrColFixHdr #container #head {
	text-align: right;
	background-position: left;
	width: 500px;
}
#ourstory {
	text-align: right;
	margin-left: 0px;
	margin-top: 13px;
	float: right;
}
gala_links {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.galanav {
	color: #FFFFFF;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.galanav a{
	font-size:12px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.galanav a:hover{
	color: #AA2F40;
	text-decoration:none;
	font-weight:bold;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.galanav_header {
	font-size:14px;
	color: #160A59;
	font-weight: bold;
	margin: 10px;
	padding-top:10px;
}
ul.MenuBarVertical li.MenuBarItemIE
	{
		float: right;
	}
#MenuBar1 .nav_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #06414D;
	text-align: left;
	font-weight: bold;
	font-stretch: narrower;
}
#MenuBar1 .nav_white a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #06414D;
	text-align: left;
	font-weight: bold
}
#MenuBar1 .nav_white a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color:#9B2637;
	text-align: left;
	font-weight: bold
}
#MenuBar1 .nav_white_submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #06414D;
	text-align: right;
	font-weight: bold;
	font-stretch: narrower;
	position: relative;
	margin-right: 0px;
}
#MenuBar1 .nav_white_submenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #06414D;
	text-align: right;
	font-weight: bold;
}
#MenuBar1 .nav_white_submenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
}
.georgia_medium {font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color:#000000}
.georgia_medium a {font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; text-decoration:none; color:#000000}
.georgia_medium a:hover {font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; text-decoration:underline; font-weight:bold}
.clear {clear:both;}
.logo {
	margin-top:10px;}