@charset "UTF-8";

/**Page Structure CSS**/

body {
	padding:0px;
	text-align:center;
	background-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container {
	width:500px;
	margin:0px auto;
	text-align:center;
}

#header {
	height: 330px;
	width: 500px;
	background-image: url(../images/header.png);
	background-repeat: repeat;
	background-position: center top;
}
                        
#header h1 span {
	display: none;
	padding: 0;
	margin: 0;
}

#content {
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
	background-position: center center;
	padding-right: 100px;
	padding-left: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

.accordion {
	margin: 0px;
	padding: 0px;
}
li {
	font-weight: normal;
	list-style-type: none;
	padding: 0px;
	color: #0099FF;
	font-variant: small-caps;
}
ul {
	text-align: left;
	padding: 0px;
}

ul#right {
	text-align: left;
	padding: 0px;
}

#footer {
	height: 60px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	color: #999999;
	font-weight: bold;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	padding-top: 45px;
}

/**Text Class CSS**/

h2 {
	background: #000000;
	margin: 0px;
	padding: 0px;
}



h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 6px;
	text-decoration: underline;
}

p {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: left;
	text-indent: 10px;
}

/**Link Class CSS**/

h2 a {
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	color: #888888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h2 a:hover, h2 a:active {
	color: #999999;
	background-color: #111111;
}

a {
	color: #999999;
}

a:hover, a:active {
	color: #666666;
}

a.recentlinks {
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

a.recentlinks:hover {
	text-decoration: line-through;
}
