/* CSS Document */


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

h2 {
color:#FFFF00;
font-family:"Trebuchet MS", Verdana, "Times New Roman";
font-size:20px;
text-align:center;
margin-top:10px;
margin-bottom:5px;
}

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

h5 {
color:#FFFF00;
font-family:"Trebuchet MS", Verdana, "Times New Roman";
font-size:14px;
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;
clear:both;
}

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


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

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