.typography a:link { color: #E0E7FF; }
.typography a:hover {
	text-decoration: none;
	color: #FF0000;
}
.typography a:visited { color: #E0E7FF; }
.typography #menu a {
	display: block;
	float: left;
	width: 99px;
	height: 31px;
	text-align: center;
	text-decoration: none;
	color: #E0E7FF;
	font-weight: bold;
	font-size: 16px;
	padding-top: 22px;
}
.typography #menu a:hover {
	width: 99px;
	height: 31px;
	color: #aaaaaa;
	text-decoration: underline;
}
.typography #logo a {
	text-decoration: none;
/*	text-transform: lowercase; */
	font-style: italic;
	font-size: 30px;
	color: #FFFFFF;
}
.typography #logo H2 { 
	font-size: 14px; 
	padding-left: 5px;
	color: #FFFFFF;
}
.typography #left H3 {
	width: 238px;
	height: 39px;
	font-size: 14px;
	font-weight: bold;
	/*padding-left: 15px;*/
	padding-top: 15px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	background: url(../images/title.gif) no-repeat
}
.typography #left H4 { font-size: 10px; }

.typography #left a {
	color: #000000;
	text-decoration: none;
}
.typography #left a:hover {
	text-decoration: underline;
}

.typography #left li {
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}
.typography #right H4 {
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #037931;
}
.typography #right a {
	color: #037931;
	text-decoration: none;
}
.typography #right a:hover {
	text-decoration: underline;
}
.typography #right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #037931;
}
.typography #right ul {
	padding-left : 20px;
	padding-top : 5px;
	padding-bottom : 5px;
}
.typography .date a { color: #037931; }
.typography #footer a { color: #037931; }
.typography #registration a { text-decoration: underline; }

