body
{
	background-color: #CECECE;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #555555;
	line-height: 1.5em;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
	margin: 0px;
}

h1
{
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #888888;
}


/* The style below is for the main navigation links in the header */

a.menulinks:link
{
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #111284;
}

a.menulinks:visited
{
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #111284;
}

a.menulinks:hover
{
	text-decoration: underline;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #111284;
}

a.menulinks:active
{
	text-decoration: underline;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0033CC;
}



/* The info styles are for special content texts */

.infotext
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	line-height: 1.5em;
}

.infoheader
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	color: #000066;
}

.subheader
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}

.img-border
{
	border: solid 1px #090A66;
}

.img-hide
{
	visibility: hidden;
	height: 10px;
	width: 10px;	
	border: 0px;
}


/* These styles are for the form input areas */

.textarea
{
	background-image:url(../images/shadeform.jpg);
	border: 1px solid;
	border-color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333366;
	padding: 3px;
}

.asterisks
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

.error
{
	font-family: verdana, arial, helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0033;
	padding: 4px;
}

.formquestions
{
	text-align: right;
	text-transform: uppercase;
	color:#000066;
	font-size:9px;
}


/* The bodylinks style is mainly for the links that will appear in the content text */

a.bodylinks:link
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
	color: #28316C;
	text-decoration: none;
}

a.bodylinks:visited
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
	color: #28316C;
	text-decoration: none;
}

a.bodylinks:hover
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
	color: #111284;
	text-decoration: underline;
}

a.bodylinks:active
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.5em;
	color: #111284;
	text-decoration: underline;
}



/* The resourcelinks style is for the links that will appear on the Resources page */

a.resourcelinks:link
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.25em;
	color: #000099;
	text-decoration: none;
}

a.resourcelinks:visited
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.25em;
	color: #000099;
	text-decoration: none;
}

a.resourcelinks:hover
{
	text-decoration: underline;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.25em;
	color: #000099;
}

a.resourcelinks:active
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.25em;
	color: #3399FF;
	text-decoration: underline;
}



/* Everything below here is for the footer area */

.footertext
{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #555555;
	line-height: 0.8;
}

a.footerlinks:link
{
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #111284;
	line-height: 0.8;
}

a.footerlinks:visited
{
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #111284;
	line-height: 0.8;
}
	
a.footerlinks:hover
{
	text-decoration: underline;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #111284;
	line-height: 0.8;
}
	
a.footerlinks:active
{
	text-decoration: underline;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #0033CC;
	line-height: 0.8;
}

