* {
	margin: 0;
	padding: 0;
	border: none;
}
p {
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}
.left {
	position:relative;
	float: left;
	width: auto;
	height: auto;
}
.right {
	position:relative;
	float: right;
	width: 415px;
	height: auto;
}
body {
	background: #ffffff url('../images/layout/bgRep.png') repeat-x;
	font-family:Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #5c5c5c;
	text-align: center;
}
a:link, a:visited, a:active {
	color:#0271ce;
}
#container {
	margin: 0 auto;
	width: 910px;
	text-align: left;
}
#header {
	height: 169px;
}
#nav {
	position: relative;
	height: 80px;
	width: 100%;
	z-index: 10;
}
#nav li {
	float: left;
	height: 31px;
	list-style-type: none;
}
#nav ul li a, #nav ul li a:link, #nav ul li a:visited {
	display: block;
	padding: 12px 15px;
	margin-top: 1px;
	background-color: #4a5766;
	text-transform: uppercase;
	color: #fff;
	border-right: 1px solid #a4ceff;
	text-decoration:none;
}
#nav ul li a.last {
	border-right: none;
}
#nav ul li a:hover, #nav ul li a:active {
	background-color: #8f9cac;
}
#nav li ul {
	display: none;	
}
#nav li:hover ul {
	position: absolute;
    display: inline;
    width: auto;
    margin: 0;
    padding: 0; 	
}
#nav li:hover ul li{
    float: left; 
}
#nav li:hover ul li a{
	margin-right: 1px;
	padding: 8px 15px;
	background-color: #dcdcdc;	
	border:none;
	color: #000;
}
#nav li:hover ul li a:hover {
	background-color: #8f9cac;
	color: #fff;
}
#content {
	height: auto;
	width: 900px;
	line-height: 18px;
	margin-bottom: 20px;
}
#content .left img {
	padding: 2px;
	border: 1px solid #dddddd;
	background-color: #f3f3f3;
}
.pageHead {
	width: 900px;
	height: 260px;
	padding: 4px;
	background-color: #f3f3f3;
	border: 1px solid #dddddd;
}
.phInfo {
	position: relative;
	float: right;
	width: 312px;
	height: 258px;
	overflow: hidden;
	font-size: 11px;
	line-height: 15px;
}
.phInfo ul.event {
	list-style-type: none;
}
.phInfo ul.event li {
	background: url('../images/layout/eventBullet.gif') 0px 2px no-repeat;
	padding: 0 0 0 15px;
	margin-bottom: 15px;
}
.block ul {
	list-style-type: none;
}
.block ul li {
	background: url('../images/layout/bullet.gif') 0px 4px no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 5px 10px;
}
.date, .title {
	font-weight: bold;
}
a.more {
	position: relative;
	display: block;
	float: right;
	top: 10px;
	text-align: right;
	font-weight: bold;
	text-decoration:none;
	color: #333;
}
a.more:hover {
	text-decoration:underline;
	color: #ff8a00;
}
.phImg {
	position: relative;
	float: left;
	width: 578px;
	height: 254px;
	padding: 2px;
	border: 1px solid #dddddd;
}
#content h3 {
	font-size: 14px;
	font-weight:bold;
	color: #777;
	width: 100%;
	padding: 4px;
	margin-bottom: 10px;
	background-color: #e6e7e7;
	border-top: 1px solid #cfd0d0;
}
h4.welcome {
	position: relative;
	font-size: 12px;
	font-weight: normal;
	color: #f48720;
	width: 100%;
	height: auto;
	text-align: left;
	padding: 15px 0;
}
.leftCol {
	position: relative;
	float: left;
	width: 584px;
	height: auto;
}
.rightCol {
	position: relative;
	right: -2px;
	float: right;
	width: 298px;
	height: auto;
	margin-top: -20px;
}
.rightColHome {
	position: relative;
	float: right;
	width: 298px;
	height: auto;
}
.block {
	margin: 20px 0 20px 0;
}
.heading {
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-weight:normal;
	position: relative;
	width: 100%;
	margin-bottom:10px;
	padding: 0;
	color: #000;
}
.heading .end {
	color: #5c5c5c;
	font-style:italic;
}
h2.heading {
font-size: 19px;	
}
h4.heading {
font-size: 15px;
margin: 5px 0px;
}
.orng {
	color: #ff8a00;
	font-weight: bold;
}
#footer {
	width: 100%;
	height: 76px;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	background: #42453d url('../images/layout/footRep.gif') repeat-x;
	text-align: center;
	padding-top: 10px;
}
#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
h3 a, h3 a:visited {
	font-size: 14px;
	font-weight:bold;
	color: #777;
	text-decoration:none;
}
h3 a:hover {
	color: #000;
	text-decoration:underline;
}
.memberForm {
	text-align: right;	
	background-color: #f8f8f8;
	border: 2px solid #dddddd;
	padding: 15px;
	vertical-align: top;
}
.memberForm input {
	width: 270px;
	height: 21px;
	font-size: 14px;
	border: 1px solid #dddddd;
	margin: 0 0 15px 0;
	padding: 5px;
}
.memberForm textArea {
	font-family: Tahoma, Arial, sans-serif;
	width: 270px;
	font-size: 14px;
	border: 1px solid #dddddd;
	margin: 0 0 0 0;
	padding: 5px;
}
.memberForm input:focus {
	border:1px solid #4A5766;	
}
.memberForm textArea:focus {
	border:1px solid #4A5766;	
}
.memberForm input.submit {
	height: 40px;
	width: 280px;
	padding: 5px;
	margin-top: 15px;
	background-color:#4A5766;
	color: #fff;
}
.memberForm input.submit:hover {
	background-color: #8F9CAC;
	cursor: pointer;
}
.req {
	color: #ff0000;	
}
.error {
	color: #ff0000;	
}
#success {
	padding: 15px;
	text-align: center;
	background-color: #e5ff9f;
	border: 1px solid #b0cf5c;
}
a.eventBoxHead {
	color: #777;
}
#sponsor {
	position: relative;
	float: right;
	right: -8px;
	width: 240px;
	height: 48px;
	overflow: hidden;
}