/* CSS Document */


/*links general-----------------------------------------------------------------r*/

a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000066;
}
a:hover {
	text-decoration: none;
	color: #6FA21F;
}
a:active {
	text-decoration: underline;
	color: #000066;
}


/*nav-----------------------------------------------------------------r*/


#nav {
	float: left;
	clear: both;
	font-size: 0.7em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 1.5em;
	width: 480px;
	margin-left: 30px;
	height: 50px;
	color: #CCCCCC;
	padding: 0px;
	font-weight: bold;
}

#nav ul {
	list-style-type: none;
	padding-top: 15px;
}

#nav li {
	list-style-type: none;
	display: inline;
}

#nav li a:link, #nav li a:visited {
	color: #333333;
	text-decoration: none;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

#nav li a:hover, #nav li a:active, #nav li a:focus {
	color: #FF6600;
	text-decoration: none;
}



/*footer-----------------------------------------------------------------r*/



#footer {
	float: left;
	clear: both;
	font-size: 0.5em;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	line-height: 1.5em;
	width: 430px;
	vertical-align: top;
}

#footer ul {
	list-style-type: none;
}

#footer li {
	list-style-type: none;
	display: inline;
}

#footer li a:link, #footer li a:visited {
	color: #333333;
	text-decoration: none;
	padding: 1px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}

#footer li a:hover, #footer li a:active, #footer li a:focus {
	color: #FF6600;
	text-decoration: none;
	padding: 1px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
