body {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #373737;
}
#container {
	width: 761px;
	margin: 0 auto;
	background-color: #FFF;
	border: 4px solid #FFF;
}
#header {
	background-image: url(../images/header.jpg);
	height: 233px;
	width: 761px;
}
#header a:hover {
	color: yellow;
}
#top-nav {
	position: relative;
	z-index: +1;
	top: 200px;
	width:600px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 2px;
	overflow: hidden;
	height: 35px;
}
#top-nav li a {
	color: #FFF;
	text-decoration: none;
}
#top-nav ul {
}
#top-nav li {
	list-style-type:none;
	float: left;
	padding-right: 40px;
	margin-left: -30px;
}
#sidebar {
	background-color: #C0C0C0;
	width: 150px;
	padding-left: 10px;
	background-color: #C0C0C0;
	float: left;
	margin-top: 5px;
	padding-top: 10px;
}
#sidebar a {
	color: #003399;
	font-weight : bold;
	text-decoration: none;
}
#sidebar a:hover {
	color: white;
}
#content {
	background-color: #fff;
	width: 580px;
	margin-left: 170px;
	margin-top: 5px;
}
#footer {
}
#footer p {
	font-size: 10px;
	font : bold;
	text-align: center;
}
#footer a {
	color: #000;
	font-weight : bold;
	text-decoration: none;
}
#footer a:hover {
	color: black;
}
h1 {
	font-size: 24px;
	color : #003399;
}
h2 {
	font-size: 15px;
	color : darkblue;
}
h3 {
	font-size: 12px;
	color: darkblue;
	font: bold;
}
p, td {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.pad-left-10 {
	padding-left: 10px;
}

a {
	color: #003399;
	font-weight : bold;
}
a:hover {
	color: blue;
}
a:visited {
	color: darkblue;
}
.orangeHeader {
	color: #CCCC00;
	font-size: 14px;
	font-weight : bold;
	height: 37px;
	line-height: 37px;
}
.bluebar {
	color: #CCCC00;
	background-image: url(../images/bluebar.jpg);
	line-height: 37px;
	text-align: center;
}
.flag {
	margin-left:170px;
	margin-top: -70px;
}
.floatright {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.floatleft {
	float: left;
	padding-bottom: 10px;
	padding-right: 20px;
}
li {
	line-height: 150%;
}
li.arrow { 
list-style-image: url(../images/red-arrow.gif);
}
.small-text {
	font-size: 10px;
}
