/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #000000;
}

/* body, th, td, input, textarea, select, option {
	font-family: "Times New Roman", Times, serif;
}*/

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-transform: lowercase;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

table {
	background: #ffffff;
}







/* Header */

#header {
	width: 778px;
	height: 128px;
	margin: 0;
	text-align: left;
	position: relative;
	z-index: 0;
}



#header h1 {
	
	padding: 25px 0px 0 0px;
}

#header p {
	padding-left: 10px;
}

#header a {
}





/* Menu */

#menu {
	width: 780px;
	height: 20px;
	margin: 0;
	z-index: 10;
}

#menu2 {
	width: 780px;
	height: 20px;
	margin: 0;
	z-index: 10;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
}

#menu2 ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu2 li {
	display: inline;
}

#menu a {
	padding: 0 13px 0 8px;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#menu2 a {
	padding: 0 13px 0 10px;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#menu a:hover {
	text-decoration: underline;
}

#menu2 a:hover {
	text-decoration: underline;
}

.side {
	font-family: "Courier New", Courier, mono;
	letter-spacing: -1px;
	padding: 5px 20px 0 20px;
	line-height: 110%;
	font-weight: bold;
}

/* content */


.cont {
	font-family: "Times New Roman", Times, serif;
	
}











/* Footer */

#footer {
	clear: both;
	text-align: center;
	font-size: smaller;
}

#footer a {
	padding: 0 0px 0 8px;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

#footer a:hover {
	text-decoration: underline;
	text-transform: capitalize;
}

#footer li {
	display: inline;
}