@charset "UTF-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

/* Tags */

body{
	color:#ffffff;
	font:12px Arial, Helvetica, sans-serif;
	background-color:#000000;
}

h2{
	font-size:18px;
	padding-top:10px;
	padding-bottom:5px;
}

dt{
	padding-bottom:5px;
}

dl{
	padding-left:25px;
	font-weight:bold;
}

h4{
	font-size:12px;
	font-weight:bold;
	padding-top:10px;	
}

a{
	color:#CCCCCC;
	text-decoration:none;
}

ol{
	padding-left:25px;
}
/* IDs */

#container{
	width:668px;
	padding-left:15px;
	text-align:left;
}

#leftCol1{
	width:493px;
	float:left;
}

#leftCol{
	width:284px;
	float:left;
}

#rightCol{
	width:384px;
	float:left;
}

#rightCol1{
	width:175px;
	float:left;
}

#bigLinks{
	list-style-type:none;
	font-family:Myriad, Verdana;
	padding-left:20px;
	font-size:20px;
	color:#c0c0c0;
	padding-bottom:20px;
}

#bigLinks li{
	padding-bottom:10px;
}

#bigLinks li a{
	color:#c0c0c0;
	text-decoration:none;
}

#bigLinks li a:hover{
	color:#ffffff;
	text-decoration:none;
}

#smallLinks{
	list-style-type:none;
	font-family:Myriad, Verdana;
	padding-left:20px;
	font-size:18px;
	color:#808080;
}

#smallLinks li{
	padding-bottom:5px;
}

#smallLinks li a {
	color:#808080;
	text-decoration:none;
}

#smallLinks li a:hover {
	color:#c0c0c0;
	text-decoration:none;
}
/* Classes */