/* Start of CMSMS style sheet 'layout_styles' */
#container {
	width:830px;
	margin-left:auto;
	margin-right:auto;
}
#navigation {
	font-size: 15px;
	color:#333333;
	height:26px;
        text-align:right;
        padding-bottom:6px;
}

#navigation a {
	color:#333333;
	text-decoration:none;
}
#navigation a:hover {
	color:#E41714;
	text-decoration:underline;
}


#navigation .navigation_selected {
	font-size: 15px;
	color:#007DB6;
	height:26px;
        font-weight: normal;

} 



#banner {
	padding-bottom:30px;
}
#content {
	padding-bottom:30px;
}

#content_home {
	padding-bottom:30px;
}

#content_home ul {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
	list-style-type: square;
	padding-left:0px;
	margin-left:0px;

}

#footer {
	border-top: 1px solid #577D97;
	padding-top: 15px;
	font-size:11px;
	color:#B2B2B2;
}

#sub_nav a {

        color: #007DB6;
        text-decoration: none;
}

#sub_nav a:hover {
	color:#E41714;
	text-decoration:none;
}


#sub_nav p {
        border-bottom: #CCCCCC 1px solid;
        margin-bottom: 10px;
padding-bottom:5px;
margin-top: 0px;
padding-top: 0px;
margin-right: 40px;
}

a:link {
	color: #007DB6;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #007DB6;
}
a:hover {
	text-decoration: none;
	color: #E41714;
}
a:active {
	text-decoration: underline;
	color: #007DB6;
}

p {
margin-top: 0px;
margin-bottom: 0px;
}

/* End of 'layout_styles' */

