/*#topcontainer {
	background-image:url(/assets/images/vtopback.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:1024px;
	height:12px;
	margin-left:auto;
	margin-right:auto;
}
#container {
	background-image:url(/assets/images/vback.jpg);
	background-position:center;
	background-repeat:repeat-y;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
#bottomcontainer {
	background-image:url(/assets/images/vbottomback.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:1024px;
	height:12px;
	margin-left:auto;
	margin-right:auto;
}*/
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper {
	width:1000px;
	padding-left:10px;
	padding-right:10px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/middle.png);
}
#header {
	height:119px;
	width:1020px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/header2.png);
}
#mainimage {
	height:204px;
	width:1000px;
	display: block;
	margin-left:auto;
	margin-right:auto;
}
.top {
	background-image: url(../images/top.png);
	width:1020px;
	height:11px;
	margin-left:auto;
	margin-right:auto;
}
.bottomwrap {
	background-image: url(../images/bottom2.png);
	width:1020px;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:20px;
	font-style:italic;
	text-align:center;
	padding-top:8px;
}
#topmenucontainer {
	width:600px;
	height:85px;
	background-image:url(../images/topmenu.png);
	padding-left:380px;
	padding-top:18px;
	float:left;
}
#topmenucontainer h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:22px;
	color:#1E236C;
	margin-top:20px;
	float:left;
}
#columns {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#content {
	width:780px;
	float:left;
	border-top: 1PX solid #1E236C;
}
#contentcolumn {
	width:550px;
	float:left;
	margin-right:20px;
}
#rightcol {
	float:left;
	width:200px;
}
#rightcol h2 a {
	font-size:12px;
	color:#666666;
}
#rightcol p a {
	color:#000000;
	font-size:11px;
}
#rightcol a {
	text-decoration:none;
}
#menucontainer {
	width:140px;
	padding-left:40px;
	float:left;
	padding-bottom:20px;
	margin-right:20px;
}
.menu {
	width:138px;
	background-color:#3e498a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	margin-bottom:10px;
	display:block;
}
.menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
/*first level*/
.menu ul li {
	display:block;
	border-bottom:1px solid #EEE;
}
.menu ul li a {
	color:#FFFFFF;
	text-decoration:none;
	padding:5px;
	padding-left:15px;
	display:block;
}
/*second level*/
.menu ul ul {
	padding-top:2px;
	padding-bottom:5px;
	padding-left:5px;
}
.menu ul ul li {
	background-image: none;
	font-size:x-small;
	padding:0px;
	border-bottom:none;
}
.menu ul ul li a {
	color:#CCC;
	text-decoration:none;
}
/*third level*/
.menu ul ul ul {
	padding-top:5px;
	padding-bottom:5px;
	border-top: 1px solid #993300;
	border-bottom: 1px solid #993300;
	margin-bottom:5px;
}
.menu ul ul ul li {
	background-image: none;
	padding:0px;
}
#footer {
	width:1000px;
	height:35px;
	display:block;
	background-color:#1E236C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:0px;
	color:fff;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
}
/* CALENDAR */

/* Sunday, Monday, Tuesday... */
th.dayName {
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #3e498a;
}
/* the 'day number' band */
td.dayNumber {
	background-color: #CCCCCC;
	font-size: small;
	font-weight: bolder;
	color: #3e498a;
}
/* the 'day number' band of current day */
td.todayNumber {
	background-color: #555555;
	font-size: small;
	font-weight: bolder;
	color: #FFFFFF;
}
/* cell for an event */
td.event {
	background-color: #CCCCCC;
}
/* cell for no event */
td.noEvent {
	background-color: #CCCCCC;
}
/* cell for current day */
td.todayEvent {
	background-color: #EEEEEE;
	border: 1px solid #555555;
}
/* formatting for text of an event */
p.event
{
	text-align: center;
}
/* formatting for text of an event on current day */
p.eventToday
{
	text-align: center;
	font-weight: bold;
}

/* JUMP TABLE */

/* normal cell */
td.jumpTableMonth {
	font-size: small;
	background-color: #CCCCCC;
}
/* normal cell hover */
td.jumpTableMonthHover {
	background-color: #BBBBBB;
}
/* current month view */
td.jumpTableThisMonth {
	font-size: small;
	font-weight: bold;
	background-color: #3e498a;
	color: #FFFFFF;
}

/* LINKS */

/* JUMP TABLE */

/* Normal */
a.jumpTableMonthLink:link {
	font-size: small;
	color: #3e498a;
	text-decoration: none;
	padding:5px;
	display:block;
}
/* Visited */
a.jumpTableMonthLink:visited {
	font-size: small;
	color: #3e498a;
	text-decoration: none;
	padding:5px;
	display:block;
}
/* Hover */
a.jumpTableMonthLink:hover {
	font-size: small;
	color: #3e498a;
	text-decoration: none;
	padding:5px;
	display:block;
}

/* CALENDAR */

/* Normal */
a.eventLink:link {
	font-size: small;
	color: #3e498a;
	text-decoration: none;
}
/* Visited */
a.eventLink:visited {
	font-size: small;
	color: #3e498a;
	text-decoration: none;
}
/* Hover */
a.eventLink:hover {
	font-size: small;
	color: #3e498a;
	text-decoration: none;
	text-align: center;
}
.buttonleft {
	background-image: url(/assets/images/topbuttonleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:4px;
	/*line-height:20px;*/
	height:20px;
	display:inline;
}
.buttonright {
	background-image: url(/assets/images/topbuttonright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top:2px;
	padding-bottom:4px;
	/*height:20px;*/
	line-height:26px;
	margin-left:20px;
	display:inline;
}
.buttonleft a {
	color:#FFFFFF;
	text-decoration:none;
	line-height:20px;
}/*
#topmenu {
	width:600px;
	height:24px;
	padding-top:7px;
	padding-left:20px;
}*/

#topmenu {
	/*height:51px;*/
	text-align:right;
	padding-right:25px;
	padding-top:3px;
	/*background-image:url(/assets/images/topbar.jpg);
	background-repeat:no-repeat;*/
	position:relative;
	z-index:2;
	font-size:small;
	color:#FFFFFF;
}
.thesearch {
	display:inline;
}
#countdowncontainer1,#countdowncontainer2,#countdowncontainer3 {
	display:block;
	width: 138px;
	height:69px;
	margin-top:10px;
	text-align: center;
	background-image: url(/assets/images/Countdown-Timer.png);
}
.time {
	padding-top:12px;
	height:22px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin-right:5px;
}
.days {
	height:22px;
	width:22px;
	float:right;
	text-align:center;
	padding-right:10px;
}
.hours {
	height:22px;
	width:22px;
	float:right;
	text-align:center;
	padding-right:10px;
}
.minutes {
	height:22px;
	width:22px;
	float:right;
	text-align:center;
	padding-right:10px;
}
.seconds {
	height:22px;
	width:22px;
	float:right;
	text-align:center;
	padding-right:6px;
}
.event {
	color:#FFFFFF;
	font-size:xx-small;
	padding-top:3px;
}
p,li,th,td {
	font-size:12px !important;
	line-height:18px;


}
h2, h3, h4 {
color:#1E236C;
	

}
