
*{
	padding:0; 
	margin:0;
}
body {
	font-size:70%; 
	background-color: #000; 
	color: #fff;
	font-family:verdana,arial,sans-serif;
} /*Font-size: 1.0em = 10px when browser default size is 16px*/

a {
	color: #ECDD67;
	text-decoration: none;
}

a:hover {
	color: #DFF400;
}

a:visited {
	color: #D8B504;
}

/* STRUCTURAL LAYOUT */

#page-container {
	width:925px; 
	margin:0px auto; 
	margin-top:10px; 
	margin-bottom:10px; 
	font-size:1.0em;
}

#header {
	width:925px; 
}
#header-top {
	width:925px; 
	height:325px; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}
#header-menu {
	width:925px; 
	height:48px; 
}

#horizontal_menu
{
width: 920px;
height: 48px;
background: url(../images/buttons_r.gif) repeat-x;
}

#horizontal_menu ul {
	list-style: none;	
	padding-left: 3em;
}

#horizontal_menu li {
	
	display: inline; 
	
}

#horizontal_menu a {
	float: left;
	height: 33px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: 1.6em;
	padding: 0.5em 0.5em;
	font-weight: bold;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino;
	letter-spacing: 0.1em;
}

#horizontal_menu a:hover {
	color: #ff0000;
	text-decoration: none;
	/*background: url(../images/buttons_bg.gif) repeat-x;*/
}

#header-bottom {
	background: url(../images/back_top.jpg) no-repeat top;
	width: 920px;
	height: 50px;
}
#header-bottom h1 {
	padding: 10px;
	font-family: serif;
	text-align: center;
	letter-spacing: 3px;
}


#main {
	clear:both; 
	width:925px; 
	padding-bottom:30px; 
}
#leftcolumn {
	display:inline /*Fix IE floating margin bug*/; 
	float:left; 
	width:200px; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}
#main-content {
	display:inline; /*Fix IE floating margin bug*/; 
	float:left; 
	width:440px; 
	margin:0 0 0 30px; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}
#main-content p {
	font-size: larger;
}

#main-content img {
	padding: 5px;
}

#main-content img.right {
	float: right;
}


#rightcolumn {
	display:inline /*Fix IE floating margin bug*/; 
	float:right; 
	width:225px; 
	margin:0 15px 0 0; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}

/* Section Specific */
#rightcolumn {
	padding-top: 20px;	
}

#rightcolumn h3{
	width: 250px;
	height: 43px;
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 8px;
	text-align: center;
	color: #ff0000;
	background: url(../images/sidebar-header.gif) repeat-x top;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino;
	letter-spacing: 0.1em;
}

#rightcolumn p {
	padding: 5px;
}

#rightcolumn ul {
	list-style: none;
	margin-bottom: 10px;
	background: url(../images/title_back.gif) no-repeat top;
	
}



#rightcolumn li  {
	padding: 5px;
	padding-bottom: 5px;
}

#rightcolumn a {
	color: #ECDD67;
}

#rightcolumn a:hover {
	color: #DFF400;
}

#rightcolumn a:visited {
	color: #D8B504;
}

#rightcolumn p
{
font-size: 10px;
}

#latest-news p img {
	width: 225px;
	height: auto;
	/*display: none;*/
}


#calendar1 {
	padding: 20px 10px 20px 10px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}

#calendar .event {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}

.cal_not_in_month {
	color: #000;	
}
td.eventday {
	background-color: red;	
}

a.eventday {
	color: #ECDD67;	
}

#slideshow {
	text-align: center;
	width: 410px;
	height: 285px;
	padding: 10px;
} 



#footer {
	clear:both; 
	width:925px; 
	padding:1.0em 0 1.0em 0; 
	background: url(../images/footer-bg.gif) repeat-x top;
	font-size:1.0em; 
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino;
	letter-spacing: 0.1em;
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}



#footer p {
	margin: 0;
	padding-top: 5px;
	text-align: center;
	color: #000;
}

#footer a {
	color: #000;
}

/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, 
.header:after, 
.header-breadcrumbs:after, 
.main:after, 
.main-navigation:after, 
.main-content:after, 
.main-content div:after, 
.main-subcontent:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

.footer:after, p:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print {.header-top {width:925px; height:80px; background:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
@media print {.header-breadcrumbs {width:925px; background:transparent;}}
@media print {.nav2 {float:left; width:925px; border:none; background:rgb(240,240,240); color:rgb(75,75,75); font-size:1.0em; font-size:130%;}} /*Color navigation bar normal mode*/
@media print {.main {clear:both; width:925px; padding-bottom:30px; background:transparent;}}
@media print {.main-navigation {display:inline /*Fix IE floating margin bug*/; float:left; width:199px; border-right:solid 1px rgb(200,200,200); border-bottom:solid 1px rgb(200,200,200); background-color:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE*/;}}
@media print {.footer {clear:both; width:925px; height:3.7em; padding:1.1em 0 0; background:rgb(240,240,240); font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}