@charset "UTF-8";
/* CSS Document */
body{
	background: #dbca67;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#header{
background: white;
width: 960px;
float: left;
}

#container{
width:960px;
margin-left: auto ;
margin-right: auto;


}

#sidebar {
background:#336699;
}


#content {
width: 960px;
float:left;
background:white;
padding-top: 5px;
padding-bottom: 10%;

}


#footer {
background: black;
width: 960px;
float: left;

}

#bottom{
width:960px;
background-image:url(Web%20Graphics/TanBottom1x13.gif);
background-repeat: repeat-x;
height:13px;
float:left;
}

#top{
background-image:url(Web%20Graphics/TanTop1x13.gif);
background-repeat: repeat-x;
height:11px;
width:960px;
float:left;
}

#rightside{
background-image:url(TanRightSide13x1.gif);
background-repeat: repeat-y;
width:13px;
float:left;
height:10px;
}

#leftside{
background-image:url(TanLeftSide11x1.gif);
background-repeat: repeat-y;
width:11px;
float:left;
}

#navcontainer {
	width: 200px;
	float: left;
	margin: 0 auto;
	padding: 0 20px;
	background: inherit;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}

			/* SIDE NAV */		
#navcontainer ul {
list-style : none;
margin : 20px 0;
padding : 0;
}
#navcontainer ul li {
display : inline;
padding : 0;
margin-top: 10px;
}
#navcontainer ul li a {
display : block;
color: #666666;
background : inherit;
text-decoration : none;
margin-top: 10px;
padding : 3px 0;
border-bottom : 1px solid #aaa;
}
#navcontainer ul li a:hover {
text-decoration : none;
background : #fff;
color : #000;
} 

#text {
width: 650px;
float: left;
}

#text1{
width: 325px;
float: left;
}

#text2{
width: 325px;
float: left;
}

/* FONTS */
#h1{
	color:#ff0103;
	font-size: 20px;
	font-weight: bold;
}

#h2{
color:black;
font-size: 16px;
font-weight: bold;
}

#h3{
color:black;
font-size: 13px;
font-weight: bold;
}

#p{
	font-family: "Times New Roman", Times, serif;
	}
	
ul {
	list-style-image:url(Web%20Graphics/bullet.jpg);
	font-family: "Times New Roman", Times, serif;
	margin-left: 10;
	margin-top: 5px;
}

a {
text-decoration: none;
color: black; 
font-family: Arial, sans-serif;
}

a:hover{
color: #666666;
}

#linkreg{
color: blue;
text-decoration: underline;
}

