body
{
	background-color: #444444;
	font-family: Comic Sans MS, Arial, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	line-height: 1.3em;
	text-align: inherit;
	background-image: url(../images/grainybackground.jpg);
	background-repeat: repeat;
	margin: 0px;
}

table
{ 
	margin-left: auto;
	margin-right: auto;
}

h1
{
	font-family: Comic Sans MS, Arial, sans-serif;
	font-size: 15px;
	color: #C4E6F9;
	line-height: 1.3em;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 30px;
	margin-bottom: 10px;
}

h2
{
	font-family: Times New Roman, Courier New, Courier, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #443528;
}

h3
{
	font-family: Times New Roman, Courier New, Courier, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #444444;
}


/*--------------Body Content-------------------------------------------*/

.bodytablemain
{
	background-image: url(../images/bodybgouter1.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.bodytablecenter
{
	background-image: url(../images/centercontentbg.png);
	background-repeat: repeat;
}


.bodytext
{
	font-family: Courier New, Courier, Times New Roman, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.3em;
}


/*--------------Info styles are for special content texts--------------*/

.infotext
{
	font-family: Times New Roman, Courier New, Courier, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #555555;
	line-height: 1.3em;
}

.italics
{
	font-style: italic;
}

.bold
{
	font-weight: bold;
	color: #F5F5F5;
}

.img-border
{
	border: solid 1px #090A66;
}

.img-right
{
    float: right;
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 18px;
    margin-bottom: 8px;
} 

.img-right2
{
    float: right;
    margin-top: 3px;
    margin-right: 0px;
    margin-left: 23px;
    margin-bottom: 10px;
	border: none;
} 

.img-hide
{
	visibility: hidden;
	height: 1px;
	width: 1px;	
	border: 0px;
}



/* These styles are for the form input areas */

.textarea
{
	font-family: Courier New, Courier, Times New Roman, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(../images/shadeform.jpg);
	padding: 2px;
	width: 175px;
	margin-top: 2px;
	margin-bottom: 5px;
	border: 1px solid #666666;
}

.multilinearea
{
	font-family: Courier New, Courier, Times New Roman, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(../images/shadeform.jpg);
	padding: 2px;
	width: 175px;
	height: 75px;
	margin-top: 7px;
	border: 1px solid #666666;
}

.error
{
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #FF0000;
}

.formquestions
{
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #996633;
}



/* The bodylinks style is mainly for the links that will appear in the content text */

a.bodylinks:link
{
	font-family: Comic Sans MS, Arial, sans-serif;
	font-size: 13px;
	color: #BCDFF1;
	line-height: 1.3em;
	text-decoration: none;
}

a.bodylinks:visited
{
	font-family: Comic Sans MS, Arial, sans-serif;
	font-size: 13px;
	color: #BCDFF1;
	line-height: 1.3em;
	text-decoration: none;
}

a.bodylinks:hover
{
	font-family: Comic Sans MS, Arial, sans-serif;
	font-size: 13px;
	color: #AACCDC;
	line-height: 1.3em;
	text-decoration: underline;
}

a.bodylinks:active
{
	font-family: Comic Sans MS, Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 1.3em;
	text-decoration: underline;
}



/* Everything below here is for the footer area */

.footertext
{
	font-family: Comic Sans MS, Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	line-height: 10px;
}

a.footerlinks:link
{
	text-decoration: none;
	font-family: Comic Sans MS, Verdana, Arial;
	font-size: 10px;
	color: #A4CfE7;
	line-height: 10px;
}

a.footerlinks:visited
{
	text-decoration: none;
	font-family: Comic Sans MS, Verdana, Arial;
	font-size: 10px;
	color: #A4CfE7;
	line-height: 10px;
}
	
a.footerlinks:hover
{
	text-decoration: underline;
	font-family: Comic Sans MS, Verdana, Arial;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 10px;
}
	
a.footerlinks:active
{
	text-decoration: underline;
	font-family: Comic Sans MS, Verdana, Arial;
	font-size: 10px;
	color: #79CEFE;
	line-height: 10px;
}

