BODY{
	font-size: 12px;
}

#Container{
	width: 956px;
	height: 600px;
	
	position: absolute;top: 50%; left: 50%; margin-top: -300px; margin-left: -478px;

	background-image:url(../site_media/Container.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#Header H1, #Header H2{
	display: none;
}

#Logo{
	position: absolute;
	left: 17px;
	top: 20px;
}

#Sitewide_Links {
	position: absolute;
	right: 0px;
	top: 55px;
	width: 680px;
	padding: 0px;
	margin:0px;
	height: 20px;
	font-size: 10px;
	text-align:right;	
	
}

#Sitewide_Links A{
	color: #1E3C66;	
	text-decoration: none;
}

#Sitewide_Links UL{

}

#Sitewide_Links UL LI, #Sitewide_Links UL LI:hover{
	display: inline;
	margin-left: 5px;
	padding-left:13px;
	
	background-image:url(../site_media/Bullet_Unselected.png);
	background-position:left center;
	background-repeat:no-repeat;

}

#Sitewide_Links UL LI:hover, #Sitewide_Links #Selected{
	background-image:url(../site_media/Bullet_Selected.png);
}

#Content{
	padding-left: 10px;
	height: 405px;
	line-height: 130%;
}

#Content A{
	color: #6CCFF6;
}

#Content A:hover{
	text-decoration: none;
}


#Content H2{
	font-size: 14px;
	color: #6CCFF6;
}

#Content H3{
	font-size: 14px;
	font-weight: 600;
}

#Section_Description_Pane{
	position: absolute;
	top: 95px;
	left: 0px;
	width: 217px;
	height: 260px;
	border-right: 1px solid #DCF5FF;
	
	background-position: top center;
	background-repeat:no-repeat;
	
	padding-top:200px;
}

#Section_Description_Pane_Textbox{
	margin-left: 10px;
	width: 197px;
	/*	border-top: 1px solid #1E3C66;
	border-bottom: 1px solid #1E3C66;	
	padding-top: 5px;
	padding-bottom: 5px;
	*/
	
}


#Section_Description_Pane_Textbox STRONG{
	color: #6CCFF6;
	font-weight: 600;
}

#Section_Description_Pane_Textbox BLOCKQUOTE{
	border-left: 2px solid #6CCFF6;
	margin-left: 0px;
	padding-left: 10px;
	margin-right: 10px;
}

#Top_Decoration{
	position:absolute;
	width: 188px;
	height: 7px;
	background-color: #fff;
	border-bottom:1px solid #1E3C66;
	z-index: 100;
}

#Bottom_Decoration{
	position:absolute;
	top:409px;
	width: 188px;
	height: 10px;
	background-color: #fff;
	border-top:1px solid #1E3C66;
	z-index: 200;
}

#Section_Description_Pane_Textbox_Inner{
	overflow:auto;
	padding-top: 8px;
}
#Section_Content_Pane{
	position: absolute;
	top: 95px;
	left: 230px;
	width: 630px;
	height: 457px;
	padding-top: 0px;
}


/* jScrollPane stuff */
a.jScrollArrowUp {
	background: url(../site_media/jScrollBar/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../site_media/jScrollBar/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}