/*CSS Style Sheet */

#container
{
	width: 90%;
	margin: 10px auto;
	background-color: #666666;
	color: #333;
	line-height: 130%;
	border-top: 1px solid #CCCCCC;
	border-right: 1px none gray;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none gray;
}

#top
{
padding: .5em;
background-color: #666666;
border-bottom: 1px solid gray;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
float: left;
width: 160px;
margin: 0;
padding: 1em;
}

#rightnav
{
float: right;
width: 160px;
margin: 0;
padding: 1em;
}

#content
{
	margin-left: 10px;
	border-left: none gray;
	margin-right: 10px;
	border-right: none gray;
	padding: 1em;
	max-width: 36em;
	border-top-style: none;
	border-bottom-style: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCC;
}


#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #CCCCCC;
background-color: #666666;
border-top: 1px solid gray;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }
.txt-intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
}
#topnav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}
#topnav a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom: 1px solid #FFFFFF;
}
#topnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	border-bottom: 1px solid #FF9933;
}
#topnav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #585451;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}
.txt-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#footer a:link {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #CCCCCC;
}
#footer a:visited {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	text-decoration: none;
	color: #CCCCCC;
}
#footer a:active {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #CCCCCC;
}
body {
	background-color: #666666;
}
#content a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	border-left-style: none;
	border-left-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#content a:visited {
	color: #999999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #FFFFFF;
}
#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px solid #FF9933;
}
#content a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}
.txt-arttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.no-boarder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
}

