@charset "utf-8";
/* CSS Document */

body {
	background-color:#E2E7FB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-left-color:#E2E7FB;
	margin:0;
	padding:0;
}

h1 {
	font-size:22px;
	color:#374E6C;
	font-weight:normal;
	padding-left:-6px;
}

h2 {
	font-size:18px;
	color:#374E6C;
	font-weight:normal;
}

h3 {
	font-size:16px;
	color:#374E6C;
	font-weight:normal;
}

h4 {
	font-size:12px;
	color:#374E6C;
}

a {
	color:#900;
}

a:hover {
	color:#39366A;
}

img {
	border:none;
}

#container {
	position:relative;
	top:8px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:300px;
	background-color:#FFF;
}
	
#banner {
	position:absolute;
	top:6px;
	left:10px;
	width:880px;
	height:136px;
	background-color:#FFF;	
	border-top-color:#900;
	border-top-style:solid;
	border-top-width:1px;	
}

#banner-logo {
	position:absolute;
	top:98px;
	left:60px;
	width:118px;
	height:32px;
	font-size:12px;
	letter-spacing:1px;
	font-weight:bold;
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:transparent;
}

#banner-date {
	position:absolute;
	top:-1px;
	right:20px;
	width:200px;
	height:20px;
	padding:0;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	letter-spacing:1px;
	color:#FFF;
	text-align:right;
	background-color:transparent;
}

#navigation {
	position:absolute;
	top:148px;
	left:10px;
	width:880px;
	height:24px;
	font-size:12px;
	color:#001766;
	line-height:24px;
	text-align:center;
	background-color:transparent;
	background-image:url(../images/navigation-background.jpg);
	background-repeat:repeat-x;
	border-bottom-color:#900;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#navigation a {
	color:#001766;
	padding:0 20px 0 20px;
	text-decoration:none;
}

#navigation a:hover {
	color:#900;
}

#navigation-admin {
	position:absolute;
	top:148px;
	left:10px;
	width:880px;
	height:24px;
	margin:0;
	padding:0;
	font-size:12px;
	color:#001766;
	line-height:24px;
	text-align:center;
	background-color:transparent;
	background-image:url(../images/navigation-background.jpg);
	background-repeat:repeat-x;
	border-bottom-color:#900;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#navigation-admin a {
	color:#001766;
	padding:0 18px 0 18px;
	text-decoration:none;
}

#navigation-admin a:hover {
	color:#900;
}

#content-wrapper {	
	position:absolute;
	top:192px;
	left:0px;
	width:880px;
	padding:0 10px 0 10px;
	background-color:#FFF;	
}

#flashimage {
	padding:0;
	margin:0;
	width:480px;
	height:250px;
	background-image:url(../images/fla3.jpg);
	background-repeat:no-repeat;	
}

#events {
	float:right;
	width:300px;
	background-color:#E2E7FB;
	padding:0;
	margin-left:20px;
	margin-bottom:10px;
}

#eventsheading {
	width:300px;
	height:16px;
	background-color:#900;
	color:#FFF;	
	padding:0;
	margin:0;
	text-align:center;
}

#events ul {
	margin:0;
	padding:0 10px 0 10px;
}

#events ul li {
	list-style:none;
	margin:0;
	padding:8px 0px 8px 0px;
	font-size:11px;
	color:#333;
	border-bottom-color:#999;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
	

#content {	
	width:840px;
	padding:0 20px 0 20px;
	background-color:#FFF;
	color:#333;	
	background-image:url(../images/proplogo-watermark.jpg);
	background-repeat:no-repeat;
}

#tail {
	width:880px;
	padding:0;
	height:30px;
	background-color:#1133A7;
	font-size:10px;
	color:#CCC;
	text-align:center;
	line-height:24px;
}

#tail a {
	color:#CCC;
}

#tail a:hover {
	color:#999;
}

.centerimage {
	padding:0;
	width:560px;
	height:180px;
	text-align:center;
}

#flashimage {
	padding:0;
	margin:0;
	width:480px;
	height:250px;
	background-image:url(../images/fla3.jpg);
	background-repeat:no-repeat;	
}

.eventsemphasis {
	font-weight:bold;
}

.image-left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.image-right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}


.red-emphasis {
	color:#900;
}
	

