body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}
	
a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted;
	}
	
a:hover {
	border-bottom: 1px solid;
	}
	
h1 {
	text-indent: -9999px;
	}

h1 a {
	display: block;
	background: transparent url("images/logo_trans.png") no-repeat;
	width: 226px;
	height: 112px;
	cursor: pointer;
	}
	
h3 {
	font-size: 1.1em;
	color: #0093d1;
	}
		
	
div#intro a, div#intro a:hover, h1 a, h1 a:hover {
	border: none;
	}

form#login {
	text-transform: uppercase;
	color: #0093d1;
	text-align:right;
	white-space: nowrap;
	font-size: 10px;
	}
	
ul#site_tools {
	text-transform: uppercase;
	text-align: center;
	font-size: .9em;
	}
	
ul#groups li {
	color: white;
	font-size: 1.5em;
	line-height: 40px;
	}
	
ul#groups li a, ul#site_tools a, div#site_info a {
	border: none;
	}
	
ul#site_tools a:hover, div#site_info a:hover {
	border-bottom: 1px dotted;
	}
	
ul#groups li a:hover{
	color: #e5f4fa;
	border: none;
	}
	
div#site_info {
	color: #CCCCCC;
	font-size: .9em
	}

.bold {
	font-weight: bold;
	}