@charset "UTF-8";
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	color: #FC745F;
	text-align: center;
	width: auto;
	height: auto;
	background-color: #3D4851;
}

    #container {
	background-color: #FFF;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-left: 0px;
}


#header {
	height: 100px;
	z-index: 1;
	background-color: #FC745F;
}
#nav {
	background-color: #1EA3AD;
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 36px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #060;
	color: #FFF;
}
#nav a:hover {
	background-color: #8FC269;
}
#container #nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
}
#nav ul li {
	float: left;
}
#container #nav ul li a {
	display: block;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	text-decoration: none;
	color: #FFF;
}

#header img {
	margin-top: 20px;
	margin-left: 16px;
	float: left;
}
 
    #main {
	width: 530px;
	float: left;
}
    #sidebar {
	width: 270px;
	float: right;
	background-color: #8FC269;
}
    #footer {
	background-color: #1EA3AD;
	clear: both;
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
}
    dl {
	color: #000;
	font-size: medium;
	margin-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-right: 10px;
	font-style: normal;
}
    dd {
	font-size: small;
	margin-bottom: 10px;
	font-weight: normal;
	margin-right: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left: 5px;
	text-align: left;
}
    #main p {
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 15px;
	text-align: left;
	color: #000000;
	font-weight: normal;
}
    #main h1 {
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: center;
}
    #GlobalNav {
	background-image: url(images/globalnav_bg.png);
	background-repeat: no-repeat;
	position:absolute;
	left:601px;
	top:54px;
	width:160px;
	height:25px;
	z-index:1;
	text-align: center;
}
    
.styledtable {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #006;
	border: 1px solid #FC745F;
	margin-left: 10px;
}
.styledtable tr th {
	background-image: url(bg_header.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006;
	text-transform: capitalize;
	font-size: 14px;
	text-align: center;
}
.styledtable tr td {
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
}
.styledtable tr td {
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	border: 1px dashed #9AA8BD;
	color: #FC745F;
}
.oddrow {
	background-color: #EAF1F4;
}
dl dd img {
	float: left;
}
#sidebar dl img {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
