/* Wintons Style Sheet - last updated by sdg - 22 april 2005*/

/*Standards*/
body {font-size: 12px; font-family: Arial, Helvetica, Verdana, sans-serif; background-image: url(images/background.jpg);}
p { font-size: 12px; font-family: Arial, Helvetica, Verdana, sans-serif; }
td {}
h1 {margin-top: 10px; font-size: 16px; font-family: Arial, Helvetica, Verdana, sans-serif;}
h2 {font-size: 14px; font-family: Arial, Helvetica, Verdana, sans-serif; color: #AA263D; border-bottom: 1px dashed #AA263D;}
h3 {font-size: 14px; font-family: Arial, Helvetica, Verdana, sans-serif;}

ul  { }
li {vertical-align: top; list-style: url(images/bullet.gif); background-position: bottom; background-repeat: no-repeat;  padding: 0px 0px 0px 0px; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12px;}




/*Layout*/
.frame {width: 740px; height: 100%; border: 1px solid #AA263D; text-align: left; vertical-align: top;}
.innerframe {height: 100%;}
.navigation {height: 25px; text-align: left; vertical-align: top;}
.banner {text-align: left; vertical-align: top;}
.main {background-color: white; padding: 10px 10px 10px 10px; height: 100%; background-image: url(images/layout2005_10.jpg); background-position: top; background-repeat: no-repeat; text-align: left; vertical-align: top;}
.address {padding: 5px 5px 5px 5px; color: white; background-color: #AA263D;}
.footer {background-color: #B9B9B9; height: 25px; text-align: center; vertical-align: middle;}
.breadcrumb {color: #999999; font-weight: bold;}

/*cell styles*/

.cellheader {color: white; font-size: 12px; font-weight: bold; background-color: #AA263D; height: 30px; text-align: left; vertical-align: middle; padding: 5px 5px 5px 5px;}
.cellmain {border-left: 1px solid #AA263D; border-right: 1px solid #AA263D; border-bottom: 1px solid #AA263D; text-align: left; vertical-align: middle; padding: 5px 5px 5px 5px;}
.highlight { padding: 2px; border: 1px solid #AA263D; background-color: #f5f5f5;}




/*Links*/

a:link, a:visited, a:active {  
 font-family: Arial, Helvetica, Verdana, sans-serif;
 color: #AA263D; 
 font-size: 12px; 
 font-weight: normal;
 text-decoration: none;
}

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


a.white:link, a.white:visited, a.white:active {  
 font-family: Arial, Helvetica, Verdana, sans-serif;
 color: #FFFFFF; 
 font-size: 12px; 
 font-weight: bold;
 text-decoration: none;
}

a.white:hover {  
 text-decoration: underline;
 color: #FFFFFF;
}


