@charset "UTF-8";
/* CSS Document */


* { margin:0; padding:0; }


body {
	background-color:#ffffff;
	text-align: left;
		}


.style1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #333333;
}


.style2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-style:italic;
	font-weight:bold;
	color: #333333;
}


.style3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#333333;
}

.style4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#666666;
}


.style5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#666666;
}


.style6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#6699CC;
}


		
a:visited {
	color:#999999;
	text-decoration: none;
		}
		
a:hover {
	color:#FFCC66;
	text-decoration: none;
		}
	
a:active {
	color:#999999;
	text-decoration: none;
		}
	
a:link {
	color:#999999;
	text-decoration: none;
		}


#frame {
	width:800px;
	background-color:#ffffff;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
		}	
		
	
#header {
	text-align: center;
	margin-bottom: 30px;
	padding:0px;
	width: 800px;
		}
		
#media {
	width:800px;
	text-align:center;
	margin-bottom:35px;
	}
	
#navigation {
	width:800px;
	text-align:center;
	margin-bottom:40px;
	}
	
#updates {
	width:700px;
	margin-left:50px;
	margin-bottom:25px;
	}
	
	
#updated {
	width:800px;
	text-align:center;
	margin-bottom:25px;
	}
	
#bottom {
	width:800px;
	text-align:center;
	}