@charset "utf-8";
/* CSS Document */

#frame { 
width:800px;  

} 

body {
	background-color: #0075BB;
}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
}
.rightcolumn {
	
	text-align: left;
	float:right;
	width:460px;
}
.leftcolumn {
	
	margin-left: 120px;
	padding:10px;
	text-align: left;
	width: 160px;
	float:left;
}
a {
	font-weight: bold;
	color: #5dc5dd;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color:#FFF;
}

h1 {	
	font-size: 24px;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
}
h2 {
	font-size:18px;
	font-weight: normal;
	color:#FF9;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
