body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* for IE */
}

a:link {
	color: #0B3558;
}
a:visited {
	color: #0B3558;
}
a:hover {
	background-color: #CCCCCC;
}
a:active {
	color: #FFFFFF;
	background-color: #2BB51D;
}

h4 {
	color: #FFCC33;
	text-align: left;
}

h3 {
	color: #FFCC33;
	text-align: left;
}

P  {
	font-size: smaller;
	color: white;
	text-align: left;
}

ul {
	list-style-type: square;
	font-size: smaller;
	color: white;
	text-align: left;
}

#container
{
width: 730px;
margin: auto; /* align for good browsers */
background-color: #1EA2EA;
}

#top
{

}

.gold {
	color: #FFCC33;
}

#leftcontent
{
float: left;
width: 480px;
padding-left: 10px;
padding-right: 10px;
border-right: 1px solid #CCCCCC;
}

#rightcontent
{
float: right;
width: 200px;
padding-right: 10px;
}

#footer
{
clear: both;
}
