@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: bold;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	background-color: #d8dfe0;
}

* {
	outline: none;
}

img {
	border: 0;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

ul {
	padding: 0;
	margin: 0;
} 

a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #4b6773;
}

a img{
	border: none;
	text-decoration: none;
}

a { outline: 0 none; }

#spacer {
	background-image: url(images/spacer.gif);
	background-position: left top;
	clear: both;
}

.spacers {
	background-image: url(images/spacer.gif);
	background-position: left top;
	clear: both;
}

.para {
	margin-top: 20px;
}

#wrapper {
	width: 695px;
	min-height: 580px !important;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	overflow: auto;
	border: 12px solid #FFF;
	margin-top: 10px;
}

#right_panel {
	width: 253px;
	float: left;
	padding-left: 442px;
}

#upper_link {
	width: 243px;
	float: left;
	height: 100px !important;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 5px;
}

#download_text {
	width: 233px;
	float: left;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 5px;
}

#nav {
	width: 233px;
	float: left;
	padding-left: 10px;
	border-bottom: 5px solid #fff;
	border-top: 5px solid #fff;
	margin-top: 5px;
	margin-left: 10px;
}

.nav_link {
	width: 233px;
	float: left;
	padding-bottom: 3px;
	border-bottom: 2px dotted #fff;
	padding-top: 5px;
}

.nav_text {
	width: 180px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 15px;
}

.nav_image {
	width: 43px;
	float: left;
}

#footer {
	width: 695px;
	font-size: 9px;
	color: #999999;
	text-align: center;
	padding-bottom: 5px;
	overflow: hidden;	
	margin-left: auto;
	margin-right: auto;
}

#footerNav {
	width: 695px;	
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 9px;
	color: #999999;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footerNav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}

#footerNav a{
	text-decoration: none;
}

#footerNav li {
	display: inline;
	padding: 1px;
}

#footerNav ul li a:link, #footerNav ul li a:visited{
	color: #999999;
	
}

#footerNav ul li a:hover {
	color: #404f5c;
	text-decoration: none;
}
