@charset "UTF-8";
* {
	margin:0;
	padding:0;
}

body  {
	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;
	min-width: 810px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #ffffff;
	background-image: url(../images/body_bg.gif);
}


/*typography*/
a {
	text-decoration: none;
	font-weight: bold;
	color: #005E92;
}

a:link { }
a:visited { }
a:active { }
a:hover { text-decoration: underline; }

h1 {
	font-size: 2em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;	/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}

h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

img { border: 0; }

p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}
.racdc #container #mainContent dd {
	line-height: 1.6em;
}

li > p { margin-top: 0.2em; }

pre {
	/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
}

strong, b { font-weight: bold; }
.racdc #pre {
	height: 90px;
	background-color: #005E92;
	text-align: left;
	background-image: url(../images/pre_bg.gif);
	background-repeat: repeat-x;
	display: block;
}
.racdc #pre #logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 90px;
	width: 265px;
	float: left;
}
.racdc #pre #logo a {
	display: block;
	height: 90px;
	width: 265px;
}
.racdc #pre #byline {
	float: right;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 65px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 25px;
	background-image: url(../images/byline.gif);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 355px;
	clear: right;
}



/**/

.racdc #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
} 
.racdc #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* 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. */
} 
.racdc #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 */
}
.racdc #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

/**/
.racdc #sidebar1 #navcontainer {
	width: 200px;
}

.racdc #sidebar1 #navcontainer ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
.racdc #sidebar1 #navcontainer li {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	padding-bottom: 3px;
}

.racdc #sidebar1 #navcontainer a
{
	display: block;
	width: 190px;
	background-color: #005E92;
	border-bottom: 1px solid #eee;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.racdc #container #sidebar1 #navcontainer .center a {
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.racdc #sidebar1 #navcontainer a:link, #navlist a:visited
{
	color: #fff;
	text-decoration: none;
}

.racdc #sidebar1 #navcontainer a:hover
{
	background-color: #5592B1;
	color: #fff;
}
.racdc #sidebar1 #Contact {
	background-color: #FFFFFF;
	width: 170px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/**/
.racdc #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 225px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
} 
.racdc #mainContent ol, ul, li {
	/*

	list-style: none;*/
	font-size: 1em;
	line-height: normal;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	margin-left: 10px;
}

.racdc #mainContent #newsblock {
	background-color: #E7E7E7;
	padding: 15px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	text-align: center;
	width: 65%;
	border: 1px solid #005E92;
}
.racdc #mainContent #aoa h2 {
	font-weight: bold;
	color: #7FA2CC;
}
.racdc #mainContent #aoa h2 span {
	color: #000000;
	text-transform: uppercase;
	font-size: 0.7em;
}

.racdc #footer {
	padding: 0 10px 0 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
} 
.racdc #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 */
	text-align: center;
	font-size: 0.9em;
	line-height: normal;
}
.hide {
	display: none;
}
.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;
}
.txtrt {
	text-align: right;
}
.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;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.important {
	color: #ff0000;
}
#ccoptin {
	margin-top: 15px;
	margin-bottom: 3px;
}
#ccoptin h4 {
	font-size: 16px;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#ccoptin  .ccimg {
	background-color: #006699;
	float: right;
	margin-top: 3px;
	margin-right: 5px;
}
.racdc #container #mainContent dt {
	font-weight: bold;
	padding-top: 1em;
}
#rdpp caption {
	font-weight: bold;
}
#rdpp table, th, td {
	border: 1px solid #000000;
	border-collapse: collapse;
}
#rdpp th, td {
	padding: 5px;
}
#rdpp  th.goal    {
	text-align: left;
}
#rdpp td.ntf {
	background-color: #f2f2f2;
}

