@charset "iso-8859-1";
/* copyright Ria Lloyd from 2ndglance.co.uk */
body {background-color:#eff;margin:0px auto;padding:0px;font: 105% Arial, Verdana, Helvetica,sans-serif;
/* gecko based browsers */
background: -moz-linear-gradient(left, #cff, #eff);
/* webkit based browsers */
background: -webkit-gradient(linear, left top, right bottom, from(#cff), to(#eff));
/* ie */
filter:progid:DXImageTransform.Microsoft.Gradient
(endColorstr='#eeffff', startColorstr='#ccfffff', gradientType='1');
min-height:800px
}






p {font-family:arial,sans-serif;text-align:justify;line-height:130% }
h1 {color:#f63;font-size:140%;text-align:center}
h3 {color:#f63;font-size:110%;text-align:center}
h2 {color:#009;font-size:130%}


#outer {max-width:960px;width:expression(document.body.clientWidth > 960? "960px": "auto" );margin:0 auto;}
#top {color:#00637b;font-weight:700;background:#BDDEFF url(images/logo1.gif) no-repeat 100% 0%;height:80px;padding:20px}
#top h1 {color:#00637b}
#nav {width:24%;float:left;}
#content {float:right;margin:15px 5px;width:73%;line-height:130%}
#footer {clear:both;text-align:center}


.current {display:block;padding:4px 0px;color:#ff0;margin-bottom:4px}
#nav ul {margin-left:0px;padding-left:0px}
#nav ul li {margin:0px;background-color:#09f;list-style-type: none; width:200px;display: block;line-height}
#nav ul li a {display: block; padding: 5px; background:#BDDEFF ; border:  2px outset; color: #006;   text-decoration: none;font-weight:bold}
#nav ul li a:link {background: #BDDEFF; color: #006}
#nav ul li a:visited {background: #bddeff; color: #009}
#nav ul li a:hover {background: #00667c; color: #ef4a00;border: 2px inset}
#nav ul li a:active {background: #bddeff; color: #009;}
ol li {line-height:1.5;list-style-type:circle}

#content img {-moz-box-shadow: 6px 6px 6px #666; -webkit-box-shadow: 6px 6px 6px #666;box-shadow: 6px 6px 6px #666; 
}



