/* =================================================================
 * regular content links
 * =================================================================*/

a:link{
	color: #9A1308;	
	text-decoration: none;
	border-bottom: 1px dotted #9A1308;
}

a:visited{
	color: #9A1308;	
	text-decoration: none;
	border-bottom: 1px dotted #9A1308;
}

a:hover{
	color: #003399;
	text-decoration: none;
	border-bottom: 1px dotted #003399;
}

span.announcement {
	text-align: center;
    letter-spacing: 3px;
	color: #9A1308;
	font-size: 24px;
	line-height: 32px;
}

/* =================================================================
 * navigation links
 * =================================================================*/
ul.links {
	padding-left: 0px;
	width: 100%;
}

ul.links li{
	letter-spacing: 1px;
	list-style: none;
	text-decoration:none;
	color: #464646;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	border-bottom: 1px dotted #42484f;
	width: 100%;
}
ul.links li a {
    display: block;
	text-decoration: none;
	border-bottom: none;
}
ul.links li a:link{
	color: #464646;
}

ul.links li a:visited{
	color: #464646;
	border-bottom: none;
}

ul.links li a:hover {
	width: 150px;
	background-color: #555555;
	color: white;
	border-bottom: none;
}

/* highlights the link of the current page */
ul.links li a.hilite:link {
	color: #9A1308;
	background-color: transparent;
	font-weight: bold;
}

ul.links li a.hilite:visited{
	color: #9A1308;
	background-color: transparent;
	font-weight: bold;
}

ul.links li a.hilite:hover {
	width: 150px;
	color: #9A1308;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

/* =================================================================
 * Main menu links
 * =================================================================*/
ul.main_menu {
	margin-top: 24px;
	list-style-position: inside;
	list-style: none;
	margin-left: -2em;
}
ul.main_menu li {
	text-decoration:none;
	padding-left: 46px;
	text-align: left;
	background-position:top left;
	background-repeat: no-repeat;
}
ul.main_menu li span.title {
    letter-spacing: 3px;
	color: #9A1308;
	font-size: 30px;
	line-height: 32px;
}
ul.main_menu li div.text {
    padding-top: 8px;
    padding-bottom: 16px;
}
ul.main_menu li.get_started {
	background-image:url(img/icons/star.png);
}
ul.main_menu li.learn_more {
	background-image:url(img/icons/question.png);
}
ul.main_menu li.community {
	background-image:url(img/icons/user.png);
}
