/* LAYOUT STYLES */

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	line-height:1.8em;
	background-color:#094665;
	}

#header {
	height:124px;
	width:899px;
	background-color:#fff;
	margin:0 auto;
}

#page {
	background: url(images/main-bg.jpg) repeat-x;
	width:899px;
	margin:0 auto;
}

#top {
	background-color:#fff;
	height:124px;
}

#rightColumn {
	width:682px;
	float:right;
}

#rightContent {
	background: #000 url(images/paper.jpg) bottom;
	padding:4px;
	margin-right:15px;
	min-height:337px;
}

#leftColumn {
	width:217px;
	padding-top:22px;
}

#searchBox {
	width:181px;
	background: url(images/yellow-grad.jpg) repeat-x #f4ef60 ;
	border-top:4px solid #7375b7;
	margin:0 auto;
	margin-bottom:5px;
	padding:0 0 10px;

}

#searchBox #searchButton {
	width:30px;
	}
	
#searchBox #searchText {
	width:132px;
	margin:0 0 0 5px;
	}

#categoriesBox {
	width:181px;
	background: url(images/yellow-grad.jpg) repeat-x #f4ef60 ;
	border-top:4px solid #7375b7;
	margin:0 auto;
	margin-bottom:5px;
	padding:0 0 10px;
}

#categoriesBox #ctl00_Category {
	width:169px;
	margin:0 0 0 5px;
	}
	

#calendarBox {
	width:181px;
	background: url(images/yellow-grad.jpg) repeat-x #f4ef60;
	border-top:4px solid #7375b7;
	margin: 0 auto 5px;
	padding:0 0 10px;
}

#infoBox {
	width:181px;
	height:44px;
	background: url(images/yellow-grad.jpg) repeat-x #f4ef60 ;
	border-top:4px solid #7375b7;
	margin:0 auto;
	margin-bottom:5px;
	padding:0 0 10px;	
}

#footer {
	width:667px;
	height:27px;
	float:right;
	background-color:#116793;
	margin-right:15px;
	margin-top:15px;
}

#navigation {
	height:34px;
	background:url(images/menu-bg.jpg) repeat-x;
	margin-bottom:10px;
	border-top:1px #fff solid;
	margin-top:-21px;
	margin-right:15px;
}

#topRightContent {
	background:url(images/content-grad.jpg) repeat-x bottom;
	padding:3px;
}

#topRightContent img {

}

.featured {
	width:323px;
	height:225px;
	position:relative;
	float:left;
	margin:3px 3px 50px;
	text-align:center;
	}
	
.featured a {
	color:#FFF;
	text-decoration:none;
	}
	
.featured a img {
	border:0;
	}
	
.featured .black {
	width:100%;
	height:64px;
	background:url(images/black.png);
	position:absolute;
	bottom:0;
	z-index:5;
	text-align:left;
	}
	
.featured .text {
	width:100%;
	height:auto;
	position:absolute;
	background:url(images/black.png);
	background-repeat:repeat-y;
	color:#FFF;
	left:0;
	bottom:0;
	padding: 3px 10px;
	z-index:10;
	line-height:11px;
	text-align:left;
	}
	
.featured .text a {
	color:#FFF;
	text-decoration:none;
	}
	
.featured .text h3 {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin:11px 0 2px;
	padding:0;
	}
	
.featured .text h4 {
	font-size:17px;
	margin:0 0 7px;
	padding:0;
	line-height: 18px;
	}
	
.featured .text p {
	margin:0;
	padding:0;
	font-size:10px;
	}

/* TEXT STYLES */

#footer {
	color:#fff;
}

#footer p {
	margin: 2px 0 0 5px;
	padding:0;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#leftColumn h1 {
	color:#7375b7;
	margin:0 0 0 5px;
	padding:0;
	font-size:12px;
	font-weight:bold;
}

#leftColumn a {
	color:#000;
	margin:0 0 10px 5px;
	font-size:1em;
}

#rightContent h1 {
	color:#82c6e8;
	font-weight:bold;
	text-transform:uppercase;
	font-size:18px;
}

#rightContent h1.title sup 
{
    font-size:50%;
}

/* NAVIGATION */

#navigation p {
	padding:0;
	margin:3px 5px 0 0;
	color:#fff;
	float:right;
	font-size:11px;
}


#navigation a {
	color:#fff;
	text-decoration:none;
	margin:3px;
}

#navigation a:hover {
	text-decoration:underline;
}

#navigation ul {
	list-style-type:none;
	font-size:1.4em;
	padding:0;
	margin:-30px 0 0 5px;
	position: relative;
	z-index: 2;
}

#navigation ul li {
	float:left;
	position:relative;
	_width:1px;
	_white-space:nowrap;
}

#navigation li a {
	text-decoration:none;
	color:#fff;
	text-align:center;
	padding:0 15px 7px;
	font-size:14px;
	display:block;
	margin:0;
	font-weight:bold;
	}
	
#navigation ul ul {
	display:none;
	}
	
#navigation ul ul li {
	margin:0;
	padding:0;
	text-align:left;
	}
	
#navigation ul ul a {
	font-size:12px;
	text-align:left;
	line-height:14px;
	}
	
#navigation ul li:hover ul {
	display:block;
	position:absolute;
	z-index:20;
	top:59px;
	left:0;
	width:200px;
	background:#65679e;
	padding:8px 0 0;
	}
	
#navigation ul li:hover {
	position:relative;
	}

/* TABLE STYLES */

#rightContent table {
	width:100%;
	}
	
#rightContent th {
	background:#d8ecf6;
	padding:1px 8px;
	text-align:left;
	}
	
#rightContent td {
	color:#444444;
	font-size:11px;
	padding:10px 8px;
	line-height:12px;
	border-bottom:1px dashed #9f9f9f;
	}

#calendar {
	margin:0 0 0 3px;
	}

#calendar a {
	margin:0;
	font-weight:bold;
	color:#7375b7;
	text-decoration:underline;
	}

#calendar th {
	color:#343434;
	font-size:10px;
	font-weight:normal;
	padding:0 2px;
}

#calendar td {
	text-align:center;
	color:#7375b7;
	font-size:10px;
}

.cal_head_link
{
	color:#000 !important;
}
