body{
	margin:0 0 20px 0;
	background-color: #ebebeb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#333333;
 }

h1,h2,h3,h4,h5,h6 {
	color:#1929c4;
	margin-bottom:1em;
 }
h1 {font-size:1.5em;}
h2 {font-size:1.2em;}
h3 {font-size:1em;}
h4,h5,h6 {font-size:.95em;}

a { text-decoration: none;}
a:link {color:#0000cc;}
a:visited {color:#0000cc;}
a:hover {color:#0000cc; text-decoration:underline;}
a:active {color:#0000cc;}

input, textarea, select, option, button {
	font:1em arial,helvetica,sans-serif;
 }
 
hr {
	border: none 0;
	border-top: 1px solid #CECECE;
	height: 1px;
}
img { border: none;}

.printonly {display:none;}
.clearfloats{clear:both;}

/*=================== GLOBAL RULES ======================*/

#container{
	margin:0 auto;
	width:790px;
}
#header{
	position:relative;
	width:790px;
	height:116px;
	background-image: url(../images/top-bg.jpg);
	background-repeat: repeat-x;
}
#leftshadow{
	position:absolute;
	top:0;
	left:-15px;
	width:15px;
	height:491px;
	background-image: url(../images/shadow-left.jpg);
	background-repeat: repeat-x;
}
#rightshadow{
	position:absolute;
	top:0;
	left:790px;
	width:15px;
	height:491px;
	background-image: url(../images/shadow-right.jpg);
	background-repeat: repeat-x;
}
#logo{
	position:absolute;
	top:10px;
	left:25px;
	width:230px;
	height:116px;
}
#flash{
	width:790px;
	height:188px;
}
#sub-bar{
	width:790px;
	height:48px;
}
#home-content{
	position:relative;
	width:790px;
	height:228px;
	background-image:url(../images/home-bg.jpg);
	background-repeat:repeat-x;
}
#message{
	position:absolute;
	width:220px;
	height:228px;
	top:0;
	left:0;
	background-image:url(../images/super-message.jpg);
	background-repeat:repeat-x;
}
#message p{
	padding:15px 0 0 20px;
	margin:0;
}
.messagetext{padding:30px 0 0 65px;margin:0;}

#calendar{
	position:absolute;
	width:176px;
	height:199px;
	top:20px;
	left:260px;
	background-image:url(../images/calendar-image.jpg);
	background-repeat:no-repeat;
}
#events{
	position:absolute;
	width:323px;
	height:204px;
	top:20px;
	left:457px;
	background-image:url(../images/events-sub.gif);
	background-repeat:no-repeat;
}
#events ul{
	list-style:none;
	margin:0;
	padding:30px 0 0 0;
}
#events li{
	margin:0;
	padding:6px 0;
}
#footer{
	width:790px;
	height:63px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
}
#footer p{
	color:white;
	font-size:11px;
	margin:0;
	padding:30px 0 0 15px;
}
