/* CSS Document */

body {
	background-color: #000000;
}

html, body {
	height: 100%;
	}	

h1 {
	color: #00ff00;
	font-size: 120%;
	font-family: arial rounded MT Bold, arial, helvetica, sans-serif;
	text-align: left;
	}
	
h2 {
	color: #00FF00;
	font-size: 80%;
	font-family: arial, helvetica, sans-serif;
	line-height: 2em;
	height: auto;
	text-align: left;
}

	h2: a, {
	color: #00FF00;
	text-decoration: underline;	
	}
	
	h2 a:visited {
	color: #00FF00;
	text-decoration: none;	
	}
	
	
	h2 a:hover {
	color: yellow;
	text-decoration: none;	
	}
	
	h2 a:hover:visited {
	color: yellow;
	text-decoration: underline
	}
	
p {
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	}	

p a:link {
	color: #00FF00;
	margin: 0;
	text-decoration: underline;
}

	
	#sponsorship p {
	color: #ff0099;
	font-family: arial rounded MT Bold, arial, helvetica, sans-serif;
	padding: 5px;
	padding-top: 25px;
	text-align: center;
	}
	
	#sponsorship p.offer {
	color:  #FFFF00;
}
	
	.footerText {
	color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	padding-top: 10px;
}

	.footerText a:link, #footer a:visited {
	margin-right: 20px;
	color: #fff;
	margin-top: 5px;
	text-decoration: none;
	}
		
	.footerText #footer a:visited, #footer a:hover {
	color: #CCCCCC;
	}
	
	
	.list {
	line-height: 1.5em;
	color: fff; }
		
		
	.green, a:link, .green, a:visited {
	color: #00FF00;
	margin-right: 10px;
	text-decoration: none;
	}
	
	.boldGreen, #div .boldGreen {
	color: #00FF00;
	font-weight: bold;
	}
	
	.boldYellowRHS {
	text-align: right;
	color: #FFFF00;
	font-weight: bold;
	}
	
	.yellow, .yellow a:link, .yellow a:visited {
	color: #FFFF00;
	border: 0;
	padding: 0;
	}
	
	.yellow a:hover {
	color: #00FF00;}	
	
	.pink {
	color: #FF0099;}
	
	
	a {
	color: white;
	font-family: arial, helvetica, sans-serif;
	}
	

#main {
	margin: -20 auto -20px auto;
	width: 800px;
	padding: 0;
	border: 0;
	height: 100%;
	height: 100%;
	min-height: 100%;
	}
	
	#menu {
	width: 200px;
	height: 275px;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	border: 0;
	line-height: 2.2em;
	padding-left: 40px;
	margin: 0px;
	font-family: arial rounded MT Bold, arial, helvetica, sans-serif;
			}
		
				#menu ul li a {
				color: #ffff00;
				text-decoration: none;
				background-image: url(images/blueDot.png);
				background-repeat: no-repeat;
				background-position: 0px 0px;
				padding: 0;
				padding-left: 25px;
				letter-spacing: 0.5px;

				}
				#menu ul li a#current {
				background-image: url(images/currentDot.png);
				background-repeat: no-repeat;
				background-position: 0px -1px;
				}
					
				#menu ul li a:visited {
				color: #ffff00;
				}
				
				#menu ul li a:hover {
				color: #0099ff;
				background-image: url(images/pinkDot.png);
				background-repeat: no-repeat;
				}
						

#sidebar {
	float: left;
	width: 317px;
	padding-top: 40px;
	min-height: 400px;
}

#headerLeft {
	float: left;
	margin: 0;
	padding: 0;
	width: 317px;
	padding-bottom: 20px;
}

#headerRight {
	float: right;
	margin: 0;
	padding: 0;
	width: 478px;
}

#textBoxContainer {
	width: 478px;
	padding: 0;
	height: auto;
	padding-bottom: 20px;
	}
	
#textBox {
	padding: 0;
	background-image: url(images/green-bar.jpg);
	background-repeat: no-repeat;
	background-position: -1px 20px;
	padding-left: 10px;
	padding-top: 10px;
	width: 478px;
	}
	
#sponsorship {
	width: 100px;
	margin: 0px;
	border:#fff000 thin solid;
	height: 100px;
	vertical-align: middle;
	}
	
#boxBuffer {
	padding: 0px;
	float: right;
	padding-left: 40px;
	padding-top: 30px;
}

#boxBuffer2 {
	padding: 10px;
	float: right;
	padding-left: 20px;
	padding-top: 20px;
}
	
	
#emptyBox {
	padding: 0;
	padding-left: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
	min-height: 20px;
	}

#formBox {
	padding: 0;
	padding-left: 0px;
	padding-bottom: 20px;
	width: 478px;
	text-align: LEFT;
	float: right;
	}

#footer {
	width: 800px;
	background-color: #0099ff;
	height: 30px;
	clear: both;
	padding-top: 0px;
}
.footer, .push {
height: 60px;
}
