

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333;
	background: #5e5e5e url('../images_site/bg-body.png') repeat-y top center;
}

a {
	color: #305d76;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.black {
	color: #000;
}

.dark-grey {
	color: #333 !important;
}

.grey {
	color: #999 !important;
}

.light-grey {
	color: #ccc !important;
}

.large {
	font-size: 1.1em;
}

.larger {
	font-size: 1.2em;
}

.extra-large {
	font-size: 1.4em;
}

.smaller {
	font-size: 0.95em;
}

.half-width {
	width: 49%;
}

.third-width {
	width: 33%;
}

div.bar {
	display: block;
	clear: both;
	height: 20px;
	border-bottom: 1px solid #E5EEF3;
	margin-bottom: 20px;
}

h1, h2, h3 {
	color: #4f5e68;
	font-weight: bold;
}

h1 {
	color: #233c4c;
	padding: 0 0 15px 0;
	font-size: 1.9em;
}

h2 {
	padding: 0 0 10px 0;
	font-size: 1.5em;
}

h3 {
	padding: 0 0 8px 0;
	font-size: 1.3em;
}

h1 a {
	color: #233c4c;
	text-decoration: none;
}

h1 a:hover {
	color: #000;
	text-decoration: none;
}




#container {
	width: 100%;
	text-align: center;
}


#page {
	width: 990px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header {
	display: block;
	padding: 0;
	background: #8aa2af url('../images_site/bg-header.png') repeat-x;
	height: 170px;
	border-bottom: 6px solid #000;
}


#logo {
	display: block;
	width: 695px;
	height: 106px;
	margin: 0;
	padding: 5px 0 11px 5px;
	font-size: 3.5em;
	font-weight: bold;
	letter-spacing: -0.06em;
	color: #000;
	text-decoration: none;
	background: url('../images_site/logo.png') no-repeat 5px 5px;
	text-indent: -5000px;
	/*border: 1px solid #f00;*/
}





#header ul {
	height: 22px;
}

#header ul li {
	height: 22px;
	padding-left: 4px;
}

#header ul li a {
	display: block;
	float: left;
	height: 16px;
	padding: 6px 10px 0 12px;
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #000 url('../images_site/bg-tab.png') no-repeat;
}

#header ul li a:hover {
	color: #9eb6c2;
}



#body {
	display: block;
	background: #fff url('../images_site/bg-content.png') repeat-y;
	padding: 10px 0 30px 0;
}



#content {
	width: 580px;
	padding: 0 0 0 10px;
}


#content p {
	line-height: 150%;
	padding: 0 0 20px 0;
	font-size: 1.1em;
}

#content ul {
	margin-top: 0;
	padding-top: 0;
}

#content ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 1.1em;
}


img.padded {
	margin: 0 0 10px 10px;
}








#footer {
	clear: both;
	padding: 10px 10px 30px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 0.95em;
	background-color: #2a3339;
}

#footer a {
	color: #b2c1cb;
	text-decoration: none;
	border-bottom: 1px dotted #505e68;
}

#footer a:hover {
	border-bottom: 1px solid #b2c1cb;
}





#media-panel {
	float: right;
	width: 175px;
	padding: 0 10px;
	color: #fff;
	font-size: 0.95em;
}

#media-panel h3 {
	text-transform: uppercase;
	font-weight: bold;
	color: #ccc;
}


#media-panel p {
	padding: 0 0 30px 0;	
}

#media-panel a {
	color: #86DDEF;
	font-weight: bold;
}


#media-panel ul {
	padding: 0 0 30px 20px;
	margin: 0;
}

#media-panel ul li {
	padding: 0 0 6px 0;
}






#content-panel {
	float: right;
	width: 175px;
	padding: 0 10px;
	color: #000;
	font-size: 0.95em;
}


#content-panel h3 {
	text-transform: uppercase;
	font-weight: bold;
	color: #988b35;
}

#content-panel p {
	margin: 0 0 30px 0;	
	line-height: 120%;
}

#content-panel a {
	font-weight: bold;
}


#content-panel img.member {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #000;
}


#content-panel ul {
	padding: 0 0 0 12px;
	margin: 0;
	color: #666;
}

#content-panel ul li {
	padding: 0 0 10px 0;
}

#content-panel p.sponsor {
	border: 1px solid #988b35;
	background: #fff;
	padding: 10px 0;
	text-align: center;
}





table td {
	vertical-align: top;
}

table td * {
	vertical-align: top;
}



table.grid td {
	padding: 4px 0;
	border-bottom: 1px solid #eee;
}






table.calendar {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}


table.calendar th {
	font-weight: bold;
	background-color: #eee;
	padding: 4px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table.calendar td {
	padding: 4px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


table.calendar td.active {
	background-color: #FFFBCF !important;
}


table.calendar td.hover {
	background-color: #CFE9FF;
}

