body {
	background-color: #fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	width:100%;	
}

h1, h2, h3, h4, h5, h6, h7 {
	color: #0b508a;
}

h3 { font-weight: normal; }

a {
	color: #0f75bc;
	text-decoration: none;
}

p {
	line-height: 1.5em;
}

a:hover {
	text-decoration: underline;
}

/* Tables */

table.tbl-simple {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
table.tbl-simple th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	text-align: center;
	height: 30px;
	vertical-align: middle;
	
}
table.tbl-simple th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
table.tbl-simple th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table.tbl-simple tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}
table.tbl-simple tr.altrow td {
	background: #f4f4f4;
}
table.tbl-simple td.actions {
	text-align: center;
	white-space: nowrap;
}
table.tbl-simple td.actions a {
	margin: 0px 6px;
}

table.tbl-simple td.event-name {
	font-size: 14px;
	font-weight: bold;
}

/* Elements */

.green {
	color: #30ce10;
}

.spacer {
	height: 20px;
}

.box-info {
	background-color: #fff6b7;
	border: 1px solid #e7db85;
	padding: 10px;
	margin: 20px 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.box-info a {
	color: #ec8646;
	text-decoration: underline;
}

.box-info a:hover {
	text-decoration: none;
}

.interior-header {
	margin-bottom: 20px;
	border-bottom: 1px solid #d1ebee;
}

.interior-header h1 {
	font-size: 36px;
	line-height: 1em;
	margin-bottom: 0px;	
}

.interior-header p {
	margin-bottom: 2px;
	color: #0f75bc;
	font-style: italic;
}

.interior-event-nav {
	margin-bottom: 20px;
	border-bottom: 1px solid #d1ebee;
}

.interior-event-nav-list li {
	font-size: 14px;
	font-weight: bold;
	
}

/* Layout */

#site-container {
	margin: 0;
	min-width: 960px;
	overflow: hidden;
	position: relative;	
	width: 100% !important;
	height: 100%;
}

#header-container {
	background: url(/img/bg-header.jpg) #0f75bc no-repeat center top;
	height: 264px;
}

	#header-content {
		color: #fff;
	}
		
		#header-logo {
			margin-top: 18px;
		}
		
		#header-topbar {
			line-height: 40px;
			height: 40px;
		}
		
			ul#header-nav {
				margin-top: 8px;
				margin-left: -10px;
				list-style: none;
				float: left;
				
			}
			
				ul#header-nav li {
					float: left;
					display: inline; /*For ignore double margin in IE6*/
					margin: 0 10px;
				}
				
				ul#header-nav li a {
					text-decoration: none;
					float:left;
					color: #fff;
					cursor: pointer;
					font: 900 14px/22px "Arial", Helvetica, sans-serif;
				}
				
				ul#header-nav li a span {
					margin: 0 10px 0 -10px;
					padding: 1px 0px 5px 10px;
					position: relative; /*To fix IE6 problem (not displaying)*/
					float:left;
				}
				
				ul#header-nav li a.current, ul#header-nav li a:hover {
					background: url(/img/sliding-blue.png) no-repeat top right;
				 	color: #0b508a;
				}
				
				ul#header-nav li a.current span, ul#header-nav li a:hover span {
					background: url(/img/sliding-blue.png) no-repeat top left;
				}

			#header-account {
				text-align: right;
			}
			
			#header-account a:link,
			#header-account a:active,
			#header-account a:visited {
				text-decoration: none;
				color: #fff;
			}
			
			#header-account a:hover {
				text-decoration: underline;
			}
			
		#header-promo {
			height: 150px;
		}
			#header-tagline {
				margin-top: 26px;
			}
			
		#header-message {
			height: 74px;
			line-height: 74px;
			text-shadow: #333 0px 1px 2px;
			font-size: 22px;
		}
		
		#header-message a:link,
		#header-message a:active,
		#header-message a:visited {
			color: #fff;
			text-decoration: none;
		}
		
		#header-message a:hover {
			color: #0b508a;
			text-shadow: none;
		}
		
#body-container {
	background-color: #fff;
	/*padding: 20px 0;*/
}

	#body-content {
		margin-top: 20px;
	}
	
#footer-container {
	background: url(/img/bg-footer.jpg) #0f75bc repeat-x;
	height: 91px;
}
	
	#footer-content {
		color: #fff;
		font-size: 10px;
	}
	
		#footer-nav {
			margin-top: 25px;
			text-transform: uppercase;
		}
		
		#footer-nav a:link,
		#footer-nav a:active,
		#footer-nav a:visited {
			color: #fff;
			text-decoration: none;
		}
		
		#footer-nav a:hover {
			text-decoration: underline;
		}
	
		#footer-legal {
			margin-top: 10px;
			color: #aedfe5;
		}

