/* typo */

body {
	font: 100.01%/1.6 "Trebuchet MS ", arial, helvetica, sans-serif;
	color: #333333;
}


/* =hyperlinks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a:link {
	color: #00B9CA;
}
a:visited {
	color: #00B9CA;
}
a:hover {
	color: #00B9CA;
}
a:active {
	color: #00B9CA;
}


/* =structure
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



/* =headlines
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content h1, .page #content #col2 h2{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 90%;
}

.page #content #col2 h2{
	color:#00B9CA;
}

#content h2, .page #content #col2 h3{
	font-weight: bold;
	font-size: 80%;
}


/* =lists
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
ul#nav a{
	font-size: 80%;
	color: white;
}

ul#nav li.current a{
	text-decoration: none;
}




ul#subnav a{
	color: #333333;
	font-size: 80%;
	text-decoration: none;
}

ul#subnav, ul#subnav ul{
	list-style: none;	
}

#col2 ul{
	font-size: 80%;
	padding-left: 15px;
}

dt{
	font-weight: bold;
}

/* =paragraphs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
p, dl{
	font-size: 80%;
}

#col4 p{
	font-size: 78%;
}

/* =forms
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



/* =tables
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
