a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000033;
	font-weight: bold;
	text-decoration: underline;



}
a.navlinks:link {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	word-spacing: normal;
	text-align: center;



}
a.navlinks:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;




}
a.navlinks:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;


}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E9E3E3;


}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;

}
.blacktext {
	color: #000000;
}
hr {
	color: #284361;
}

.contentarea {
	width:100%;
	max-width: 940px;
	background-color: #FFFFFF;
	padding: 11px;
	border: 1px solid #666666;
	margin-top: 11px;
	color: #545353;
	text-align: justify;
	vertical-align: top;

}
.textbox {
	padding: 11px;
	color: #000000;
	background-color: #FFFFFF;
}


.redtext {
	color: #FF0000;
}

ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
}
ul li
{
	display:inline;
	background-image: url(sqpurple.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
	padding-right: 14px;
}
/*
input , textarea {
 	font-size: 10pt; 
	color: #505050; 
	border: 1px solid #505050; 
	background-color: #ffffff;
}
/*this is to enlarge the text box when typing into it--!>*/
/*input:focus,  textarea:focus  {
	border:1px solid #505050;
	background-color: #94E896;
 }
 */
   .navbar {
	text-align: center;
	font-weight: bold;
	color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	list-style-type: none;
	background-color: #4EA0FF;
	margin-top: 11px;
	padding: 5px;
}
.feature {
	width:100%;
	max-width: 940px;
	padding: 11px;
	border: 1px solid #666666;
	margin-top: 11px;
	color: #545353;
	text-align: center;
	background-color: #FFFFFF;
	border-radius:44px 44px 44px 44px;
	-webkit-border-radius:44px 44px 44px 44px;
	radius:44px 44px 44px 44px;
	
}
.call-to-action {
	text-align: center;
	padding: 8px;
	clear: none;
	height: 25px;
	width: 333px;
	border: 2px solid #333333;
	background-color: #4EA0FF;
	-webkit-box-shadow:  11px 11px 11px #666666;/* right px   down px  feathering  px  #colour  */
	-moz-box-shadow: 11px 11px 11px #666666;
	box-shadow: 11px 11px 11px #666666;
	border-radius:15px 15px 15px 15px;
	-webkit-border-radius:15px 15px 15px 15px;
	radius:15px 15px 15px 15px;
	margin-top: 11px;
	margin-right: 11px;
	margin-bottom: 11px;
	margin-left: 22px;
}
