
/* Main body style definition  */
BODY  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

/* This is the style for the majority of text not otherwise defined below */
.mainpage {
	font-family : Arial, Helvetica, sans-serif;
	font-color : #0a5388
	font-size : 11pt;
	line-height: 16pt;
	padding : 0;
	border-width : 0;
	margin : 0;	
}

/* Style for shopping cart link text */
.cartinfo {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	line-height: 9pt;
	font-color : white;
}

/* Style for shopping cart link text */
.pagingLinks {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	line-height: 9pt;
	font-color : white;
}

/* Style for shopping cart link text */
.productthumbTitles {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	line-height: 9pt;
}

/* Style for shopping cart link text */
.productTitles {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	line-height: 12pt;
}

/* Style for smaller footer text */
.pricetext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	line-height: 9pt;
	font-color : white;
}

/* This is the style for event dates */
.eventdate {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	line-height: 13pt;
	padding : 0;
	border-width : 0;
	margin : 0;	
}

/* This is the style for the event text */
.eventtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	line-height: 12pt;
	padding : 0;
	border-width : 0;
	margin : 0;	
}

/* This is the style for the admin event list text */
.eventlist {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

/* This is the style for the home page date format */
.datestyle {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-color : white;
	letter-spacing : .02in;
	padding : 0;
	border-width : 0;
	margin : 0;
}

/* This is the style for the home page weather format */
.weatherstyle {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 6.5pt;
	font-color : white;
	padding : 0;
	border-width : 0;
	margin : 0;
}

/* This is the style for text in list format */
.listtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	line-height: 14pt;
	padding : 0;
	border-width : 0;
	margin : 0;	
}

/* This is the style for header text */
.header {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	line-height: 20pt;
	padding : 0;
	border-width : 0;
	margin : 0;	
}

/* Style for form headers */
.formheader {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-color : white;
}

/* Style for form text */
.formtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

/* Style for larger form text */
.largerformtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

/* Style for smaller form text */
.smallformtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7pt;
}

/* Style for calendar text */
.label {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

/* Style for small footer address text */
.smalladdresstext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

/* Style for small footer text */
.smallfootertext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	line-height: 13pt;
	letter-spacing: 1pt;
	font-color : white;
}

/* Style for smaller footer text */
.smallerfootertext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	line-height: 9pt;
	letter-spacing: 1pt;
	font-color : white;
}

/* Style for smallest footer text */
.smallestfootertext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	line-height: 8pt;
	letter-spacing: 1pt;
	font-color : white;
}

/* Style for small photo caption text */
.photocaptiontext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7pt;
        font-style : italic;
        font-weight : bold;
}

/* Style for event photo caption */
.eventphotocaption {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
        font-weight : bold;
}

/* Style for form error messages */
.formerror {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-color : red;
}

/* Style for text links */
a {
	text-decoration: none;
}
a:link {
	color: #c6cfdd;
}
a:visited {
	color: #c6cfdd;
}
a:hover {
	color: #ffffff;
}
a:active {
	color: #ffffff;
}

/* Style for main page links */
.links-main a {
	text-decoration: none;
}
.links-main a:link {
	color: #608fb2;
}
.links-main a:visited {
	color: #608fb2;
}
.links-main a:hover {
	color: #0a5388;
}
.links-main a:active {
	color: #0a5388;
}