/* Start of CMSMS style sheet 'a SubNav' */
@charset "UTF-8";
/* CSS Document */
{
}

.subNavPage {
	float: right;
	width: 605px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 30px;
	padding-bottom: 150px;
}
#sideBar {
	width: 175px;
	float: left;
	padding: 10px;
}
#sideBar a {
	text-decoration: none;
	font-size: 14px;
}
#sideBar h3 {
	font-size: 14px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #464646;
        margin: 0px;
}
#sideBar ul {
	padding: 0px;
	list-style-type: none;
}
#sideBar li {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 5px;
}

/* End of 'a SubNav' */

