/* CSS Document */

p
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: medium;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.center
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: medium;
	padding: 5px;
}

body
	{
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	}
	
	#container
	{
	text-align: left;
	width: 1020px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
	h1
	{
	color: #FFF;
	padding: 20px;
	margin: 0;
	background-color: #000000;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	}
	
div.thumbnail
	{
	text-align: center;
	padding-bottom: 15px;
	
	}

.image
	{
	float: left;
	text-align: left;
	padding-bottom: 15px;
	padding-right: 10px;
	clear: none;
	
	}
.clear { clear: left; }
	
	#nav
	{
	float: left;
	width: 130px;
	display: inline;
	margin-left: 20px;
	padding: 15px 0;
	}
	
	#nav ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: right;
	}
	
	#nav li
	{
		padding: 0 10px 5px 0;
	}
	
	#content
	{
	float: left;
	width: 675px;
	margin-left: 45px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333333;
	}
	
	
caption
	{
		text-align: left;
		margin: 0 0 .5em 0;
		font-weight: bold;
	}
	
	table {
	border-collapse: collapse;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
	th, td
	{
	padding: .5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: none;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-bottom-color: #666666;
	}
	
	tr {
	background-color: #000000;
}
	
	thead th
	{
	background: #036;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	tbody th
	{
		font-weight: normal;
		background: #658CB1;
	}

	
	#footer
	{
	clear: both;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	font-size: 80%;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	}
	
	h2
	{
	margin-top: 0;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	padding-top: 8px;
	}
	
h3
	{
	margin-top: 0;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-decoration: underline;
	padding-left: 10px;
	}

	
	a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
	a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
	
	a:hover, a:active
	{
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}
