body {
	background-image: url(greybg2.gif);
	padding: 0px;
	margin: 0px;
}

a:hover {
	color: #666666;
}

#tab {
	background-color: #770042;
	margin-top: 0px;
	margin-left: 750px;
	padding: 4px;
	width: 350px;
	position: absolute;
	z-index: 3;
	border-width: 1px;
	border-color: #FF8BCB;
	border-style: none solid solid solid;
}

#content {
	background-image: url(watermark.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #EF4776;
	padding: 20px;
	width: 770px;
	margin-left: 330px;
	position: absolute;
	z-index: 1;
	border-width: 1px;
	border-color: #FF8BCB;
	border-style: none solid solid solid;
}

#side{
	background-color: #EF4776;
	padding: 10px;
	width: 250px;
	margin-left: 30px;
   position: absolute;
	border-width: 1px;
	border-color: #FF8BCB;
	border-style: none solid solid solid;
}


#contenthome {
	background-image: url(watermark.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #EF4776;
	padding: 20px;
	width: 770px;
	margin-left: 330px;
	margin-top: 200px;
	position: absolute;
	z-index: 1;
	border-width: 1px;
	border-color: #FF8BCB;
	border-style: solid solid solid solid;
}

#tabhome {
	background-color: #770042;
	margin-top: 0px;
	margin-left: 750px;
	margin-top: 200px;
	padding: 4px;
	width: 350px;
	position: absolute;
	z-index: 3;
	border-width: 1px;
	border-color: #FF8BCB;
	border-style: solid solid solid solid;
}

.header {
	font-family: Georgia, Times New Roman, Times;
	font-size: 35px;
	font-weight: bold;
	color: #333333;
	padding-top: 20px;
}
.header a:link, .subheader a:link {
	color: #333333;
	text-decoration: none;
}
.header a:visited, .subheader a:visited {
	color: #333333;
	text-decoration: none;
}
.header a:hover, .subheader a:hover {
	color: #000000;
	text-decoration: none;
}
.subheader {
	font-family: Georgia, Times New Roman, Times;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-top: 20px;
}
.bodytext {
	font-family: Georgia, Times New Roman, Times;
	font-size: 12px;
	color: #000000;
	font-weight: none;
}
.bodytext a:link, .sidetext a:link {
	color: #000000;
	text-decoration: underline;
}
.bodytext a:visited, .sidetext a:visited {
	color: #000000;
	text-decoration: underline;
}
.bodytext a:hover, .sidetext a:hover {
	color: #333333;
	text-decoration: underline;
}
.sidetext {
	font-family: Georgia, Times New Roman, Times;
	font-size: 10px;
	color: #000000;
}
.tabtext {
	font-family: Georgia, Times New Roman, Times;
	font-size: 9px;
	font-weight: bold;
	text-transform: lowercase;
	color: #E6007F;
	text-align: right;
	text-decoration: none;
	}
.tabtext a:link, .tabhome a:link  {
	color: #E6007F;
	text-decoration: none;
	}		
.tabtext a:visited, .tabhome a:visited  {
	color: #E6007F;
	text-decoration: none;
	}
.tabtext a:hover, .tabhome a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.tabhome {
	font-family: Georgia, Times New Roman, Times;
	font-size: 9px;
	font-weight: bold;
	text-transform: lowercase;
	color: #E6007F;
	text-align: left;
	text-decoration: none;
	}
	
li {
	list-style: circle inside;
	padding-left: 2px;
	}
