html {
	height: 100%; 
	margin: 0;}
	
body {
	background-color: #DC143C;
	background-image: url('images/bkg_body.gif');
	background-repeat: repeat-x;
	color:#202020; 
	margin:25px 0; 
	text-align:center; 
	padding:0; 
	font-size: 100%;	
	font-family:Arial, Verdana, Helvetica, Sans-Serif}
		
/* ------------------------------------ */
/* ------ CSS FOR TEXT FORMATTING AND BASIC ELEMENTS ------*/
/* ------------------------------------ */
	
.copyright	{
	font-size: .75em;
	letter-spacing: 7px;
	font-weight: 600;} 
	
span.dropcap {
   font: normal 57px Georgia, "Times New Roman", Serif;
   float: left;
   color: #DC143C;
   line-height: 47px;
   padding: 0 2px 0 0;}

hr {
	height: 1px;
	color: #DC143C;}

img {
	border: none;}

ul {
	padding: 0 0 10px 0;
	margin: 0 0 0 16px;
	list-style: disc; }

.address	{
	line-height: 125%;}
	
.author	{
	text-align: right;
	font-style: italic;
	font-size: 11px;}
	
/* ------------------------------------ */
/* ------ CSS FOR CELL ID ELEMENTS ------*/
/* ------------------------------------ */

#wrapper { 
	width: 926px;
	border: 3px outset #C0C0C0;
	background-color: #FFFFFF;}

#header	{
	width: 920px;
	height: 235px;
	background-image: url('images/bkg_header.gif');}

#banner {
	width: 920px;
	height: 235px;}
	
#global		{
	width: 600px;
	height: 35px;
	padding-left: 10px;
	text-align: left;
	color: #DC143C;
	font-weight: 600;}

#mainimage	{
	width: 320px;
	height: 235px;}
	
#mainimage_slideshow	{
	width: 320px;
	height: 235px;}

#logo	{
	width: 600px;
	height: 175px;	}
		
#tagline	{
	height: 25px;
	width: 600px;}
	
#sidebar { 
	font-size: .8em;
	width : 270px;
	background-image: url('images/bkg_sidebar_white.gif');
	padding-left:15px; padding-right:15px; padding-top:10px; padding-bottom:25px;}

#content { 
	font-size: .825em;
	width : 590px;
	line-height : 150%;
	padding-left:15px; padding-right:15px; padding-top:0; padding-bottom:25px;}
	
#content_holiday { 
	font-size: .825em;
	width : 590px;
	line-height : 150%;
	background: url('images/bkg_valentine.jpg') no-repeat;
	padding-left:15px; padding-right:15px; padding-top:0; padding-bottom:25px;}
	
#contentwide { 
	font-size: .825em;
	width: 870px;
	line-height : 150%;
	padding-left:25px; padding-right:25px; padding-top:0; padding-bottom:25px;}

#footer {
	width: 920px;
	color: #303030;
	background-image: url('images/bkg_footer.gif');}
	
.footer	{
	line-height: 150%;
	padding-left:0; padding-right:0; padding-top:25px; padding-bottom:25px;
	border-top: 1px solid #DC143C;}
	
#logotop	{
	width: 600px;
	height: 90px;}
	
#logobottom	{
	width: 600px;
	height: 85px;
	text-align: left;
	padding-left: 15px;}	
	
/* ---------------------------------------------------------------------- */
/* ------ CSS FOR INFO BOXES ---------------------------- ------*/
/* --------------------------------------------------------------------- */
	
