/* GLOBAL STYLES */

* {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a, a_link, a:active, a:visited, a:hover {
	color: #ec2129;
	text-decoration: none;
}

a.small {
	font-size: 10px;
	color: #906;
	text-decoration: none;
}

h1 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #000;	
}

h2 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	border-bottom: solid 1px #920000;
}

h3, .h3 {
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
}

h3.date {
	margin: 0px;
	font-size: 10px;
	font-weight: oblique;
}

h4 {
	margin: 0px;
	font-size: 14px;
}

.arrowheader {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 25px;
	background: url('/images/layout/arrow.gif') no-repeat;
}

.arrowredheader {
	font-size: 12px;
	font-weight: bold;
	color: #ec2129;
	margin-bottom: 10px;
	padding-left: 25px;
	background: url('/images/layout/arrow.gif') no-repeat;
}

.newstank {
	border-top: solid 2px #ff0000;
	padding-top: 5px;
	padding-bottom: 5px;
}

.newstank p {
	margin-top: 0px;
}

.focustitle {
	font-family: Arial;
	display: block;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.focustext {
	color: #f00;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.listitem {
	border-bottom: solid 1px #EEE;
	padding-bottom: 15px;
}

/* LAYOUT STYLES */

body {
	margin: 0px;
	background-color: #fff;
	color: #000000;
	text-align: center;
}

.pagearea {
	width: 960px;
	text-align: left;
}

.pagetankleft {
	width: 5px;
	background: url('/images/layout/bgleft.png') repeat-y;
}

.pagetankright {
	width: 5px;
	background: url('/images/layout/bgright.png') repeat-y;
}

.pagetankmain {
	padding-top: 25px;
	vertical-align: top;
}

.headerarea {
	width: 100%;
}

.logocell {
	padding-left:30px;
}

.logocell img {
	border: 0 none;
	margin-right: 30px;
}

.lancell {
	vertical-align: top;
	text-align: right;
	padding-right:30px;
}

.themecell {
	vertical-align: middle;
	height: 208px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left:30px;
	padding-right:30px;
}

.topmenucellred {
	height: 25px;
	background: #ff0000;
	padding-left:30px;
}

.topmenucellblue {
	height: 25px;
	background: #3399cc;
	padding-left:30px;
}

.maincontent {
	font-size: 12px;
	width: 570px;
	padding: 0px 30px 30px 30px;
	vertical-align: top;	
}

.subcontentbox {
	width: 520px;
}

.main {
	margin-top: 25px;
}

.footerarea {
	padding-top: 20px;
	font-size: 11px;
}

.footertankred {
	width: 100%;
	padding: 3px 0px 3px 0px;
	/* border-top: solid 2px #ff0000; */
}

.footertankblue {
	width: 100%;
	padding: 3px 0px 3px 0px;
	/* border-top: solid 2px #3399cc; */
}

.footertankred td, .footertankblue td {
	padding-left: 30px;
	padding-right: 30px;
}

.boxtank {
	width: 228px;	
}

.boxtop {
	height: 12px;
	background: url('/images/layout/boxtop.gif') no-repeat;
}

.boxmain {
	background: url('/images/layout/boxmain.gif') repeat-y;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.boxmain p {
	line-height: 20px;
}

.boxbtm {
	height: 12px;
	background: url('/images/layout/boxbtm.gif') no-repeat;
}

/* Calendar styles */
.caltank {
	width: 100%;
}

.navtank {
	width: 100%;
	border-top: solid 1px #000;
	border-right: solid 2px #000;
	border-left: solid 2px #000;
}

.navcellright {
	border-top: solid 1px #000;
	text-align: right;
	padding-right: 5px;
}

.navcellleft {
	border-top: solid 1px #000;
	text-align: left;
	padding-left: 5px;
}

.daytank {
	width: 100%;
	border: solid 1px #000;
}

.dayname {
	font-size: 8pt;
	text-align: center;
	width: 30px;
	height: 30px;
	border: solid 1px #000;
}

.monthname {
	font-size: 8pt;
	text-align: center;
	width: 30px;
	height: 30px;
	border-top: solid 1px #000;
}

.daycell {
	font-size: 8pt;
	text-align: center;
	height: 30px;
	border: solid 1px #000;
}

.daycellcurrent {
	font-weight: bold;
	font-size: 8pt;
	text-align: center;
	height: 30px;
	border: solid 1px #000;
}

.emptycell {
	height: 25px;
	border: solid 1px #000;
}

.eventlink {
	display: block;
	color: #000;
}

.eventlink:hover {
	display: block;
	color: #F00;
}



