@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 74%;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	line-height: 125%;
	text-decoration: none;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_grad_01.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	padding: 0px;
	text-align: center;
}

p {line-height: 1.3;}
img {border: 0;}

a:link {
	text-decoration: underline;
	color: #003399;
	font-weight: normal;
}
a:visited {
	text-decoration: underline;
	color: #003399;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
	display: inline;
	font-weight: normal;
}

h1, h2, h3 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.1;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	color: #17406B;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #64809C;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
	line-height: normal;
	margin: 0.2em 0em 0em 0em;
}
h4 {
	font-size: 1em;
	margin: 14px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1.4em;
}
h5 {font-size: 1.0em; margin: 1.2em 0em 1.2em 0em; font-weight: normal;}
h6 {font-size: 0.8em; margin: 1.2em 0em 1.2em 0em; font-weight: bold;}

.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 75px;
	background-image: url(../images/rdmpc_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	margin: 10px 10px 10px 0px;
	background-color: #64809C;
	background-attachment: fixed;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	margin: 10px 10px 10px 0px;
	background-color: #64809C;
	background-attachment: fixed;
}

.twoColFixLtHdr #mainContent {
	margin: 0px 0px 15px 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 10px;
	background-color: #FFFFFF;
	border-top: dotted #999999 1px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

.content_title {
	font-size: 1.5em;
	margin: 7px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px 16px 16px 0px;
	text-align: right;
	vertical-align: bottom;
	background-color: #B2BFCE;
}


.border_all {border: solid #999999 1px;}
.border_left {border-left: 1px solid #999999;}
.border_right {border-right: 1px solid #999999;}
.border_top {border-top: 1px dotted #999999;}
.border_bottom {border-bottom: 1px dotted #999999;}
.border_leftandright {border-left: 1px solid #999999; border-right: 1px solid #999999;}
.border_right_bottom {border-bottom: 1px solid #999999;border-right: 1px solid #999999;}



 ul#navlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: right;
	font-weight: normal;
}
 #navlist li {
	list-style-type: none;
	display: inline;
	padding: 8px;
}
 #navlist a:link {
	color: #CCCCCC;
	text-decoration: none;
}
 #navlist a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
 #navlist a:hover {
	color: #FFFF00;
	text-decoration: none;
}


 
 ul#subnavlist {
	color: #FFFFFF;
	font-size: 1em;
	padding: 0px 0px 10px 0px;
	line-height: 1.2em;
	margin: 0px 0px 0px 0px;
	border-bottom: dotted #cccccc 1px;
}
 #subnavlist li {
	list-style-type: none;
	display: inline;
	text-align: left;
	font-weight: normal;
}
 #subnavlist a {
	padding: 5px 10px 5px 10px;
	display: block;
}
 #subnavlist a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-weight: normal;
}
 #subnavlist a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	 font-weight: normal;
}
 #subnavlist a:hover {
	color: #FFFFFF;
	background-color: #17406B;
	text-decoration: none;
	display: block;
	font-weight: normal;
}
 #subnavlist a:active {
	color: #FFFFFF;
	background-color: #17406B;
	text-decoration: none;
	display: block;
	 font-weight: normal;
}

 .subnav_active {
	color: #000000;
	background-color: #17406B;
	text-decoration: none;
	display: block;
}
	
.footer {
	font-size: 0.9em;
	line-height: normal;
	padding: 6px;
	color: #999999;
}
.footer a:link {
	text-decoration: none;
	color: #333;
}
.footer a:visited {text-decoration: none;color: #999999;}
.footer a:hover {
	text-decoration: underline;
	color: #000;
}

.white_text {color: #FFFFFF;}
