body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/background.jpg);
    background-repeat: repeat-x;
	background-color:#40A4C2;
	text-align:center;
}

a:hover {
	text-decoration:none;
}

td {
	font-size: 10pt;
}

h3 {
	margin-bottom: 10px;
}

#container {
	margin: 0px auto;
	width: 878px;
	background-color: #FFF;
	border: 2px solid #3482A5;
}

#left_column {
	border-top: 3px solid #FFF;
	border-left: 3px solid #FFF;
	color: #FFF;
	background-color: #40ABCF;
}

#topnav {
	font-size: 13px;
	padding: 3px;
	margin-top: 5px;
	line-height: 18px;
}

#topnav strong {
	font-size: 9px;
}

#topnav a {
	color: #FFF;
	text-decoration:none;
}

#topnav a:hover {
	color: #000;
}

#learn {
	padding: 5px;
	font-weight: bold;
	color: #eadfc9;
}

#navcontainer {
	width: 170px;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 13px;
}

#navcontainer li {
	display: block;
	padding: 3px;
}

#navcontainer strong {
	font-size: 9px;
}

#navcontainer li a {
	color: #FFF;
	text-decoration:none;
}

#navcontainer li a:hover {
	color: #000;
	text-decoration:none;
}

#center_column {
	width:100%;
	padding: 10px 10px 0px 10px;
}

img.side {
	padding-right: 0px;
}

#right_column {
	padding-top: 7px;
	font-size: 10pt;
	font-weight: bold;
	line-height:9pt;
}

#right_column a {
	text-decoration:none;
}

#right_column a:hover {
	text-decoration:none;
}

