﻿/* CSS Document */

body {
	background:black;
	text-align:center;
	margin-left:20px;
	padding:0;
	font:normal 100% calibri;
	line-height: 150%;
	color:white;
	}

p {text-align: center}

#wrapper {
	margin-top:0%;
	}

.main_image {border:0px white solid;
	padding:2px;}

h1 {
	margin-top:3px;
	font-weight:normal;
	font-size:1.3em;
	text-align:center;
	color:#978385;
	}

h2 {
	color:#978385;
	margin-top:3px;
	font-weight:normal;
	font-size:1.2em;
	text-align: center}
	
img {
border: 0px none;
}

ul {list-style-image: url('images/bullet.png');
	margin-bottom:2px;}
li {margin:0px;
	font-size:0.8em;}

#innerLink {color: white; font-style: normal; border: none;}


a {color: white; text-decoration:underline; outline: none;}
a:link {color: white; text-decoration:underline;}
a:active {color: white; font-style: normal;outline: none;}
a:visited {color: silver; text-decoration:underline;font-style: normal;}
a:hover {color: silver; text-decoration:underline ;font-style: normal;}
	
#header {
	padding:5px;
	margin:0;
	text-align:center;
	color:#FFF;
	}
#header h1 {
	font-size:200%;
	}

#leftcol { 
	position:relative;

	top:-10px;
	left:5%;
	float:left;
	width:250px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:20%; /* actual value */
	margin:0 0 0px 0;
	padding:2px;
	z-index:100;

	}
#rightcol {
	position:relative;
	top:-10px;
	left: -5%;

	float:right;
	width:250px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 20% /* actual value */
	margin:0 0 0px 0;
	padding:2px;
	z-index:99;
	}
#centercol {
	position:relative;
	}

#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}
#footer {
	position:relative;
	top:0px;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color: black;
	border-bottom:2px white solid;
	}

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

#footer ul li {
	position: relative;
	display:inline;
	margin:3px;
	}
	
#footer ul li a {
	text-decoration: none;
	color: #777;
	background: black;
	padding: 0px;
	border: 0px solid #ccc;
	border-bottom: 0;
	}
	
#table {
	border-spacing: 2px;
}
	
#lists {
		font-size: 95%;
}

#noteText {
	font-size: 75%;
}

#whiteTD {
	background: white;
}
