/* CSS Document */

/*-----------------------------------------------

Chapter Web Public Template -- Yellow Rose
-------------------------------------------------


/*-----------------------------------------------
-- Base Styles 
----------------------------------------------- */

body
{
	background: #FFF;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small; 
}

h1,h2,h3,h4,h5
{
}

a
{
	color: #968999;
}

a:link 
{
	color: #968999;
}

a:visited 
{
	color: #968999;
}

a:hover
{
	color: #808c83;
}

#container
{
	width: 800px;
	text-align: left;
	margin: 65px auto 20px auto;
	background: #FBFCFD;
	border: 1px solid #aea3b1;
}

/*-----------------------------------------------
-- Header Styles 
----------------------------------------------- */


#header
{
    height: 230px;
}


#header h1 a
{
    background: url(/_themes/p_bluebonnet/header_background.jpg) no-repeat top;
	float: left;
	width: 800px;
	height: 200px;
	color: #2662bc;
	display: block;
	text-indent: -9999px;
}

/*-----------------------------------------------
-- Content Styles 
----------------------------------------------- */

#content
{
	clear: left;
	width: 750px;
	background: #FBFCFD url(/_themes/p_bluebonnet/content_background.png) repeat-x bottom;
	padding: 10px 25px 25px 25px;
}

#content p
{
	padding: 10px 0 5px 0;
	line-height: 150%;
	color: #222;
}

#content h1,
#content h2
{
	color: #144da3;
	font-weight: normal;
}

#content h1
{
	font-size: 160%;	
	padding-top: 20px; 
}

#content h2
{
	font-size: 130%;
	padding-top: 20px; 
}

/*-----------------------------------------------
-- Navigation Styles 
----------------------------------------------- */

#manageLinks
{
	width: 100%;
	background: #000;
}

#manageLinks a13291181855866
{
	color: #FFF;	
}	

#nav
{
	float: left;
	width: 800px;
	background-color: #67709e;
	font-weight: bold;
}

#nav li
{
	float: left;
	display: block;
	padding: 0 10px;
}

#nav li a
{
	display: block;
	color: #FFF;
	font-size: 110%;
	padding: 5px 10px;
	text-decoration: none;
}

#nav li a:hover, #nav .current_page a
{
	background: #424c7e;
	letter-spacing: 0;
}

/*-----------------------------------------------
-- Footer Styles 
----------------------------------------------- */

#footer
{
	background: #d1d5ea;
}

#footerContainer
{
	text-align: center;
	padding: 0 0 5px 0;
	font-size: 90%;
}

#footerContainer li
{
	padding: 10px 40px 0 0;
	display: inline;
}

#footerContainer p
{
	padding-top: 5px;
}

#footerContainer a
{
	color: #8c91a2;
	text-decoration: underline;
}

#footer a img
{
	border: none;
}
