/* CSS Document */

body{
	background-color:#ffffff;
	background-image:url(imgs/bg.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	margin-top:0px;
	}
#content{
	color:#000000;
	width:722px;
	font-family:Georgia, "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	background-image:url(imgs/ftr.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}
#content1{
	color:#000000;
	width:722px;
	font-family:Georgia, "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	}
#contentinside{
	color:#000000;
	width:722px;
	font-family:Georgia, "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	height:auto;
	padding-bottom:140px;
	}
#contentinside1{
	color:#000000;
	width:722px;
	font-family:Georgia, "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	height:auto;
	}

#contentinsideb1{
	color:#000000;
	width:722px;
	font-family:Georgia, "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	height:auto;
	background-image:url(imgs/b1.jpg);
	background-position:top left;
	background-repeat:no-repeat;
		padding-bottom:140px;
	}
#contentinsideb2{
	color:#000000;
	width:722px;
	font-family:Georgia, "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	height:auto;
	background-image:url(imgs/b2.jpg);
	background-position:top left;
	background-repeat:no-repeat;
		padding-bottom:140px;
	}
#contentinsideb3{
	color:#000000;
	width:722px;
	font-family:Georgia, "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	height:auto;
	background-image:url(imgs/b3.jpg);
	background-position:top left;
	background-repeat:no-repeat;
		padding-bottom:140px;
	}
#contentinsideb4{
	color:#000000;
	width:722px;
	font-family:Georgia, "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	height:auto;
	background-image:url(imgs/b4.jpg);
	background-position:top left;
	background-repeat:no-repeat;
		padding-bottom:140px;
	}


.link:active{
	color: #00FF99;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	}	
	
.link:link{
	color: #660000;
	text-decoration:underline;
	font-weight:bold;
	text-transform:uppercase;
	}	
	
.link:visited{	
	color: #660000;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:underline;
	}
		
.link:hover{
	color: #33CCFF;
	text-decoration:none;
	}

.fltlft{float:left;
		padding:0px 12px 0px 12px;
		}
		
.fltlrt{float:right;
		padding:0px 12px 0px 12px;
		}


#dropmenudiv{
position:absolute;
font:normal 12px Verdana;
line-height:18px;
z-index:100;


}

#dropmenudiv a{
width: 370px;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#000000;
background-color: #33FF99;
background-image:url(imgs/bgdd.jpg);
border: 1px solid black;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #00FF66;
background-image:url(imgs/bgddh.jpg);

}