body {
	background-color: #BEBFA9;
	margin-top:0px;	
}

#page-holder
{
	width: 800px;
	height:auto;
	background-color: #E6E7CE;
	color: #333;
	border: 1px solid #8B8D7F;
	position:relative;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

#top-bar
{
	width: 800px;
	height:60px;
	background-color: #959789;
	border-bottom: 1px solid gray;
	position:relative;

}

div#title {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	width:400px;
	font-size: 14px;
	position:relative;
	left: 20px;
	top: 42px;
	height: 20px;
	z-index: 211;
	color: #FFFFFF;
	text-align: left;
}


div#pageTitle {
	position:absolute;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	width:400px;
	font-size: 20px;
	left: 20px;
	top: 12px;
	height: 25px;
	z-index: 2150;
	color: #E6E7CE;
	font-weight:normal;
}

div#pageTitle-Shadow {
	position:absolute;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	width:400px;
	font-size: 20px;
	left: 21px;
	top: 14px;
	height: 25px;
	z-index: 2100;
	color: #42423B;
	font-weight:normal;
}

div#grayTopStripe {
	width:801px;
	font-size: 14px;
	position:relative;
	left: 0px;
	top:0px;
	height: 20px;
	background-image: url(/newImages/gray50.gif);
	background-repeat: repeat;
	z-index: 9;
}

p.gloria {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
}


div#topNavBar {
	top:-38px;
	width: 800px;
	height:24px;
	background-image: url(/newImages/gray50.gif);
	background-repeat: repeat-x;
	z-index:200;
	left: 0px;
	text-align: left;
	position:relative;
	/*background-color:#CC9933;*/

}

div#topNavBar2 {
	position:absolute;
	/*bottom:-4px;*/
	top:36px;
	left: 0px;
	width: 800px;
	height:24px;
	background-image: url(/newImages/gray50.gif);
	background-repeat: repeat-x;
	z-index:200;
	
	text-align: left;
	
	/*background-color:#CC9933;*/

}

div#subNavBar {
	top:-10px;
	width: 800px;
	height:24px;
	/*background-image: url(/newImages/gray50.gif);*/
	background-repeat: repeat;
	z-index:300;
	left: 0px;
	text-align: left;
	position:relative;
	/*background-color:#CC9933;*/

}

div#subNavBar2 {
	top:0px;
	width: 800px;
	height:24px;
	/*background-image: url(/newImages/gray50.gif);*/
	background-repeat: repeat;
	z-index:300;
	left: 0px;
	text-align: left;
	position:relative;
	/*background-color:#CC9933;*/

}


div#bottomNavBar {
	width: 800px;
	height: 24px;
	position:relative;
	top:-18px;
	right: 0px;
	z-index:1100;
	text-align: left;
	background-image: url(/newImages/gray50.gif);
	background-repeat: repeat;
	/*background-color:#CC9933;*/
}

div#nav  {
	position: relative;
	top: 1px;
}

div#nav2  {
	width: 800px;
	height: 24px;
	float: left;
	display:inline;
	margin-top:0px;
	/*
	background-image: url(/newImages/gray50.gif);
	background-repeat: repeat-x;*/
}

ul.nav
{
	white-space: nowrap;
	padding-left: 5px;
	position: relative;

}

#nav li, #nav2 li
{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	display: inline;
	list-style-type: none;
	font-size: 12px;
}

#nav li.gloria, #nav2 li.gloria  {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
}

#nav a, #nav2 a {
	padding: 2px 10px;
	margin-bottom: 0px;
	color: #CCCCCC;
	margin-top: 0px;
	margin-right: 3px;
	margin-left: 3px;
	height: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-weight: lighter;
	text-decoration: none;
	background-image: url(/commonImages/tabBg.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/commonImages/tabBgOver.png',sizingMethod='scale');
	
}

#nav a:link, #nav a:visited, #nav2 a:link, #nav2 a:visited
{
	text-decoration: none;
	
}

#nav a:hover, #nav2 a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(/commonImages/tabBgOver.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/commonImages/tabBgOver.png',sizingMethod='scale');
}

#nav li#selected a, #nav2 li#selected a
{
	
	color: #000000;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: none;
	background-color: #FFCC33;
	margin-right: 5px;
	margin-left: 5px;
	height: 0px;

}



#top h1
{
padding: 0;
margin: 0;
}