.ibox_neutral	{
	font: small-caps 600 .9em Verdana;
	line-height: 130%;
	letter-spacing: 1px;
	background-color: #DCDCDC;
	padding: 7px;
	border: 3px double #808080;
	color: #000000;}

.ibox_dark	{ 
	font: normal  600 .75em Verdana;
	line-height: 130%;
	border: 3px double #DCDCDC;
	background-color: #303030;
	padding: 7px;
	color: #F5F5F5;}	
	
.ibox_dark_i	{
	font: normal italic 500 .75em Verdana;
	line-height: 130%;
	background-color: #303030;
	padding: 7px;
	border: 3px double #DCDCDC;
	color: #FFFFFF;}

.ibox_bright	{
	font: normal 600 .85em Verdana;
	line-height: 130%;
	background: #DC143C url('images/bkg_infobox.gif') repeat-x;
	padding: 7px;
	border: 3px double #E8E8E8;
	color: #FFFFFF;}
	
.ibox_bright_i	{
	font: italic 600 .85em Verdana;
	line-height: 130%;
	background: #DC143C url('images/bkg_infobox.gif') repeat-x;
	padding: 7px;
	border: 3px double #E8E8E8;
	color: #FFFFFF;}
	
/* ------------------------------------ */
/* ------ CSS FOR BASIC HYPERLINKS------*/
/* ------------------------------------ */

a {
	color: #DC143C;
	text-decoration: none;}

a:hover {
	text-decoration: underline;}

/* ------------------------------------ */
/* ------ CSS FOR SIDENAV-TOPNAV-FOOTER HYPERLINKS ------*/
/* ------------------------------------ */

.sidenav a 	{
	color: #000000;
	letter-spacing: 0;
	font: normal small-caps 600 13px Verdana;
	line-height: 150%;}
	
#global a {
	font: normal small-caps 600 13px Verdana;
	letter-spacing: 0;
	color: #000000;}
	
.footer a	{
	font: normal small-caps 600 .8em Verdana;
	letter-spacing: 0;
	color: #C0C0C0;}
	
/* ------------------------------------ */
/* ------ CSS FOR IMAGE POSITIONING AND BORDERS ------*/
/* ------------------------------------ */
 
img.image-border {
	border: 3px double #808080;
	display: block;
	margin: 0 auto;}
	
img.image-noborder {
   	display: block;
	margin: 0 auto;}
	
img.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

img.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
img.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #808080;}

img.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #808080;}

/* ------------------------------------ */
/* ------CSS FOR HEADINGS ------*/
/* ------------------------------------ */

h1 {
	color: #CB1237;
	letter-spacing: 1px;
	font: normal small-caps 600 20px Verdana;}
	
h2 {
	color: #CB1237;
	letter-spacing: 1px;
	font: normal small-caps 600 18px Verdana;
	border-bottom: 3px double;
	border-color: #808080;
	padding-bottom: 2px;}

h3{
	color: #303030;
	letter-spacing: 1px;
	font: small-caps 600 17px Verdana;}
	
h4 {
	color: #CB1237;
	letter-spacing: 1px;
	font: small-caps 600 16px Verdana;}

H5 {
	color: #303030;
	letter-spacing: 1px;
	font: normal small-caps 600 16px Verdana;}

h6 {
	color: #202020;
	letter-spacing: 0;
	font: normal small-caps 600 12px Verdana;}

/* ------------------------------------ */
/* ------ CSS FOR BULLETIN BOARD ------*/
/* ------------------------------------ */
	
table.board		{
	width: 525px;
	height: 725px;}
	
td.board { 
	width: 210px;
	height: 185px;
	line-height : 125%;
	padding : 20px; 
	background: url('images/postit.gif') no-repeat;
	font-size: .7em;
	font-family:Verdana;}
	
td.board a	{
	font-weight: 600;}

/* ------------------------------------ */
/* ------ CSS FOR FORMS ------*/
/* ------------------------------------ */

form {
	margin: 5px 0 5px 0;}

label {
	width: 150px; 
	float: left; 
	text-align: right; 
	margin: 10px; 
	clear: both;}

input {
	margin: 5px; 
	background-color: #FFFFFF; 
	color: #000000; 
	border: 1px solid #303030;}

textarea {
	margin: 5px; 
	background-color: #FFFFFF; 
	color: #000000; 
	border: 1px solid #303030;}

.button {
	font-weight: 600;
	font-family: Verdana;
	font-size: 16px;
	text-align: center; 
	margin: 5px; 
	border: 3px double #303030;
	background-color: #E8E8E8; 
	color: #DC143C; 
	padding: 3px;}
	
select {
	margin: 5px;
	border: 1px solid #303030;
	background-color: #FFFFFF;}
	

/* ------------------------------------ */
/* ------ CSS FOR ARTICLES DROP DOWN MENU (TEXTCONTAINER1)------*/
/* ------------------------------------ */

option.light {
	background-color: #FFFFFF; 
	color: #000000;}
	
option.dark {
	background-color: #E8E8E8; 
	color: #000000;}

#textcontainer1	{
	color: #FFFFFF;
	font: normal italic 600 .75em Verdana;
	letter-spacing: 1px;}
	

#Calendar	{
	font-size: 80%;}
