body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: .75em;
  margin:0px;
  color:#FFF;
  background: #000
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

/*----------------------------------------------------

PAGE LAYOUT


-----------------------------------------------------*/
#main-body {
	background:url(../images/xz_bg.jpg) #6699CC repeat-x;
	width: 100%;
}
#body-container {
	width:850px;
	height:950px;
	margin-right:auto;
	margin-left:auto;
	background: url(../images/xz_body_bg.jpg) no-repeat;	
}

#inside-body-container {
	width:750px;
	margin-left:auto; 
	margin-right:auto;
}

#header {
	height:225px;
	background: url(../images/xz_header_bg.jpg) no-repeat;
	background-color: #000000;
}

#header-top {
	height:29px;
}

#header-top div{
	padding: 5px;
	text-align:right;
	color:#ccc;
	font-size:.8em;
}

#header-middle {
	height:132px;
}

#header-navigation {
	height:40px;
}

#main-content {
	padding:15px; 
	height:625px;
}

#footer {
	/*height:40px; */
	padding:10px;
}
.clear {
	clear:both;
}

#main-container {
	background:#000000 url(../images/body_center.jpg) top fixed no-repeat;
	width:100%;
	height:100%;
}
#container {
	width: 685px;
	margin-left: 0px;
	min-height: 580px;
	
}


/*---------------------------------------------------------

    NAVIGATION BUTTONS

-----------------------------------------------------*/
.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 9px 11px 10px;
	text-decoration: none;
	border-right: 1px solid #666666;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: black;
background: transparent url(../images/xz_nav_bg_blue.jpg) center center repeat-x;
}

.solidblockmenu{
	margin: 0;
	padding: 2px 0px 0px 3px;
	float: left;
	font: bold 12px Arial;
	width: 100%;
	border: 0 px solid #625e00;
	border-width: 1px 0;
	list-style: none;
}

/*------------------------------------------------*

		FOOTER LINKS

*---------------------------------------------------*/

.footerlinks li{
display: inline;
}

.footerlinks li a{
	color: white;
	padding: 2px 5px 2px;
	text-decoration: none;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}

.footerlinks li a:visited{
color: white;
}

.footerlinks li a:hover, .footerlinks li .current{
color: black;
background: #6699CC;
}

.footerlinks{
	margin: 0;
	padding: 2px 0px 0px 3px;
	float: left;
	font: 11px Arial;
	width: 100%;
	border-width: 1px 0;
	list-style: none;
	text-align:center;
}

.footertext {
font-size:.75em;
text-align:center;
color:#333333;
}

/*-----------------------------------------------------*

	LINKS

*------------------------------------------------------*/



a {
	color:#6699CC;
	text-decoration:none;
}

a:visited {
	color:#6699CC;
	
}

a:hover {
	color:#99CCFF;
	text-decoration:underline;
}

#links li {
	list-style:none;
	line-height: 25px;
	font-weight:bold;
}



/*-------------------------------------------------------*

		BREADCRUMBS

*--------------------------------------------------------*/

#breadcrumb {
	text-align:right;
}

#breadcrumb ul {
	display: inline;
}

#breadcrumb li {
	list-style: none;
	padding: 0px 5px 0px 5px;
	font-size:11px;
	color:#FFFFFF;
	display:inline;
	border-right: 1px solid;
}

#breadcrumb ul li.last{
	border-right:none;
}
	

#breadcrumb a,
#breadcrumb a:visited {
	color:#6699CC;
	text-decoration:none;
}

#breadcrumb a:hover {
	color:#99CCFF;
	font-weight:bold;
	text-decoration:underline;
}	


/* ------------------------------------------------------*

		MISC STYLES
		
*--------------------------------------------------------*/

.title {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-indent: 5px;
	background:url(../images/title_bg.gif) left top no-repeat;
	padding: 5px 0px 5px 20px;
	border-bottom: 1px solid #6699CC;
}

#rightinfo {
	float:right;
	width:222px;
	height:450px;
	background: url(../images/bg2.jpg) no-repeat;
	border-top:#99CCFF 2px solid;	
	}
	
#rightinfo div{
	font-size:11px;
	color:#CCCCCC;
	margin-left:5px;
	margin-right:5px;
	}

#rightinfo li{
	margin-left:0px;
	padding-left:0px;
	padding-bottom: 8px;
	}
	
#holder {
	width:650px;
}

.highlight {
	font-size: 14px;
	font-weight:bold;
	color:#FFFFFF;
}

.highlight2 {
	font-size: 16px;
	font-weight:bold;
	color:#FFFFFF;
	font-style:italic;
	text-align:center;
}

.highlight3 {
	font-size: 14px;
	font-weight:bold;
	color:#6699CC;
}

.highlight4 {
	color:#6699CC;
}

#baseline {
	vertical-align: baseline;
	}

.events li {
	line-height:16px;
	}