/* CSS Document */

html {
	font-size: 101%;
	width: 85%;
}

body {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

h1 {
	margin-bottom: -5px;
}

.leftCol ul {
	margin-top: 0px;
}

#wrapper {
	width: 90%;
	margin-top: 50px;
}

#header {
	width: 100%;
	height: 27px;
	text-align: left;
	border-bottom: 1px solid #808080;
	clear: both;
}

.bluetopbar {
	clear: both;
	width: 100%;
	height: 5px;
	background-color: #0066ff;
	border-bottom: 0px solid black;
}

.redtopbar {
	clear: both;
	width: 100%;
	height: 5px;
	background-color: #ed2024;
	border-bottom: 0px solid black;
}

.orangetopbar {
	clear: both;
	width: 100%;
	height: 5px;
	background-color: #ff6600;
	border-bottom: 0px solid black;
}

.graytopbar {
	clear: both;
	width: 100%;
	height: 5px;
	background-color: #808080;
	border-bottom: 0px solid black;
}		

.blacktopbar {
	clear: both;
	width: 100%;
	height: 5px;
	background-color: #000;
	border-bottom: 0px solid black;
}

.greentopbar {
	clear: both;
	width: 100%;
	height: 5px;
	background-color: #00ff00;
	border-bottom: 0px solid black;
}


.slogan {
	text-align: left;
	margin: 0px;
	font-size: 12pt;
	font-weight: bold;
}

div.leftCol ul.gray, div.leftCol ul.gray b {
	font-size: 8pt;
	padding-top: 30px;
}

.gray {
	color: #808080; ;
}

.gray a, .gray a:active, .gray a:visited, .gray a:link {
	color: #808080;
}
.gray li {
	list-style-image: url(gray_bullet.gif);
}

.green {
	color: #00ff00 ;
}

.green a, .green a:active, .green a:visited, .green a:link {
	color: #00ff00;
}
.green li {
	list-style-image: url(green_bullet.gif);
}

.graybox {
	color: #808080;
	padding: 30px;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
}

.black {
	color: #000000;
}

.black a, .black a:active, .black a:visited, .black a:link {
	color: #000000;
}
.black li {
	list-style-image: url(black_bullet.gif);
}


.logo {
	float: left;
}

.logo img {
	padding-right: 10px;
	border: none;
}

.topnav {
	float: right;
	overflow: hidden;
	margin-right: 3px;
}

.topnav a, .topnav a:active, .topnav a:visited, .topnav a:link {
	text-decoration: none;
	margin-left: 30px;
	font-weight: bold;
	font-size: 12pt;
}

.leftCol {
	float: left;
	width: 30%;
	margin: 1px;
	text-align: left;
	padding: 10px;
}

a {
	font-weight: bold;
}

.blue {
	color: #0066ff;
}
.blue a, .blue a:active, .blue a:visited, .blue a:link {
	color: #0066ff;
}
.blue li {
	list-style-image: url(blue_bullet.gif);
}
.red {
	color: #ed2024;
}
.red a, .red a:active, .red a:visited, .red a:link {
	color: #ed2024;
}
.red li {
	list-style-image: url(red_bullet.gif);
}

.orange {
	color: #ff6600;
}
.orange a, .orange a:active, .orange a:visited, .orange a:link {
	color: #ff6600;
}
.orange li {
	list-style-image: url(orange_bullet.gif);
}

.blue a:hover, .green a:hover, .red a:hover {
	text-decoration:  none;
}

li {
	color: black;
}

li a {
	color: black;
	text-decoration: none;
}

h1 a {
	text-decoration: none;
	font-size: 36pt;
}

b {
font-size: 11pt;
}

.padme {
	padding-top: 0px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 0px;
	}
	

input, textarea {
	width: 90%;
	overflow: auto;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.rightCol {
	float: right;
	width: 64%;
	margin: 1px;
	text-align: left;
	padding: 5px;
	padding-top: 15px;
}

#footer {
	width: 100%;
	height: 27px;
	text-align: left;
	border-top: 0px solid black;
	clear: both;
	font-size: 7.5pt;
	text-align: left;
}

#footer a, #footer a:active, #footer a:link, #footer a:visited {
	color: black;
	text-decoration: none;
}

#footer a:hover {
	color: #ed2024;
}

.leftCol li a, .leftCol li a:active, .leftCol li a:link, .leftCol li a:visited {
	color: black;
	size: 20pt;
}

.leftCol li a:hover {
	color: #ed2024;
}