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

body{
	background: url(../images/bodyBG.jpg) repeat-x #263578;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body, html {margin:0; padding:0; border:0; width: 100%;} /* Re-sets IE to “zero” for these values */

h1{font-size: 22px; color: #333;}
h2{font-size: 18px; color: #333;}
h3{font-size: 16px; color: #333;}
p{font-size: 12px; color: #333;}

img{border: none;}

li{font-size: 12px; list-style-type:none;}

a:link, a:visited{
	color: #263578;
	text-decoration: none;
}

a:hover, a:active{
	color: #8ec83e;
	text-decoration: underline;
}

#headerWrapper{
	height: 150px;
	background: url(/images/headerBG.jpg) repeat-x;
	width: 100%;
}

#header{
	width: 970px;
	margin: 0 auto;
	padding: 10px 5px 0;
}

#loginArea{
	float:right;
	text-align: right;
	font-weight: bold;
}

#search{
	margin: 90px 23px 0 0;
}

#navWrapper{
	background: url(/images/navBg.png) repeat-x;
	height: 38px;
	position: absolute;
	*position: relative;
	width: 100%;
}

#nav{
	margin: 0 auto;
	width: 980px;	
}

#nav a:link, #nav a:visited{color: #333;}
#nav a:hover, #nav a:active{color: #263578; text-decoration: none;}

#nav ul{
	margin:0;
	padding: 7px 0 6px 0;
}

#nav li{
	display: inline;
	font-size: 14px; 
	font-weight: bold; 
	padding: 7px 15px 6px;
	border-left: 1px solid #7ba624;
}

#contentWrapper{
	margin: 29px auto 0;
	*margin: -9px auto 0;
	width: 980px;
}

#content{
	background-color: #fff;
	float: left;
	padding: 10px 5px 5px;
	margin-bottom: 10px;
	width: 970px;
}

#boxLeft {
	width: 330px;
	float:left;
}

#boxLeft ul{
    padding: 0;
}

.eventName{font-weight: bold; font-size: 14px;}

#boxMiddle h3{
	margin: 20px 20px 0 0;
	padding: 0;
}

#boxMiddle p{
	margin: 0;
	padding: 0;
}

.action{
	float:right;
	margin: 10px 0;
	font-weight: bold;
}

#boxMiddle {
	width: 350px;
	float:	left;
	margin: 0 30px;
}

.logo{
	float: left;
	margin: 0 10px 0 0;
}

#boxRight {
	width: 220px;
	float: left;
}

#shadow{
	background: url(../images/shadow.png) repeat-x;
	height: 10px;
}

#footer{
	font-size: 12px;
	padding-bottom:10px;
	clear: left;
	color: #fff;
	text-align: center;
}

.OrgTabs{
	position: relative; 
	margin-left: 550px; 
	width: 305px;
}

