/* CSS Document */

/* Global Styles */

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	background-color: #01A161;

}

h1
{
	font-size: 18px;
	color: #ed1b26;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}

h2
{
	font-size: 14px;
	color: #ed1b26;
	font-weight: bold;
	margin: 0px 0px 0px 0px;

}

p
{
	margin: 10px 0px 10px 0px;
}

a
{
	text-decoration: none;
	color: #009653;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

blockquote
{
	margin: 5px 0px 20px 40px;
}

dl
{
	text-align: left;
	margin: 0px 0px 0px 40px;
}

dt
{
	color: #000000;
	margin-top: 10px;
	font-weight: bold;
	font-size: 13px
}
	
/* Classes */

.nav a
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 0px 0px ;
	
}

.main
{
	padding: 20px 20px 20px 20px;
	text-align: justify;
}

.spotlightTitle
{
	color: #FFFFFF;
	font-size: 14px;
	padding: 5px 5px 5px 10px;
}

.spotlightHeading
{
	color: #0053a1;
	padding: 10px 15px 0px 12px;
	font-size: 14px;
	font-weight: bold;
}

.spotlightText
{
	color: #0053a1;
	padding: 0px 15px 0px 12px;
}

.textLink
{
	text-decoration: none;
	color: #009653;
	font-weight: bold;
	cursor: pointer;

}

.textLink:hover
{
	text-decoration: underline;
}

.popup
{
	position: absolute;
	visibility: hidden;
	background-color: #DDF2F9;
	border: 2px #000000 solid;
	width: 500px;
	padding: 15px;
	margin: 15px 0px 0px 10px;
}

.popup1
{
	position: absolute;
	visibility: hidden;
	background-color: #DDF2F9;
	border: 2px #000000 solid;
	width: 500px;
	padding: 15px;
	margin: -10px 0px 0px 10px;
}

.copyright
{
	font-size: 10px;
	color: #adadad;
	
}



/* Logoworks link back */

.logoworks
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #adadad;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	text-align: center;
}

.logoworksLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #adadad;
	font-weight: normal;
	text-decoration: none; 
	text-align: center;
}
