/**
 * text.css
 * only block level elements and HTML overrides
 * MG blue: #2f4d93
 * MG Grey: #666666
 */

a.menu:link		{ color: #84b058; text-decoration: none; }
a.menu:visited	{ color: #84b058; text-decoration: none; }
a.menu:active	{ color: #ff0000; text-decoration: none; }
a.menu:hover	{ color: #111111; text-decoration: none; }

.mainContent {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

.main {
	padding-left: 8px;
}

.name {
	text-decoration: bold;
	color: #84b058;
}

.contentTitle {
	color: #84b058;
	text-decoration: bold;
	font-size: 14px;
}

.contentContent {
	color: #000000;
	font-size: 12px;
}

.sidebar {
	color: #2f4d93;
	font-size: 11px;
	text-transform: uppercase;
}

.sidebar_text {
	font-size: 11px;
}

.left_sidebar {
	font-family: times new roman, times, serif;
	text-decoration: italic;
	font-size: 11px;
}

.highlightTitle {
	color: #84b058;
	font-size: 13px;
	text-decoration: bold;
	text-transform: uppercase;
}

.copyright {
	font-size: 10px;
	font-family: arial;
	color: #84b058;
}