@charset "utf-8";
/* CSS Document */

body 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height:16pt;
	margin:0;
	background-color:#abbacc;
}

#wrapper 
{
	width:830px;
	background-image:url(../images/bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
	margin:0 auto;
}

#page 
{
	width:800px;
	padding:0 15px 0 16px;
}
#top 
{
	height:100px;
	background-image:url(../images/topbg.gif);
	background-repeat:no-repeat;
	margin-bottom:-10px;
	}

#search 
{
	text-align:right;
	padding-top:1ex;
	padding-right:1em;
	float:right;
	position:relative;
	z-index:10;
}

#logo
{
	position:relative;
	z-index:5;
	height:100px;
	background-image:url(../images/ACDRClogo.png);
	background-repeat:no-repeat;
	background-position:10px 32px;
}
#logo_printable
{
	position:relative;
	z-index:5;
	height:100px;
	background-image:url(../images/ACDRClogo_printable.png);
	background-repeat:no-repeat;
	background-position:10px 32px;
}

#search a:link, #search a:visited 
{
	font-size:8pt;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

#search a:hover, #search a:active 
{
	font-size:8pt;
	font-weight:bold;
	color:#fff;
	border-bottom:1px dotted #c6e040; /* lime green */
}

#search #keywords
{
	padding:3px;
	font-size:9px;
	width:90px;
	background-image:url(../images/searchbg.gif);
	border:1px solid white;
	margin-right:1ex;
	top:0;
}
#search #searchbutton
{
	position:relative;
	top:5px;
}
#flash 
{
	margin-left:0;
	position:relative;
	z-index:4;
}
#bar 
{
	width:800px;
	height:11px;
	background-image:url(../images/bar.gif);
	background-repeat:repeat-y;
}
#lower {
	background-image:url(../images/rightcolumnbottom.jpg);
	background-position:210px bottom;
	background-repeat:no-repeat;
}
#leftcol 
{
	width:208px;
	float:left;
}
#rightcol {
	margin-left:2px;
	float:left;
	width:588px;
	padding-bottom:240px;
}
.inset {
	padding-left:25px;
	padding-top:25px;
	padding-right:25px;
}
.clearer {
	clear:both;
}
.white {
	color:#fff;
}
.small {
	font-size:10px;
}
.italic {
	font-style:italic;
}
.plain {
	text-decoration:none;
}
.noborder {
	border:none;
}
.center {
	text-align:center;
}
.compress {
	margin:0;
	padding:0;
}
.bold {
	font-weight:bold;
}

#rightcol h1 { 
	font-size:18pt;
	font-weight:normal;
	color:#10426a; /* dark teal */
	margin:0;
	padding:0;
	border-bottom:2px solid #c6e040; /* lime green */
	margin-right: -25px;
}

#rightcol h2 {
	font-size:9pt;
	font-weight:bold;
	color:#868686;
	margin:0;
	padding:0;
	padding-left:16pt;
}

#rightcol h3 {
	font-size:11pt;
	font-weight:bold;
	color:#1a2642; /* navy blue */
	margin:1em;
	padding:0;
	padding-left:4pt;
}

#rightcol h4 {
	font-size:13px;
	font-weight:bold;
	color:#1a2642; /* navy blue */
	border-bottom:1px solid #C6E040;
}

blockquote, #rightcol blockquote p {
	margin: 0px;
	padding: 10px;
	font-size:14px;
}

#leftcol h5 { /* used in the left column at the bottom for the address */
	font-size:13px;
	line-height:16px;
	color:#c6e040; /* lime green */
}

#rightcol p, #rightcol th, #rightcol td {
	color:#10426a; /* dark teal */
	padding:0;
	padding-right:25px;
	font-size:9pt;
	line-height:14pt;
	margin:16pt 12pt 0pt 16pt;
}
#rightcol ul {
	margin:1em 1em 1em 0;
}
#rightcol ul li {
	font-size:9pt;
	line-height:14pt;
	color:#4779b4; /* medium blue */
}

#rightcol a:link, #rightcol a:visited {
	color:#25aae1; /* bright blue */
	font-size:11px;
}
#rightcol a:hover , #rightcol a:active {
	color:#10426a; /* dark teal */
}

.calendar, #rightcol p, #rightcol th, #rightcol td  {
	padding:0px;
	margin:1pt 2pt 1pt 2pt;
	vertical-align:middle;
}


.imageOnLeft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
	border:none;
}
.imageOnRight {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
	border:none;
}


#footer 
{
	height:100px;
	width:830px;
	background-image:url(../images/footer.gif);
	background-position:top center;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	font-size:8pt;
	text-align:center;
	padding-top:14px;
}

#footer p {
	margin:0;
	padding:0;
}
#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#fff;
}
#footer a:hover, #footer a:active {
	text-decoration:none;
	border-bottom:1px dotted #c6e040; /* lime green */
	color:#fff;
}



.printerlinks {
	width:75%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:11px;
	margin-top:2em;
	margin-bottom:1em;
}

.printerlinks a:link, .printerlinks a:visited {
	color:#10426a; /* dark teal */
}
.printerlinks a:hover, .printerlinks a:active {
	color:#25aae1; /* bright blue */
}