body{
	/*background:#c5beb3 url('/images/bg.gif') repeat-y center fixed;*/
	/*background:#c5beb3;	// beige */
	background:#c5beb3 url('/images/blue-bg.gif') repeat center fixed;
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#000000;
	line-height:16px;
	text-align:center;
}

table td{
	vertical-align:top;
}
/*a{
	color:#333333;
}*/
/* li{
	padding-bottom:10px;
} */
a.hover{
	border-bottom:0px solid #ffffff;
}
p,li{
	margin:3px 0 10px 0;
	line-height:20px;
}
h2{
	font-size:18px; 
	font-weight:normal;
	color:#3c6b9c;
	border-bottom:1px dotted #cccccc; 
	margin:10px 5px 0 0;
}
h3{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	margin:10px 5px 0 0;
}
.sidebarBox{
	background-image:url('/images/sidebar_Top.gif'); 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.header{
	font-size:18px; 
	color:#3c6b9c;
}
.smallBoxText{
	color:#333333;
}
#navigation{
	background-image:url('/images/navBar_span.gif'); 
	background-repeat:repeat-x; 
	text-align:right; 
	height:26px;
}
#navigationText{
	padding-top:5px; 
	font-weight:bold;
	font-size:12px; 
	letter-spacing:.001em; 
	color:#ffffff;
}
#navigationText a{
	font-weight:bold;
	font-size:12px; 
	letter-spacing:.001em; 
	color:#ffffff;
	border:0px;
}
#navigationContainer{
	text-align:left; 
	margin-right:10px;
}
#loginbar{
	background-color: #3C6B9C;
	text-align:right; 
	height:22px;
	color:#ffffff;
}
#gutterContainer{
	float:left; 
	width:193px;
}
#gutterContainerSub{
	float:right; 
	padding-right:10px;
	width:193px;
}
#gutterContent{
	padding-left:6px; 
	padding-top:8px;
}
#mainContainerHome{
	width:100%; 
	/* background-image:url('../_images/mainContent_banner.gif'); */
	background-repeat:no-repeat; 
	padding-top:0px; 
	padding-bottom:20px;
	padding-left:10px;
}
#mainContainerSub{ 
	width:100%; 
	padding-top:5px; 
	padding-bottom:20px;
}
#mainContent{
	padding:10px;
}
#flashObject{
	width:100%;
	text-align:center;
}
#footer{
	clear:both; 
	bottom:0px;
	vertical-align:bottom;
	width:775px; 
	padding:0 0 0 5px; 
	background-color:#F3F3F3; 
	border-top:1px dotted #cccccc; 
	color:#666666; 
	text-align:center; 
	font-size:11px;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
/*
  width: 620px; // For KHTML
*/
  list-style: none;
  height: 24px;
  margin-right: 3px;
  text-align:left;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 135px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #FFF;
  font: bold 12px/22px Georgia, "Times New Roman", Times, serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #8d0138;
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #EEE;
  color: #666;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

/* login menu bar */
ul#loginmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
  height: 24px;
  margin-right: 5px;
  text-align:left;
}

ul#loginmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#loginmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 135px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#loginmenu ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#loginmenu a {
/*  border-right-color: #CCC;
  border-bottom-color: #CCC;
*/
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  font: bold 12px/22px Georgia, "Times New Roman", Times, serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  color:#ffffff;
}

/* Root Menu Hover Persistence */
ul#loginmenu a:hover,
ul#loginmenu li:hover a,
ul#loginmenu li.iehover a {
  background: #4C88C4;
}


.unselectable {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

/* Google maps on different pages */
.map {
	width: 757px;
	height: 480px;
	margin: 0px;
	padding: 0px;
}

.eventDate {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.eventTitle {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.eventRegister {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FF0000;
	padding-top:10px;
	padding-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
}
