
* {padding:0; margin:0}
#wrapper {width:1000px; padding:5px; margin:0 auto}
#leftcolumn {float:left; width:325px;}
#rightcolumn {float:left; width:655px;}

/*url(images/header.gif)
background:url(images/header_over.gif)
*/
.nav * {padding:0; margin:0}
.dropdown {display:block; position:relative;font-size:small; }
.dropdown dt {width:300px; border:1px solid #ea0000; padding:4px; font-weight:; cursor:pointer; background:#888888;}
.dropdown .upperdd {border-bottom:none}
.dropdown dt:hover {background:#666666}
.dropdown dd {position:absolute; top:0; overflow:hidden; width:222px; display:none; background:#ffffff; opacity:0}
/*adjust flyout menu width - .dropdown dd and ul (for the border)*/
.dropdown ul {width:218px; border:2px solid #ea0000; list-style:none;}
.dropdown li {display:inline;}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:4px; color:#ffffff; text-decoration:none;background:#888888; width:210px;}
/*adjust main menu width - .dropdown a*/
.dropdown a:hover {color:#000000;}
.dropdown .underline {border-bottom:1px solid #ea0000;}


a:link {color: #ffffff; text-decoration:none;}
a:visited {color:#ffffff; text-decoration:none; }
a:hover {color:#000000;text-decoration:underline;}
a:active {color:#ffffff; text-decoration:none; }


body {
font-family:verdana,arial,sans-serif;  
color:white;
font-size:12px;
background-color:#888888;
}

.border {
border:2px solid #ea0000;
padding:6px;
}

.center {
text-align:center;
}

div.centre {
text-align:left;
width:230px;
display: block;
margin-left:auto;
margin-right:auto;
} 

hr {
color:#ea0000;
}

.clrr {
clear:right;
}

.largefont {
font-size:medium;
} 