#main-body-pg2 
{
	top:-40px;
	width: 800px;
	/* IE hack for overflow width */
	w\idth: 750px;
	position:relative;
	height: auto;
	/*float hack for ie */
	heigh\t: 1%
	margin-left: 50px;
 }
 
 #main-body-pg2-2 
{
	top:0px;
	width: 800px;
	/* IE hack for overflow width */
	w\idth: 750px;
	position:relative;
	height: auto;
	/*float hack for ie */
	heigh\t: 1%
	margin-left: 50px;
 }
 

#main-body 
{
	top:-40px;
	width: auto;
	/*background-color: #E6E7CE;*/
	/*border-top: 1px solid gray;*/
	position:relative;
	height: auto;
	font-family: "Trebuchet MS", sans-serif;
	color: #4C4C4C;
}
	
#left-column
{
float: left;
width: 160px;
margin: 0px 0 0;
padding: 1em;
display: inline;
/*background-color: #E6E7CE;*/
}

#column-40
{
	float: left;
	width: 200px;
	margin: 0px 0 0;
	padding: 1em;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #6F7164;
	display: inline;
/*background-color: #E6E7CE;*/
}

#column-60
{
	margin-left: 275px;
	margin-right: 0px;
	padding: 1em;
	color: #00;
	background-color: #E6E7CE;
	height: auto;
}


#right-column
{
	float: right;
	width: 160px;
	padding: 1em;
	display: inline;
	/*background-color: #E6E7CE;*/
}

#center-column
{
	margin-left: 200px;
	border-left: 1px solid gray;
	margin-right: 200px;
	border-right: 1px solid gray;
	padding: 1em;
	color: #00;
	background-color: #E6E7CE;
	height: auto;
}

#one-column
{
	margin-left: auto;
	margin-right: auto;
	color: #00;
	background-color: #E6E7CE;
	position: relative;
	height: auto;
	text-align: center;
	width: auto;
	top: -10px;
}

#footer
{
/*clear: both;*/
width:800px;
height:60px;
color: #333;
background-color:#E6E7CE;
position:relative;
border-top: 1px solid gray;
/*top:-40px;*/
}



div#grayBotStripe {
	width:801px;
	font-size: 14px;
	position:relative;
	left: 0px;
	bottom: 32px;
	height: 20px;
	background-image: url(/newImages/gray50.gif);
	background-repeat: repeat;
	z-index: 1000;
}


div.image {
	position: relative;
	float: left;
	height: 200px;
	width: auto;
	margin: 10px;
	padding: 10px;
	display: inline;
	visibility: visible;
} 

div.image2 {
	float: left;
	display: inline;
	
	/*background-color: #996600;*/
	
} 

p.image {
	border:2px solid #999999;
	background-color: #CCCCCC;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	float: none;
}

a.image{
	/*border:2px solid #999999;
	background-color: #CCCCCC;
	height: auto;
	width: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;*/
}

a.image:link, a.image:visited {
	/*border:2px solid #999999;
	background-color: #CCCCCC;*/
}
a.image:hover {
	/*border:2px solid #333333;
	background-color: #666666;*/
}



span.thum_caption {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #999999;
	text-align: center;
	position: relative;
	top: 0px;
	line-height: 4px;
}

#copyright {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #64675B;
	text-align: center;
	height: 20px;
	width: 800px;
	position: relative;
	bottom: -24px;
}
div#PageNavBar {
	width: 80%;
	height: 24px;
	right: 0px;
	text-align: left;
	background-repeat: repeat;
	clear: both;
}
div#pageNav {
	position: relative;
	text-align: right;
	margin-right: 40px;
}
#pageNav ul {
	white-space: nowrap;
	padding-left: 5px;
}
#pageNav li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	list-style-type: none;
	font-size: 12px;
	color: #666666;
}
#pageNav a {
	padding: 2px 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-left: 3px;
	height: 10px;
	text-decoration: none;
	color: #666666;
}
#pageNav a:link, #pageNav a:visited {
	text-decoration: none;
}
#pageNav a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #F2F3D8;
}
#pageNav li.selected {
	color: #666666;
	text-decoration: none;
	background-color: #F8FADE;
	margin: 3px;
	padding: 2px;
	font-weight: bold;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #BEBFA9;
	border-left-color: #BEBFA9;
}
#subNav div {
	position: relative;
}
#subNav ul {
	white-space: nowrap;
	padding-left: 5px;
}
#subNav li {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	display: inline;
	list-style-type: none;
	font-size: 12px;
}
#subNav a {
	padding: 2px 10px;
	margin-bottom: 0px;
	color: #838475;
	margin-top: 0px;
	margin-right: 3px;
	margin-left: 3px;
	height: 10px;
	font-weight: bold;
	text-decoration: underline;
	font-family: "Trebuchet MS", sans-serif;
}
#subNav a:link, #subNav a:visited {
	text-decoration: underline;
}
#subNav a:hover {
	text-decoration: none;
	background-color: #F6F7DC;

}
#subNav li#selected a {
	
	color: #000000;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: none;
	background-color: #FFCC33;
	margin-right: 5px;
	margin-left: 5px;
	height: 0px;
}

