/* Start of CMSMS style sheet 'Layout - Sub Page' */
/* CSS Document */
#contentarea {
	background: url(images/contentarea-childpage-bg.gif) 75% 0 repeat-y;
	clear: both;
	border-right: 1px solid #88b3de;
}
div#wrapper-contentarea div.shell {
	background: none;
	border-right: none;
}
#contentarea #content {
	float: left;
	width: 73%;
	padding: 1.5em 0 1em 1%;
	line-height: 1.6em;
	display: inline;
}
#content h1 {
	color: #000000;
	font-size: 2.75em;
	padding: 0 0 .15em 0;
	margin: 0 0 .5em 0
}
#content h2 {
	color: #30529c;
	font-size: 2em;
	background: url(images/divider-blue-bg.gif) bottom left repeat-x;
	padding: 0 0 .15em 0;
	margin: 1em 0 .5em 0
}
#content h3 {
	color: #000000;
	font-size: 1.75em;
	margin: 1em 0 .5em 0
}
#content h4 {
	color: #e07400;
	font-size: 1.5em;
	margin: 1em 0 .5em 0
}
#contentarea #column {
	float: right;
	width: 25%;
	padding: 0 0 1.5em 0;
	line-height: 1.7em;
	font-size: 1em;
	color: #666666;
	font-size: .9em;
	margin: 0 -1px 0 0
}
#column .block {
	padding: 0 1.5em;
	margin: 0 0 3em 0
}
#column .block h2 {
	color: #30529c;
	font-size: 1.75em;
	background: url(images/divider-blue-bg.gif) bottom left repeat-x;
	padding: 0 0 .2em 0;
	margin: 0 0 .5em 0
}
#column ul {
	margin: 1.5em 0;
	padding: 0;
        position:relative;
left:20px;
}
#column ul li {
        list-style-image: URL('images/bullet.gif');
	margin: 0 0 .5em 0;
}
#column ul li ul {
margin:3px 0px -3px -5px;
}
#column ul li a {
	font-weight: bold;
	text-decoration: none;
}
#column ul li a:hover {
	text-decoration: underline;
}
#column ul li h3 {
	font-weight: bold;
	line-height: 1.7em;
}
#column ul li dfn {
	display: none;
}
div#breadcrumbs {
	border: 1px solid #88B3DE;
	margin-left: -10px;
	margin-top: 1px;
	padding: 2px 0 2px 5px;
        z-index:0;
}
/* End of 'Layout - Sub Page' */

