/************************************************************/
/*                       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 a
{
	color: #cccc9a;
	text-decoration: none;
	font-weight: bold;
}

#content a:link
{
	color:#009999;
}

#content a:hover
{
	color:#cccc9a;
}

#content a:visited
{
	color:#000000;
}


#content h1, #content h1 a
{
	font-family: "Courier New", Courier, monospace;
	color:#000;
}

#content h2, #content h2 a
{
	color:#069999;
	font-family: "Courier New", Courier, monospace;
	font-size:120%;
	font-style:italic;
}

#content h3, #content h3 a
{
	color:#c0c485;
	font-family: "Trebuchet MS";
	font-size:160%;
}

#content h4, #content h4 a
{
	font-family: "Trebuchet MS";
	font-size:110%;
}

#content h5
{
	font-family:  "Trebuchet MS";
	font-size: 100%;
	font-style: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#content p, #content p a,
{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	
}

/************************************************************/
/*                       Sidebar                            */
/************************************************************/

@charset "utf-8";

.sidebar-right #main {
	background-image: url(graphics/orange_sidebar_right.gif);
	background-position:right;
	background-repeat:repeat-y;
}

#sidebar-right ul 
{
	list-style:none; 
	display: block;
	padding: 0;
}

#sidebar-right li a
{
	border: 1px solid transparent;
	color: #FFFFFF;
	display: block;
	font-family:  "Trebuchet MS";
	font-size: 110%;
	padding: .5em 0em .5em .25em;
	margin-right: 0em;
	text-decoration:none;
}
	

#sidebar-right li a:hover
{
	border: 1px solid #669966;
	background-color:#7f9e7e;
	text-decoration: none;
}

#sidebar-right h1
{
	color:#66baa1;
	font-family:"Times New Roman", Times, serif;
	font-size: 300%;
	margin-bottom: -.25em;
	
}
