@charset "UTF-8";
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 25px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 25px;
	margin-bottom: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.warning {
	font-weight: bold;
	color: #FF0000;
}
body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .875em;
}
#container {
	width: 750px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/RHDul.Concept01_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	background-color: #FFFFFF;
	background-image: url(../images/RHDul.Concept01_head.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
	padding: 0;
} 
#header h1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1px;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 750px;
	left: -1000em;
	top: 0px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	top: 200px;
	left: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}
#sidebar1 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.187em;
	font-weight: bold;
	color: #FFFFFF;
}
#sidebar1 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .875em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar1 a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .875em;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sideList {
	float: right;
	width: 200px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999933;
	border-bottom-color: #999933;
	border-left-color: #999933;
}
#sideList h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #893003;
	margin-left: 15px;
}

#sideList ul {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#sideList li {
	padding: 0px;
	line-height: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 55px;
	margin-bottom: 0;
	margin-left: 270px;
} 
#mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	color: #893003;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #893003;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .875em;
	color: #333333;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .875em;
	color: #333333;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .875em;
	color: #333333;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../images/RHDul.Concept01_foot.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
} 
#footer p {
	margin-top: 0;
	margin-right: 55px;
	margin-bottom: 0px;
	margin-left: 270px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #666666;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer a {
	color: #893003;
	text-decoration: underline;
}
#top {
	background-color: #FFFFFF;
	background-image: url(../images/RHDul.Concept01_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin: 0px;
	height: 20px;
}
#sideList p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #893003;
	margin-left: 12px;
}
