/* CSS Document */

body {
background-color:  #006699;
margin: 0;
padding: 0;
font-family: Georgia, Verdana, sans-serif;;
	}
	
p	{
font: normal 12px Verdana, verdana, arial, sans-serif;
color: #000;
}
	
h1 {
	font: bold 18px Georgia, verdana, arial, sans-serif;
	color: #006699;
	}
	
h2 {
	font: bold 15px Georgia, verdana, arial, sans-serif;
	color: #006699;
	}
	
a:link {
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
	}
	
a:visited {
	color: #006699;
	text-decoration: none;
	}

a:hover {
	color: #006699;
	text-decoration: underline;
	}

#all {
	width: 780px;
	height: 600px;
	background: #FFFFC2;
	border: 2px solid #ffff33;
	margin-top: 10px;
	margin-right: 80px;
	margin-left: 80px;
	margin-bottom: 0px;}
	
	

#footer {
	height: 15px;
	padding: 5px 15px;
	border-top: 1px solid #033;
	background: #ffffcc;
	font-size: 11px;
	text-align: center;
	color: #666;
	}
	

#leftcon {
	background: #ffffcc;
	margin-top: 50px;
	font-size: 11px;
	color: #666;
	float: left;
	width:250px;
	padding-right: 10px;
	padding-left: 10px;
	height: 600px;
}
#rightcon {
	margin-top: 5px;
	float: left;
	width: 525px;
	text-align: left;
	font-size: 11px;
	color: #666;
	background-color: #ffffcc;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 4px solid #FFFF33;
	height: 600px;
}



