/* CSS Document */

 body {
	margin:0px 0px;
	padding:0px;
	text-align:center;
	background-color: #8FCAD2;
}

.bodytext {font-family: Century Gothic, Arial, Verdana, Tahoma, sans-serif; font-size: 12px; color: #666666; text-align: justify;}
.foottext {font-family: Century Gothic, Arial, Verdana, Tahoma, sans-serif; font-size: 11px; color: #ffffff; text-align: center;}
.seeustext {font-family: Century Gothic, Arial, Verdana, Tahoma, sans-serif; font-size: 12px; font-weight: bold; color: #ffffff;}
.pagenumtext {font-family: Century Gothic, Arial, Verdana, Tahoma, sans-serif; font-size: 14px; font-weight: bold; color: #ffffff;}
.accesstext {font-family: Century Gothic, Arial, Verdana, Tahoma, sans-serif; font-size: 16px; font-weight: bold; color: #666666; text-align: justify;}
.greentext {
	font-family: Century Gothic, Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #8FCAD2;
	text-align: justify;
	font-weight: bold;
}
.pinktext {font-family: Century Gothic, Arial, Verdana, Tahoma, sans-serif; font-size: 12px; color: #B48CD3; text-align: justify;}
.prrangehead {font-family: Century Gothic, Arial, Verdana, Tahoma, sans-serif; font-size: 13px; color: #B48CD3; font-weight: bold;}

.floatleft {float: left;}

div#container {width: 720px; margin: 0px auto; text-align: left; padding: 0px;}

/* General */
div#top {width: 720px; height: 25px; background-color: #8FCAD2; padding: 0px;}
div#menutrim {width: 720px; height: 3px; background-color: #333333; padding: 0px;}
div#footer {width: 710px; height: auto; background-color: #8FCAD2; padding: 5px;}
div#maincont {width: 660px; height: auto; background-color: #77ABE0; padding: 30px;}

/* content links */
div.contlink  {color:#B48CD3; background-color: #FFFFFF; font-family: Century Gothic, Arial, Verdana, Tahoma, sans-serif; font-weight: bold; font-size: 12px}
div.contlink a {color:#B48CD3; background-color: #FFFFFF; font-family: Century Gothic, Arial, Verdana, Tahoma, sans-serif; font-weight: bold; font-size: 12px}
div.contlink a:hover {color:#8FCAD2; background-color: #FFFFFF; font-family: Century Gothic, Arial, Verdana, Tahoma, sans-serif; font-weight: bold; font-size: 12px}

/* Main Content */
div#indexbody {width: 720px; height: auto; background-color: #FFFFFF; padding: 0px;}


/* links */
a:active {color: #FFFFFF; background-color: #8FCAD2; text-decoration: none;}
a:link {color: #FFFFFF; background-color: #8FCAD2; text-decoration: none;}
a:visited {color: #FFFFFF; background-color: #8FCAD2; text-decoration: none;}
a:link:hover {color: #666666; background-color: #8FCAD2; text-decoration: none;}
a:visited:hover {color: #666666; background-color: #8FCAD2; text-decoration: none;}

a.grlink:active {color: #8FCAD2; background-color: #FFFFFF; text-decoration: none;}
a.grlink:link {color: #8FCAD2; background-color: #FFFFFF; text-decoration: none;}
a.grlink:visited {color: #8FCAD2; background-color: #FFFFFF; text-decoration: none;}
a.grlink:link:hover {color: #B48CD3; background-color: #FFFFFF; text-decoration: none;}
a.grlink:visited:hover {color: #B48CD3; background-color: #FFFFFF; text-decoration: none;}

a.pklink:active {color: #B48CD3; background-color: #FFFFFF; text-decoration: none;}
a.pklink:link {color: #B48CD3; background-color: #FFFFFF; text-decoration: none;}
a.pklink:visited {color: #B48CD3; background-color: #FFFFFF; text-decoration: none;}
a.pklink:link:hover {color: #8FCAD2; background-color: #FFFFFF; text-decoration: none;}
a.pklink:visited:hover {color: #8FCAD2; background-color: #FFFFFF; text-decoration: none;}

a.pbg:active {color: #FFFFFF; background-color: #DAC4EC; text-decoration: none;}
a.pbg:link {color: #FFFFFF; background-color: #DAC4EC; text-decoration: none;}
a.pbg:visited {color: #FFFFFF; background-color: #DAC4EC; text-decoration: none;}
a.pbg:link:hover {color: #666666; background-color: #DAC4EC; text-decoration: none;}
a.pbg:visited:hover {color: #666666; background-color: #DAC4EC; text-decoration: none;}

/* Form */
.formbutton { 
 font-size: 10px; 
 color: #666666;
 background-color: #FFFFFF; 
 border: 1px solid #8FCAD2;
 padding:2px;
 
}

.textbox { 
 font-size: 10px; 
 background-color: #FFFFFF; 
 border: 1px solid #8FCAD2;
 padding:2px;
 
}