body {
  margin:0;
  padding:0;
  font: 12px Arial, Helvetica, sans-serif;
}

td {
  font: 12px Arial, Helvetica, sans-serif;
}

a, a:visited, a:link {
  text-decoration: none;
  color: #0066CC;
}

#cms a {
  text-decoration: none;
  color: #0066CC;
}

#cms a:visited {
  text-decoration: none;
  color: #0066CC;
}

#cms a:link {
  text-decoration: none;
  color: #0066CC;
}

a:hover {
  text-decoration: underline;
  color:#464E42;
}

#columns {
  position: absolute;
  width: 790px;
  left: 50%;
  margin-left: -395px;
}


#cms {
  text-align: left;
  padding: 0px 10px 10px 10px;
}

.clear {
  clear: both;
}

#homepage h1, #cms h3 {
    font-family : Arial, Helvetica, Verdana, sans-serif;
    font-size:  15px;
    color: #0066CC;
    font-weight: bold;
    margin : 0px 0px 0px 0px;
    /* took out 15px padding not wanted in product page display */
    padding : 0px 0px 0px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#homepage h1 {
  font-size: 12px;
}

#nav {
  width:100%; 
  text-align: right; 
  font-size:11px;
  font-weight: bold;
}

#nav a {
  color: #0066CC;
  text-transform: uppercase;
}


#nav a:hover {
  color: #6DD155;
}

#nav .selected {
  color: #6DD155;
  text-transform: uppercase;
}

#page_details {
  width: 580px;
  float: left;
}

#page_links {
  width: 190px;
  float: left;
}

#page_links ul {
  list-style: none;
}

#page_links li, #page_links a {
    font-family : Arial, Helvetica, Verdana, sans-serif;
    font-size:  10px;
    color: #0066CC;
    font-weight: normal;
    margin : 0px 0px 0px 0px;
    /* took out 15px padding not wanted in product page display */
    padding : 0px 0px 5px 0px;
    text-transform: uppercase;
}

.error {
  padding:10px;
  color: #980000;
}

.message {
  padding: 10px;
  color: green;
  font-weight:bold;
}

.titlebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.regtext {font-size: 12px; font-family: Arial, Helvetica, sans-serif;}
.datebold {font-size: 10px; color: #006666; font-weight: bold; }

.grboldtitle {
	font-size: 14px;
	font-weight: bold;
	color: #009900;
}

.titlebr {font-size: 12px; color: #006666; font-weight: bold; }
.redtext {
	color: #FF0000;
	font-weight: bold;
}
