/* CSS Document */


h1 {
text-align:center;
padding-bottom:5px;
margin-top:10px;
font-family:"Trebuchet MS", Verdana, "Times New Roman";
font-size:1.5em;
}

h2 {
font-family:"Trebuchet MS", Verdana, "Times New Roman";
font-size:1.2em;
text-align:center;
}

h3 {
font-family:"Trebuchet MS", Verdana, "Times New Roman";
font-size:1.1em;
margin-top:0px;
text-align:center;
}

h5 {
color:#FFFF00;
font-family:"Trebuchet MS", Verdana, "Times New Roman";
font-size:1em;
margin-top:0px;
margin-left:10px;
text-align:left;
}

div#container { 
padding:0px;
margin:auto;
width:600px;
padding-left:5px;
padding-right:5px;
padding-top:10px;
padding-bottom:10px;
background-color:#336699;
}
div#masthead {
width:700px;
padding:0px;
margin:0px;
}

div#content { width:550px;
padding:0px;
margin:auto;
width:600px;
background-color:#FFFFFF;
}
div#content2 { width:700px;
float:left;
background-image:url('images/content2.png');
}


div#right { width:150px;
height:500px;
float:left;
background-color:#FFFFFF;
}
div#footer {
width:700px;
height:107px;
background: #fff url(images/footer.png) 0 0 repeat-y;
text-align:center;
}

p { text-align:left;
margin-left:10px;
padding-left:5px;
margin-right:10px;
margin-top:5px;
font-family:"Trebuchet MS", Verdana, "Times New Roman";
font-size:.8em;
line-height:1.2em;
	}
.style1 {color: #FF0000}
.styledos {color:#FFFFFF; background-color:#000000; line-height:25px;}
.style3 {color:#3366FF}

#skip2 a, #skip2 a:hover, #skip2 a:visited
{
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}

#skip2 a:active, #skip2 a:focus
{
position:static;
width:auto;
height:auto;
} 

ol#toc {
    height: 40px;
    list-style: none;
    margin: 0;
	padding-left: 25px;
	padding-bottom:5px;
	background-image:url(images/content2.png);
}

ol#toc a {
    background: #bdf url(images/tabs.gif);
    color: #008;
    display: block;
    float: left;
    height: 40px;
    padding-left: 10px;
    text-decoration: none;
	color: #000;
}

ol#toc a:hover {
    background-color: #3af;
    background-position: 0 -80px;
}

ol#toc a:hover span {
    background-position: 100% -80px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc li.current a {
    background-color: #48f;
    background-position: 0 -40px;
    color: #fff;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -40px;
}

ol#toc span {
    background: url(images/tabs.gif) 100% 0;
    display: block;
    line-height: 40px;
    padding-right: 10px;
}

