/* CSS Document */
body{
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
}

h1{	font-family: Georgia, serif, Times, "Times New Roman";
	font-size: 21px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;	
}

h2{
	font-family: Georgia, serif, Times, "Times New Roman";
	font-size: 16px;
	font-weight: bold;
	color: #CC6633;
	text-decoration: none;	
}

h3{	font-family: Georgia, serif, Times, "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}

h4{}

h5{}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.red{
	font-family: Georgia,serif, Times,   "Times New Roman",     ;
	font-size: 90%;
	font-weight: bolder;
	color: #CC6633;
}

.foot{
	font-family: Georgia,serif, Times,   "Times New Roman",     ;
	font-size: 70%;
	font-weight: normal;
	color: #CC6633;
}


#menu{
	position: absolute;
	left: 152px;
	top: 49px;
}

#main{
	position: absolute;
	left: 150px;
	top: 100px;
	right: 20px;
}

#mainhome{
	position: absolute;
	left: 150px;
	top: 60px;
	right: 20px;
}


a:link{
	font-family: Georgia, serif, Times, "Times New Roman";
	font-size: 90%;
	font-weight: bold;
	color: #CC6633;
	text-decoration: none;	

}

a:visited{
	font-family: Georgia, serif, Times, "Times New Roman";
	font-size: 90%;
	font-weight: bold;
	color: #CC6633;
	text-decoration: none;	

}

a:active{
	font-family: Georgia, serif, Times, "Times New Roman";
	font-size: 90%;
	font-weight: bold;
	color: #CC6633;
	text-decoration: none;	
}

a:hover{
	font-family: Georgia, serif, Times, "Times New Roman";
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;	
}

a.menu:link{
	font-family: Georgia, serif, Times, "Times New Roman";
	font-size: 90%;
	font-weight: bolder;
	color: #CC6633;
	text-decoration: none;
	text-align: center;
}

a.menu:visited{
	font-family: Georgia, serif, Times, "Times New Roman";
	font-size: 90%;
	font-weight: bolder;
	color: #CC6633;
	text-decoration: none;
	text-align: center;
}

a.menu:active{
	font-family: Georgia, serif, Times, "Times New Roman";
	font-size: 90%;
	font-weight: bolder;
	color: #CC6633;
	text-decoration: none;
	text-align: center;
}

a.menu:hover{
	font-family: Georgia, serif, Times, "Times New Roman";
	font-size: 90%;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	text-align: center;
}