@charset "UTF-8";
/* CSS Document */

/*====== Sidebar Styles ======*/

#l_sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
        margin-top: 0px;
}

#l_sidebar ul {
	padding: 0px;
	margin: 0px;
	line-height: 2em;
}

#l_sidebar ul li {
	list-style-type: none;
	margin-left: 0px;
}
/*-- Change the color of the Primary page links here -- */
#l_sidebar ul li a {
	font-weight: bold;
	color: #7AAD10;
	text-decoration: none;
}

#l_sidebar ul li a:hover {
	text-decoration: underline;
}

/* this changes the subpages styles */
#l_sidebar ul ul li {
        color: #999999;
        font-size: 0.93em;
        line-height: 150%;
	margin-left: 0px;
	list-style-type: square;
	list-style-position: inside;
}

#l_sidebar ul ul {
       margin-bottom: 10px;
}

/* Change the color of the sub pages active link here. */
#l_sidebar ul ul li a {
	margin-left: 0px;
	color: #3f4850;
	text-decoration: none;
	font-weight: normal;
}

#l_sidebar ul ul li a:hover {
	text-decoration: underline;
}

#shoutBox {
	color: #FFFFFF;
	background-color: #3F4850;
	margin-right: 20px;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
}

#shoutBox p {
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 0.75em;
}

#shoutBox p.firstLine {
	font-weight: bold;
	color: #8AC513;
	padding-bottom: 0;
}