#bottomNav div {
	position: relative;
}
#bottomNav li {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	display: inline;
	list-style-type: none;
	font-size: 12px;
}
#bottomNav div {
	position: relative;
}
.small {
	font-size: 0.7em;
}
#bottomNav a {
	padding: 2px 10px;
	margin-bottom: 0px;
	color: #CCCCCC;
	margin-top: 0px;
	margin-right: 3px;
	margin-left: 3px;
	height: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-weight: lighter;
	text-decoration: none;
	background-image: url(/commonImages/tabBg.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/commonImages/tabBgOver.png',sizingMethod='scale');
}
#bottomNav a:link, #bottomNav a:visited {
	text-decoration: none;
}
#bottomNav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(/commonImages/tabBgOver.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/commonImages/tabBgOver.png',sizingMethod='scale');
}
#bottomNav li#selected a {
	
	color: #000000;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: none;
	background-color: #FFCC33;
	margin-right: 5px;
	margin-left: 5px;
	height: 0px;
}
#nav li.top_selected {
	
	color: #6F7164;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: none;
	margin-right: 5px;
	margin-left: 5px;
	height: 0px;
}
#subNav li.sub_selected {
	padding: 2px 10px;
	margin-bottom: 0px;
	color: #838475;
	margin-top: 0px;
	margin-right: 3px;
	margin-left: 3px;
	height: 10px;
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif;
	background-color: #F5F6DB;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #6F7164;
	border-left-color: #6F7164;
}
div.index_image {
	float: left;
	height: auto;
	width: auto;
	margin: 5px 10px;
	padding: 10px;
	display: inline;
	position: relative;
}
ul#index_nav  li a {
	padding: 2px 10px;
	margin-bottom: 0px;
	color: #6F7164;
	margin-top: 0px;
	margin-right: 3px;
	margin-left: 3px;
	height: 10px;
	font-weight: lighter;
	text-decoration: none;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #4C4C4C;
}
ul#index_nav li a:link, ul#index_nav li a:visited {
	text-decoration: none;
}
ul#index_nav li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(/commonImages/tabBgOver.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/commonImages/tabBgOver.png',sizingMethod='scale');
}
#index_nav  li#selected a {
	
	color: #000000;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: none;
	border-right-style: none;
	background-color: #FFCC33;
	margin-right: 5px;
	margin-left: 5px;
	height: 0px;
}
ul#index_nav li {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	list-style-type: none;
	font-size: 14px;
	line-height: 25px;
}
p.column_text {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
}

p.column_title {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	line-height: 14px;
}p.column_text a {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	line-height: 14px;
}
p.column_text a:link, p.column_text a:visited {
	line-height: 14px;
	color: #330000;
	text-decoration: underline;
}
p.column_text a:hover {
	line-height: 14px;
	color: #330000;
	text-decoration: none;
}

p.endColumn { /* to clear possible floats */
	font-family: "Trebuchet MS", sans-serif;
	font-size: x-small;
	clear: both;
}
div#announcement {
	top:0px;
	width: 770px;
	height:20px;
	z-index:3300;
	left: 0px;
	text-align: left;
	position:relative;
	background-color: #F6F7DC;
	padding: 5px 10px 25px 20px;
	
}
div#announcement p {
	Text-align: left;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6F7164;
	padding: 0px 0px 10px;
}
div.clear-floats {
	width: 800px;
	height:1px;
	position:relative;
	clear: both;
}
div#event_sub_banner {
	top:-40px;
	width: 770px;
	height:auto;
	left: 0px;
	text-align: left;
	z-index:2036;
	position:relative;
	background-color: #F6F7DC;
	padding: 5px 10px 5px 20px;
}
div#event_sub_banner p {
	Text-align: left;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6F7164;
	padding: 0px 15px 0px 0px;
	width: auto;
}
