@charset "utf-8";
body {
	background-color: #000;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

img.floatleft {
	float: left;
	margin:0px 8px 5px 0px;
}

img.floatright {
	float: right;
	margin:0px 0px 5px 8px;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

a {
	color: #06c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

hr {
	height: 1px;
	background: none;
	width: 100%;
	margin: 25px auto;
	border: none;
	border-top: 1px solid #ccc;
}

/* Global */

.accent1 {
	/*color: #6cf;*/
	color: #06c;
}
.accent2 {
	/*color: #fc6;*/
	color: #ca731e;
}

p {
	color: #000;
	line-height: 24px;
	text-align: justify;
	text-justify: auto; 
}

ul, li {
	color: #000;
}

ul li{
	margin-bottom: 8px;
}
blockquote {
	color: #333;
	font-style: italic;
	font-size: 12px;
}

/* Top Nav */

#TopNav {
	height: 120px;
	width: 100%;
	margin: 0px auto;
}

#Logo {
	display: inline;
	width: 175px;
	margin: 0px;
	padding: 0px;
	float: left;
}

/*#TopLinks {
	width:100px;
	margin: 0px 0px 0px 10px;
	padding: 3px 0px 0px 15px;
	display:inline;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
}*/

#TopLinks {
	float: right;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px 0px;
}

#TopLinks a {
	color: white;
	font-size: 12px;
	width: 100px;
	text-decoration: none;
	line-height:16px;
	margin-left: 10px;
}

#TopLinks a.accent1 {
	color: #6cf;
}

#TopLinks a:hover {
	text-decoration: underline;
}

#Extra {
	float: right;
	height: 95px;
	width: 675px;
}

#Nav{
	display:inline;
	float: right;
	position: relative;
	bottom: 0px;
}

#Nav a{
	position: relative;
	display: table-cell;
	text-align: center;
	width: 110px;
	background: url(/img/nav_top.png) 0px 0px no-repeat;
	font-size: 12px;
	line-height: 25px;
	color: black;
	text-decoration: none;
}

#Nav a:hover {
	background-position: -110px 0px;
	text-decoration: none;
}

#Main {
	background: #fff;
}

#Footer, #Footer p{
	font-size: 11px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	line-height: normal;
}

#Footer {
	padding: 5px 0px;
}

#Footer a {
	color: white;
	text-decoration: none;
}

#FooterNav a {
	line-height:16px;
	margin-right: 10px;
}

.clear {
	clear:both;
	padding:0px;
  margin:0px;
	line-height:0px;
	font-size:1px;
}

.fine {
	font-size: 11px;
}
