@CHARSET "UTF-8";

body {
  margin: 0;
  font-size: 9pt;
  font-family: Arial, Helvetica, sans-serif;
  width: 1004px;
}

table, tr, td, div, a, span{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

.column {
  position: relative;
  float: left;
}

#center {
	width: 415px;
	padding: 5px 10px;        /* LC padding */
	margin: 0px;
}
#left {
	width: 225px;           /* LC width */
	padding: 5px 10px;        /* LC padding */
	margin: 0px;
}
#right {
	width: 300px;           /* RC width */
	padding: 5px 10px;        /* RC padding */
	margin: 0px;
}

#footer, #header, #nav {
	width: 1000px;
}

#footer { 
	text-align: center;
}

#logo {
  background: #00539f  url(../images/cdr_logo.gif);
  background-repeat: no-repeat;
  width: 100%;
  height: 98px;
  text-align: right;
  color: #ececec;
  letter-spacing: 1px;
  font-size: 8pt;
  font-weight: 500; 
}

.home {
	background-color: #999999;
}

.green {
	background-color: #82be44;
}

.blue {
	background-color: #05738c;
}

.grey {
	background-color: #666666;
}

#nav a,#nav a:visited {
	color: white;
}

#header a,#header a:visited {
	color: white;
}

#nav .darker:hover {
	color: #000000;
	text-decoration: none;
}

#nav .lighter:hover {
	color: #666666;
	text-decoration: none;
}

#nav .pageheader {
	height: 30px; 
}

#nav #current {
	color: #000000;
	text-decoration: none;
    font-style: italic; 
    font-size: 10pt;
    font-weight: bold;
}

#header #current {
	color: #000000;
	text-decoration: none;
    font-style: italic; 
    font-size: 10pt;    
    font-weight: bold;
}

#logo #current {
	color: #000000;
	text-decoration: none;
    font-style: italic; 
    font-size: 10pt;    
    font-weight: bold;
	}

#left {
  background-color: #e5e5e5;
  height: 100%;
}


#right {
  background-color: #e5e5e5;
  height: 100%;
}

#center {
  background-color: #ffffff;
  height: 100%;
}

#latestcommentblurb {
	width: 95%; 
	text-align: center;
	border: none;
	font-size: 8pt; 
	color: navy;
	font-style: italic;
}

#latestcommentblurb #date {
  color: navy;
}

#latestcommentblurb #commenttext {
	color: black;
	font-weight: bold;
}

#latestcommentblurb #moreinfo {
	color: navy;
}

#standardtable {
  font-size: 8pt;
  color: #ffffff;
}


#textlink  {
  color: #333333;
  font-size: 9pt;
  font-family: Arial, Helvetica;
  text-decoration: none;
}

#textlink:hover {
	text-decoration: underline;
}
#embeddedlink  {
  color: #7da053;
  text-decoration: none;
}

#embeddedlink:hover {
	text-decoration: underline;
}

#header-text {
	color: #7da053;
}


.ideas { color: #005193;}
.strategies { color: #7dbb55;}
.comments { color: #959595;}
  
  
.accessnotification {
	padding: 20px;
	background-color: #ffffff;
	font-size: 12pt;
	color: black;
	width: 600px;
	height: 300px;
	display: block;
}

.accessnotification a {
	font-size: 12pt;
	color: blue;
	text-decoration: underline;
}