div.sdmenu {
	border-right: 1px solid #cccccc;
	padding-right: 5px;	
	width: 180px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #fff;
	float: left;
}
div.sdmenu div {
	background: url(images/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(images/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(images/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(images/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #333333;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background: #808080 url(images/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}

div.content p{
	margin-top:0px;
}


.content ul{
	padding:0px 10px;
}

.content ul li { 
	text-indent:5px;
	padding-left:15px;
	list-style-type:none;
	background: url(images/red-bullet.gif) no-repeat 0 0; 
}

h1, span.title{
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}

h2, span.subtitle{
	font-size: 14px;
	font-weight: bold;
}

h3, span.subsubtitle{
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
}

body{
	margin-top:0px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size:12px;
	background: #EEE;
	color: #444;
}

div.page{
	background: url(images/bgcontainer.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 867px;
}

div.main{
	padding: 10px 18px;
}


div.header{
	padding-left:3px;
	height:90px;
	background: url(images/hr-header.gif) no-repeat  bottom;
	clear:both;
}

div.footer{
	clear:both;
	margin:0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(images/hr-footer.gif) no-repeat top;
}


div.content{
	border-left: 1px solid #cccccc;
	min-height:600px;
	margin-left:185px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:10px;
	text-align:justify;
	font-size: 13px;
}

div.page_bottom{
	background: url(images/bgcontainer_bottom.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 867px; /* bgcontainer.png width */
	padding-bottom: 6px;
}

div.hlist a{
	font-size: 13px;
	line-height:24px;
	font-weight:bold;
	padding-right:10px;
}

div.content a{
	color:#c3272b;
}

div.content a:visited{
	color:#660033;
}