@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #333333;
	scrollbar-face-color: #317B9C;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #54A1C4;
	scrollbar-3dlight-color: #B8D7E6;
	scrollbar-shadow-color: #1E6180;
	scrollbar-highlight-color: #7CBCDA;
	scrollbar-darkshadow-color: #1E6180;
	background-image: url(pics/879.jpg);
}
.site #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.site #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.site #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.site #mainContent {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
}

.site #mainContentCent {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
}

.site #footer {
	padding: 0;
	background:#00000;
	color: #999999;
	text-align: left;	
}



.nav a:link{
	font-style: normal;
	color: #99CCFF;
	text-decoration: none;

}

.nav a:visited{
	font-style: normal;
	color: #99CCFF;
	text-decoration: none;

}

.nav a:hover{
	font-style: normal;
	color: #FF0000;
	text-decoration: blink;	

}

#PageText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}



table {

	background: transparent;
}

#MyTableText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}

#MyMenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	background-color: #000000;
}

.PicHover a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.PicHover a:hover{
	border-top-color: #0000FF;
	border-top-style: solid;
	border-top-width: thin;
	border-right-color: #0000FF;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-color: #0000FF;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #0000FF;
	border-left-style: solid;
	border-left-width: thin;
}

#FaceBookPic{
	display:block
	valign;
	padding-top: 100px;
}

#MenuTable{
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
	.button a {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999999;
	display: block;
	width: 70px;	
		}
		
	.button a:hover{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
	display: block;
	width: 70px;	
		}
		

				

	.menu a {
		font-size: 8pt; 
		font-family: Arial, Helvetica, sans-serif; 
		text-decoration: none; 
		color: #ffffff;
		display: block;
		background-color: #00FF33; 
		border-color: #ffffff; 
		}
	.Menu a:hover{
		background-color: #8888dd;
		color: #000000; 
		}
		
	#PicComment{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:14pt;
		color:#FFFF00
	
	}