/* CSS Document */

.MainMenu_MenuItem
{
    cursor: pointer;
    color: #fff;
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold;
    font-style: normal;
background: #800019;
border: 0px;
}

.MainMenu_MenuArrow
{

    font-family: verdana;
    font-size: 30px;
    background-color: #800019;
border: 0px solid #800019;    
}

.MainMenu_MenuItemSel
{
    cursor: pointer;
    cursor: hand;
    color: #fff;
    background-color: #60000E;
}

.MainMenu_SubMenu
{
	background: #ddd;
}

.footerLink{
    color: white;
    text-decoration: none;
}
    
.footerLink:link {
    text-decoration:none;
    color:#fff;
}

.footerLink:visited  {
    text-decoration:none;
    color:#fff;
}

.footerLink:active   {
    text-decoration:none;
    color:#fff;
}

.footerLink:hover    {
    text-decoration:underline;
    color:#ccc;
}

.dnnMenu
{
background-color: #800019;
padding-top: 8px;
padding-right: 12px;
padding-bottom: 8px;
padding-left: 12px;
margin-bottom: 8px;
width:776px;
}

.dnnLogin
{
padding: 2px 10px 2px 0px;
text-align: right;
}

body {
font-family:Arial, Helvetica, sans-serif;
background-color:#999999;
font-size:12px;
margin: 0px;
padding: 0px;
text-align: center;
}

p  {
margin:0px 0px 5px 0px;
font-weight:100;
font-size:12px;
line-height:1.2em;
}

td
{
font-size: 12px;
}

.frontpage p {
margin:0px 0px 5px 0px;
font-weight:100;
font-size:12px;
line-height:1.5em;
}

h1 {
color:#80001A;
margin:0px 0px 5px 0px;
font-weight:900;
font-size:18px;
background: #DFC3C9;
border-bottom: 2px solid #800019;
padding: 3px;
}

h2 {
color:#80001A;
margin:10px 0px 5px 0px;
padding:5px 0px 5px 0px;
font-weight:900;
font-size:14px;
}

h3 {
color:#80001A;
margin: 0px 0px 15px 0px;
font-weight:100;
font-size:13px;
}

strong {
color:#80001A;
}

a {
border:none;
}

#container {

position: relative;
  margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#masthead {
display:block;
width:800px;
height:100px;
background:url(img/celo_masthead.jpg) no-repeat;
}

#header{
display: block;
background: #fff;
}

#twocol{
}


#nav {
padding-top:80px;
font-size:12px;
line-height:1.7em;
float:right;
height:20px;
/*width:548px;*/
width:614px;
display:block;
}
#nav a {
color:#FFFFFF;
text-decoration:none;
float:left;
display:block;
width:65px;
height:20px;
}

#nav a:link {
color:#FFFFFF;
margin:0px 0px 0px 1px;
background-image:url(img/navbtn.gif);
background-repeat:no-repeat;
text-align:center;
}
#nav a:visited  {
color:#FFFFFF;
margin:0px 0px 0px 1px;
background-image:url(img/navbtn.gif);
background-repeat:no-repeat;
text-align:center;
}
#nav a:hover {
color:#80001A;
background-image:url(img/navbtn_ovr.gif);
background-repeat:no-repeat;
}
#nav a:active {
color:#80001A;
background-image:url(img/navbtn_ovr.gif);
background-repeat:no-repeat;
}
#nav a.active {
color:#80001A;
background-image:url(img/navbtn_ovr.gif);
background-repeat:no-repeat;
}

#footer {
color:#FFFFFF;
display:block;
width:800px;
height:40px;
background-color:#80001A;
font-size:.9em;
}
#footer .img {
float:left;
margin-left:20px;
}

#footer .links {
padding:10px 0px 0px 10px;
float:left;
}

#preload {
visibility:hidden;
}

#clear {
clear:both;
}


A:link
{
	text-decoration: underline;
	color: #003366;
}

A:visited
{
	text-decoration: underline;
	color: #003366;
}

div .code
{
padding: 10px 2px 10px 10px;
background: #EFECE0;
border: 1px dashed #80001A;
margin: 15px 0px 15px 0px;
}




