body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #2e3192 url(../images/containerbkgd.jpg) top center repeat-y;
}
h1 {
	font-size: 18px;
	color: #2e3092;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	color: #ed1b23;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
p {
	margin: 0px 0px 10px 0px;
	line-height: 1.5em;
}
a {
	color: #2e3092;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.section {
	border-bottom: 2px #2e3092 solid;
}
.offer {
	border: 1px #2e3092 solid;
	padding: 5px;
	margin: 10px 0;
	background: #FFFFFF;
}
.imgrt {
	float: right;
	margin: 0 0 10px 15px;
}
.imglt {
	float: left;
	margin: 0 15px 10px;
}

/* NEWS ITEMS */
p.newstitle {
	margin-bottom: 0;
	font-weight: bold;
}
p.newsdetails {
	margin-top: 0;
}
.hotitem {
	border: 2px #FF0000 solid; 
	padding: 10px; 
	margin-bottom: 10px;
}
.newsimg {
	margin: 5px auto;
	text-align: center;	
}
.blueoutline {
	border: 2px #2e3092 solid;
}
.bluesubtitle {
	font-weight: bold;
	font-size: 18px;
	color: #2e3092;
}


.alert {
	padding: 5px;
	color: #FF0000;
	border: 1px #FF0000 solid;
	background: #ffbfbf;
	text-align: center;
}
.error {
	color: #FF0000;
}

#page {
	background: url(../images/topgrad.jpg) top center repeat-x;
}
#container {
	width: 800px;
	margin: 0 auto;
	background: url(../images/header.jpg) top center no-repeat;
	min-height: 370px;
}
* html #container {
	height: 370px;
}
#header {
	margin: 0;
	height: 125px;
}
#header h1 {
	display: none;
}
/* NAVIGATION */
#nav {
	padding: 0px 20px 10px 20px;
	text-align: right;
	font-size: 10px;
}
#nav ul {
	margin: 9px 2px 0 0;
	padding: 0;
}
#nav li {
	padding: 9px 0;
	display: inline;
}
#nav a {
	padding: 9px 6px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
* html #nav a {
	padding: 9px 6px;
}
#nav a:hover {
	background: url(../images/nav_over_bkgd.gif) top center repeat-x;
}
#nav a.active {
	background: url(../images/nav_active_bkgd.gif) top center repeat-x;
}

/* SUB-NAVIGATION */
#subnav {
	position: relative;
	top: 0px;
	width: 756px;
	height: 22px;
	margin: -2px auto -22px auto;
	padding: 0;
	font-size: 10px;
	text-align: right;
	background: #000000;
	border-top: 2px #FFFFFF solid;
}
* html #subnav {
	top: 0px;
	left: 17px;
	height: 15px;
	margin: -2px 5px -22px 5px;
}
#subnav ul {
	margin: 0;
	padding: 5px 0;
}
* html #subnav ul {
	width: 756px;
}
#subnav li {
	padding: 5px 0;
	display: inline;
}
* html #subnav li {
	padding: 0;
}
#subnav a {
	padding: 5px 8px;
	color: #FFFFFF;
	text-decoration: none;
}
#subnav a:hover {
	background: url(../images/nav_over_bkgd.gif) top center repeat-x;
}
#subnav a.active {
	background: url(../images/nav_active_bkgd.gif) top center repeat-x;
}

/* HEADER PHOTO AREA */
#headerpic {
	margin: 0 22px;
}


/* MAIN CONTENT AREA */
#content {
	margin-left: 50px;
	width: 480px;
}
* html #content {
	margin-top: 10px;
}
.scheduletbl {
	margin-bottom: 10px;
}
.scheduletbl p {
	margin: 0 5px 0 0;
	padding: 5px;
	border-bottom: 1px #2e3192 solid;
	background: url(../images/entrygrad.jpg) left bottom repeat-x;
}
/* SIDEBAR AREA */
#sidebar {
	float: right;
	width: 200px;
	margin: 10px 22px;
	background: url(../images/sidebar_bkgd.gif) repeat-y;
}
* html #sidebar {
	margin-right: 11px;
	margin-left: 11px;
}
#sidebartop {
	height: 10px;
	background: url(../images/sidebar_top.gif) no-repeat;
}
#sidebarbody {
	margin: 0 5px 0 12px;
}
#sidebarbottom {
	height: 40px;
	background: url(../images/sidebar_bottom.gif) no-repeat;
}
#sidebarbody h2 {
	color: #2e3092;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	margin: 2px 0 5px 0;
	padding: 0;
	text-transform: none;	
}
#sidebarbody ul {
	margin: 0 0 0 15px;
	padding: 0;
}
/* PHOTO GALLERY */
.pic_thumb {
	margin: 0 5px 5px 0;
	text-align: center;
	width: 115px;
	height: 115px;
	float: left;
	overflow: hidden;
}


/* CALENDAR */
#calendar { 
	width: 480px;
}
#calendar td {
	padding: 1px;
	font-size: 9px;
	text-align: center;
	width: 65px;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
}
#calendar td.month {
	font-size: 14px;
	font-weight: bold;
	border: none;
}
#calendar td.dayofweek {
	font-size: 10px;
	font-weight: bold;
	border-top: 1px #CCCCCC solid;
}
#calendar td.day {

}
#calendar td.sun {
	width: 48px;
	border-left: 1px #CCCCCC solid;
}
.date {
	text-align: left;
	font-weight: bold;
}

/* FOOTER */
#footer {
	text-align: center;
	padding: 5px;
	clear: both;
}
#footer ul {
}
#footer li {
	display: inline;
}
#footer a {
	color: #2e3192;
	padding-right: 15px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
