﻿											/*START OF FOOTERHOLDER*/

#footcontainer{
	clear: both;
	/*width: 95%;
	margin: 3px auto;*/

}
#footerholder{
	clear: both;
	padding: 1.5em;
	margin-left: 11em;
	left: 0px;
	top: 0px;
	width: 760px;
	height: 380px;
	/*margin-right: 1.5em;*/
}
											/*START OF AGENT*/
.agent{
	font-family:Verdana;
	color: #FFFFFF;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
}

											/*END OF AGENT*/
							/*------------------------------------------*/
											/*START OF SIGNUP*/
.signup{
	display: block;
	position: relative;
	border: #FF0000 double;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #FFCC00;
	top: 0px;
	left: 0px;
}
.signup a{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12pt;
	color: #FFCC00;
	text-decoration: underline;
}

.signup a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

												/*END OF SIGNUP
									-----------------------------------------
												START OF FOOTERLINKS*/
.footerlinks {
	display: block;
	position: relative;
	top: 0px;
	left: 3px;
}

.footerlinks a {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 0.6em;
	font-style: normal;
}
.footerlinks a:hover {
	color: #FFCC00;
	text-decoration: underline;
	font-weight: bold;
}
.footerlinks a:hover active {
color: white
} 
					
											/*END OF FOOTERLINKS
							/*------------------------------------------*/
											/*START OF VALIDATION*/
											
#validatebox{
	display: block;
	position: relative;
	top: 20px;
	left: 0px;
	width: 760px;
	height: 76px;
}

.validatetxt{
	display: block;
	position: absolute;
	top: 33px;
	left: 22px;
	width: 400px;
	height: 25px;
	font-family: Verdana;
	font-size: 0.8em;
	color: #FFFFFF;
	font-style: italic;
}

.xhtmlvalidatepic{
	display: block;
	position: absolute;
	top: 30px;
	left: 450px;
	width: 88px;
	height: 31px;
	background: url('images/valid-xhtml10.gif') no-repeat;
	}
	
.cssvalidatepic{
	display: block;
	position: absolute;
	top: 30px;
	left: 550px;
	width: 88px;
	height: 31px;
	background: url(images/valid-css.gif);
	background-repeat: no-repeat;
}


											    /*END OF VALIDATION*/
								/*------------------------AND-------------------------*/
												/*END OF FOOTERHOLDER*/

