@charset "utf-8";
/* CSS Document */

body {
	font-size: 13px;
	line-height: 18px;
	background-color: #663;
}
#masthead {
}
#masthead #globalNav {
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
#masthead #globalNav div a {
	color: #333;
	text-decoration: none;
	border-bottom: thin solid #9C9;
}
#content {
	background-color: #CDCD9C;
	margin-right: 50px;
	margin-left: 50px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.8em;
	color: #333;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #CCC;
	background-color: #663;
}
#footer a:link {
	font-size: 12px;
	line-height: 18px;
	color: #CCC;
	text-decoration: none;
	border-bottom: thin solid #663;
}
#footer a:visited {
	font-size: 12px;
	line-height: 18px;
	color: #CCC;
	text-decoration: none;
	border-bottom: thin solid #663;
}
#footer a:hover {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	text-decoration: none;
	border-bottom: thin solid #CCC;
}
#footer a:active {
	font-size: 12px;
	line-height: 18px;
	color: #CCC;
	text-decoration: none;
	border-bottom: thin solid #663;
}

#content .content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
}

#masthead #globalNav div a:link {
	color: #333;
	text-decoration: none;
	border-bottom: thin solid #9C9;
}
#masthead #globalNav div a:visited {
	color: #333;
	text-decoration: none;
	border-bottom: thin solid #9C9;
}
#masthead #globalNav div a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: thin solid #9C9;
}
#masthead #globalNav div a:active {
	color: #333;
	text-decoration: none;
	border-bottom: thin solid #9C9;
}
