/*first for oswd/owd*/
body:{margin-top: 0px;padding: 0px;text-align: center;}

p{
color: #636363;font-family: sans-serif;font-size: .8em;
}

h1{color: #009900;font-family: sans-serif;font-size: 1.3em;
}

h2{
color: #009900;font-family: sans-serif;font-size: 1.2em;
}

h3{
color: #009900;font-family: sans-serif;font-size: 1.1em;border-top: 1px #636363 solid;padding-top: 10px;}

a {color: #009900;text-decoration: none;}

a:hover {
color: #009900;font-style: italic;background-color: #f2f2f2;}

a:active {
color: #009900;font-style: italic;}

#container{
margin: 0 auto;
width: 750px;}
#header{
width: 500px;border-bottom: 5px #888888 solid;margin-top: 0px;
padding-left: 0px;}

#header p{padding-bottom: 10px;}

#content{
width: 500px;float: left;
padding-right: 10px;
padding-left: 10px;text-align: justify;}

#rightbar{
width: 200px;padding-left: 10px;padding-right: 10px;
padding-top: 10px;
padding-bottom: 8px;float: right;border: 1px #b0b0b0 solid;text-align: justify;}

#rightbar h3{color: #6665fe;}

#smallbox{height: 200px;width: 200px;border: 1px #3e3e3e solid;background-image: url(images/bg1.jpg);}

#smallbox p {padding: 10px;}
#footer{
text-align: center;background-color: #c5c5c5;margin-top: 40px;padding-top: 10px;padding-bottom: 10px;}

#footer p{
font-family: monospace;font-size: .7em;}

#nav {
list-style: none;
}

#nav a {
font: 10px/30px sans-serif;
color: #fff;
text-decoration: none;
display: block;
width: 190px;
height: 30px;
background-color: #0e3e8a;
margin-top: 1px;
margin-left: -40px;
padding-left: 10px;}
* html #nav a {
width: 190px;
}

#nav a:hover {
background-color: #fa753c;
}

#current a{
background-color: #fa753c;text-transform: capitalize;text-decoration: underline;}