*.* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: Black;
}
div#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	color: Black;
	background-color: White;
	bottom: 0px;
	height: 950px;
}
div#header {
	width: 100%;
	text-align: center;
}
div#leftcol {
	width: 500px;
	float: left;
	padding: 0 20px;
}
div#rightcol {
	width: 350px;
	float: right;
	padding: 0 20px;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.4em;
	padding-bottom: 15px;
	color: Red;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	color: Black;
	padding-bottom: 10px;
}

h3 {
	font-family:  Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #999;
	padding-bottom: 5px;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	margin: 0 0 1em 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
strong {
	color: Maroon;
	font-style: italic;
	font-weight: bold;
}

a {
	font-family:  Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	color: #000099;
	text-decoration: underline;
	font-weight:bold;
}

a:hover {
	font-family:  Tahoma, Geneva, sans-serif;
	color: #990000;
	text-decoration: none;
	}
ul{
	padding-left: 30px;
	padding-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	list-style-image: url(images/bullets.png);
	line-height: 20px;
}
ul li{
	padding-left: 10px;
}
ul.menu {
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
}
ul.menu li {
	display: inline;
	padding-left: 0px;
}
h3 {
	font-size: 110%;	
}
.right {
	float: right;
	margin-left: 20px;
}
.underline {
	text-decoration: underline;
}
.small {
	font-size: xx-small;
	text-align: center;
}
.italic {
	font-style: italic;
	font-weight: bold;
}
.red {
	color: Red;
	font-weight: bold;
}
table.sidebar {
	width: 48%;
	float: right;
	border: Blue;
}
table.sidebar-left {
	width: 48%;
	float: left;
	border: Blue;
}
table.sidebar td, table.sidebar-left td {
	padding: 0px 5px 0px 5px;
}
#rightcol table, td, th {
	border:1px solid black;
	width: 100%;
}
#rightcol th {
	font-size: small;
	background-color:#000000;
	color:white;
	text-align: center;
}
#rightcol td {
	background-color:#DCDCDC;
	vertical-align: top;
	font-size: smaller;
	padding: 5px;
}
