/************************************************************/
/*                       Page/Header                        */
/************************************************************/

/* Uncomment to change page border's background color
body
{
	background-color: #000000;
}
*/

/* Uncomment to define page header background color/image
#logo-title
{
	background-image: url(/images/bg_header.jpg);
	background-color: #000000;
}
*/


/************************************************************/
/*                       Main Content                       */
/************************************************************/

/* Uncommment to define main content's header (no margin)
#content-header
{
	background-image: url(/images/bg_header.jpg);
}
*/


#content p,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6
{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

#content a
{
	color: #339966;
	text-decoration: none;
	font-weight: bold;
}
#content a:link
{
	color: #339966;
}
#content a:hover
{
	color: #999999;
}
#content a:visited
{
	color:#999999;
}



#content h1, #content h1 a
{
	color: #339966;
	font-size: 220%;
	font-weight: bold;
}

#content .intro
{
	color: #339966;
	font-size: 130%;
	font-style: italic;
	font-weight: normal;
	line-height: 130%;
}

#content h2, #content h2 a
{
	color: #000000;
	font-weight: bold;
}

#content .callout
{
	background-color:#CCC;
	border: 1px solid #999999;
	float: right;
	font-style: italic;
	font-weight: normal;
	margin: 1em;
	padding: 0em 1em 1em 1em;
	width: 200px;
}
#content #list #list-title
{
	color: #339966;
	font-size: 190%;
	margin-top: .5em;
}

#content #list li, li a
{
margin-bottom: 1em;
text-decoration: none;
}

#content #list a
{
	text-decoration: none;
}
#content #list a:link
{
	color: #339966;
}
#content #list a:visited
{
	color:#666666;
}



/************************************************************/
/*                       Sidebar                            */
/************************************************************/

#sidebar-right, #sidebar-right a,
#sidebar-right p, #sidebar-right p a,
#sidebar-right h2, #sidebar-right h2 a,
#sidebar-right h3, #sidebar-right h3 a,
#sidebar-right h4, #sidebar-right h4 a,
#sidebar-right h5, #sidebar-right h5 a,
#sidebar-right h6, #sidebar-right h6 a
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar-right a
{
	font-weight: bold;
}

#sidebar-right h1,
#sidebar-right h1 a
{
	color: #203861;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight:bold;
}

#sidebar-right h2,
#sidebar-right h2 a
{
	color: #99ccff;
	font-size: 130%;
}

#sidebar-right h3,
#sidebar-right h3 a
{
	font-size: 110%;
}

#sidebar-right h4,
#sidebar-right h4 a
{
	font-size: 100%;
}

#sidebar-right ul
{
	list-style-type: none;
	margin-bottom: 2em;
	padding-left: 1em;
}

#sidebar-right li
{
	font-size: 95%;
	margin-bottom: 1em;
}

/* This is the "Faux Columns" hack (http://www.alistapart.com/articles/fauxcolumns/) */
/* (Note that the background is applied to #main - not the actual sidebar.)          */
body.sidebar-right #main
{
    background-image: url(/background/green_sidebar_right.gif);
}

