/* CSS Document */

body{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin: 25px auto;
	height: 100%;
	text-align="center"
}

#header {
background-color: #666666;
width: 820px;
height: 133px;
padding-top: 5px;
padding-bottom:5px;
margin: 0 auto;
text-align: center;
}

#topNav  {
background-color: #000000;
width: 820px;
height: 18px;
margin: 0 auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
border-top: white .25em solid;
border-bottom: white .25em solid;
word-spacing: 35px;
}

#topNav ul, li, a, visited {
width: 100%;
height: 100%;
display: inline;
color: #FFFFFF;
line-height: 18px;
text-transform: uppercase;
}

#topNav a:hover {
background-color: #666666;
height: 16px;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 5px;
padding-right: 5px;
text-decoration: none;
}


#container{
	background-color: #666666;
	width: 790px;
	margin: 0 auto;
padding: 15px;
}

#container a:link {
	font-weight: bold;
	text-transform: none;
	color: #cccccc;
	text-decoration: underline;
}
#container a:hover {
	font-weight: bold;
	text-transform: none;
	color: #ffffff;
	text-decoration: underline;
}
#container a:active {
	
	font-weight: bold;text-transform: none;
	color: #cccccc;
}
#container a:visited {
	font-weight: bold;
	text-transform: none;
	color: #cccccc;
	text-decoration: underline;
}


#content {
background-color: #666666;
width: 790px;
margin: 0 auto;
}


#pagename {
width: 790px;
color: #000000;
font-size: 24px;
line-height: 28px:
font-weight: bold;
text-transform: uppercase;
text-align: left;
}

#paragraph {
width: 770px;
padding-left: 10px;
padding-right: 10px;
margin: 0 auto;
}

#paragraph a {
color:#000000;
text-decoration: none;
}

#paragraph a:link {
color:#000000;
text-decoration: underline;
}

#paragraph a:visited {
color:#000000;
text-decoration: underline;
}

#paragraph a:hover {
color: #CCCCCC;
text-decoration: underline;
}
