/* Structure CSS Document */

html, body {
	height:100%;
	margin: 0;
	padding: 0;
	background: url(../images/index-bg-1.jpg) #ffffff top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}

#Center {
	background: url(../images/bg-2.jpg) #ffffff top left repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
	position: relative; 
}

#Page {
}

#PageLeft {
	float: left;
	width: 240px;
}

#PageRight {
	float: left;
	width: 720px;
}

#ClearPage {
	clear: left;
}


/* Content Areas */

#Logo {
	background: url(../images/logo-bg.gif) top left no-repeat;
	width: 240px;
	height: 134px;
}

#LogoLinks {
	padding: 90px 0 0 10px;
}

#Seal {
	float: right;
}

#LeftNav {
	background: url(../images/leftnav-bg.gif) #2f9bdd top left repeat-x;
	text-align: right;
}

#Events {
	background: url(../images/index-events-bg.gif) #464646 top left no-repeat;
	width: 210px;
	color: #ffffff;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 15px 25px 15px;
}

#TopNav {
	background: url(../images/topnav-bg.gif) #cecece top right repeat-y;
	height: 25px;
	width: 720px;
}


#Title {
	width: 705px;
	height: 76px;
	background-color: #ffffff;
	padding: 33px 0 0 15px;
}

#BannerImage {
}

#Content {
	background: url(../images/index-content-bg.gif) top left no-repeat;
	padding: 0 0 0 13px;
}

#ContentLeft {
	float: left;
	width: 397px;
	margin: 11px 0 0 0;
	padding: 11px 25px 0 0;
	background: url(../images/contentright-bg.gif) top right no-repeat;
}

#ContentRight {
	float: left;
	width: 215px;
	padding: 22px 30px 0 25px;
	
}

#ClearContent {
	clear: left;
}


#Standard1Content {
	width: 680px;
	background-color: #ffffff;
	margin: 0 0 0 13px;
}

#Standard1ContentLeft {
	float: left;
	width: 397px;
	margin: 32px 0 0 0;
	padding: 0px 25px 0 10px;
	background: url(../images/contentright-bg.gif) top right no-repeat;
}

#Standard1ContentRight {
	float: left;
	width: 205px;
	padding: 32px 15px 0 25px;
	
}

#ClearStandard1Content {
	clear: left;
}


#Standard2Content {
	width: 680px;
	background-color: #ffffff;
	margin: 0 0 0 13px;
}

#Standard2ContentLeft {
	float: left;
	width: 447px;
	margin: 32px 0 0 0;
	padding: 0px 25px 0 10px;
	background: url(../images/contentright-bg.gif) top right no-repeat;
}

#Standard2ContentRight {
	float: left;
	width: 155px;
	padding: 32px 15px 0 25px;
	
}

#ClearStandard2Content {
	clear: left;
}

#Standard3Content {
	width: 680px;
	background-color: #ffffff;
	margin: 0 0 0 13px;
}

#Standard3ContentLeft {
	float: left;
	width: 577px;
	margin: 32px 0 0 0;
	padding: 0px 25px 0 10px;
}

#Standard3ContentRight {
	float: left;
	width: 25px;
	padding: 32px 15px 0 25px;
	
}

#ClearStandard3Content {
	clear: left;
}



/* Footer Area */

#Footer {
	border-top: 5px solid #cecece;
	margin: 0 0 0 1px;
	padding: 10px 0 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}

