@media screen{
body{
font-family: verdana, arial, sans-serif, serif;
font-size: 12px;
color: #444444;
background-color: #ffffff;
margin: 0px;
margin-left: 100px;
margin-right: 100px;
padding: 10px;
}
img{
margin: 0px;
border: 0px;
padding: 0px;
}
div,span{
margin: 0px;
padding: 0px;
border: 0px;
}
a{
color: #bb0000;
text-decoration: none;
}
a:visited{
color: #660000;
}
ul{
margin-left: 10px;
padding: 0px;
}
li{
list-style-image: url(img/list.png);
list-style-position: outside;
}
.float_left{
float: left;
}
.float_right{
float: right;
}
#index{
text-align: center;
vertical-align: middle;
padding: 30px;
}
#highlight img{
margin-left: 20px;
margin-right: 20px;
}
body.index #footer{
text-align: center;
padding: 30px;
}
body.index #heading{
display: none;
}
body.index #navigation{
display: none;
}
#heading{
text-align: right;
padding-right: 20px;
}
#heading h1{
font-size: 220%;
}
#title{
font-size: 200%;
font-weight: 700;
color: #333333;
}
#title a{
color: #333333;
}
#navigation{
color: #ffffff;
}
#sections{
display: block;
clear: both;
float: right;
width: 300px;
height: 40px;
vertical-align: middle;
background-image: url(img/sections.png);
background-position: top right;
background-repeat: no-repeat;
}
.section{
display: block;
float: left;
text-align: center;
width: 100px;
padding-top: 12px;
padding-bottom: 12px;
font-weight: 700;
}
.section a{
color: #ffffff;
}
.section a:visited{
color: #ffffff;
}	
#locations{
display: block;
clear: right;
float: right;
margin-right: 15px;
width: 150px;
vertical-align: middle;
padding-top: 5px;
padding-bottom: 15px;
background-image: url(img/locations.png);
background-position: bottom right;
background-repeat: no-repeat;
}
.location{
display: block;
text-align: center;
margin-left: 10px;
margin-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
font-weight: 700;
border-bottom: 1px solid #ffffff;
}	
.location a{
color: #ffffff;
}
.location a:visited{
color: #ffffff;
}	
.current a{
color: #999999;
}
.current a:visited{
color: #999999;
}
#sidebar{
display: block;
clear: right;
float: right;
margin-right: 10px;
padding-top: 5px;
color: #444444;
width: 160px;
}
#content{
display: block;
margin-top: 70px;
margin-right: 180px;
text-align: justify;
padding: 10px;
}
#content h1{
font-size: 200%;
color: #bb0000;
}
#content h2{
font-size: 170%;
color: #bb0000;
}
#content h3{
font-size: 150%;
}
#content h4{
font-size: 130%;
}
#content h5{
font-size: 120%;
}
#content h6{
font-size: 110%;
}
#content li{
margin-bottom: 10px;
}
#content img{
margin: 10px;
}
#footer{
clear: both;
text-align: right;
padding-top: 10px;
}
}