@charset "UTF-8";
body  {
	background: #F2F2F2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

a img {
	border: none;
}

a {
}
a:link {
}
a:visited {
}
a:hover, a:active, a:focus {
	color: #F00;
	text-decoration: none;
}

h1 {
}
h2 {
}
h3 {
}
h4 {
	font-size: 16px;
	color: #064bcc;
}
h5 {
}
h6 {
	font-size: 18px;
	color: #F00;
}
h6 a {
	color: #00F;
	text-decoration: none;
}

#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
} 


#header {
	display: block;
	padding-bottom: 3px;
} 

#navbar {
	width: 960px;
	padding-bottom: 3px;
	background: #4C4C4C;
}
.menuwrap {
	font-size: 12px;
}
#featured {
	width: 960px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}
.highlights {
	border: thin solid #999;
	width: 430px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	background: #FFDF8C;
	padding: 4px;
}
#mainContent {
	margin: 0px auto;
	width: 948px;
	padding-right: 6px;
	padding-left: 6px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
#mainContentindex {
	margin: 0px auto 0px 0px;
	width: 948px;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 10px;
}

#store {
	font-size: .9em;
}
#wrapper {
	background: url(../graphics/column.gif) repeat-y left;
	width: 960px;
	margin: 0px auto;
}
#column {
	float: left; /* since this element is floated, a width must be given */
	width: 143px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #8D8D8D; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 18px;
}

#column  .box {
	font-size: 14px;
	color: #292971;
	border: medium outset #333;
	padding: 4px;
}
#column h5 {
	font-size: 11px;
	line-height: 14px;
	color: #FFF;
}
h2 a {
	color: #66649D;
	text-decoration: none;
}
.newswrapper {
	margin-left: 182px;
	zoom: 1;
}
#flashcontent {
	text-align: left;
	width: 749px;
	margin-bottom: 40px;
	margin-left: 16px;
	clear: none;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
}
#newsContent {
	text-align: left;
	width: 762px;
	float: left;
	padding-left: 3px;
} 
#newsContent .newsEntry .title {
	font-size: 1.3em;
	color: #333;
	background: #bbb;
	padding: 6px 15px 8px;
	width: 741px;
}
#newsContent .newsEntry .text {
	padding-left: 15px;
}
#newsContent .newsEntry p {
	font-size: .9em;
	text-align: left;
}

.eventContent {
	text-align: left;
	width: 940px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
} 
.eventContent .eventEntry .title {
	color: #333;
	width: 900px;
	background: #bbb;
	font-size: 1.3em;
	padding: 6px 15px 8px;
}
.eventContent .eventEntry .text {
	padding-left: 15px;
	padding-right: 15px;
}
.eventContent .newsEntry p {
	font-size: .9em;
}

#footer {
	padding: 0 10px 0 20px;
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .6em;
	color: #c1c1c1;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.date {
	color: #F00;
}
.accent {
	color: #F00;
	text-align: center;
}
.greyedout {
	color: #CCC;
}
.indent {
	margin-left: 40px;
}
.listtext {
	font-size: 13px;
}
.label {
	color: #064bcc;
}
.center {
	text-align: center;
}
.tabletext {
	font-size: 14px;
}
.ice {
}
