@charset "utf-8";



/* CSS Document */







/* ------------------- CONTENT STYLES ---------------------- */







body, html {



	margin: 0; 



	padding:0; 



 	text-align:center;



	font-family: Verdana, Arial, Helvetica, -sans;



	color: #000;



	background-color: #525252;



	background-image: url('backfade123456.jpg');



  	background-repeat: repeat-x;



	overflow-x: hidden;



 	/*height: 100%;



 	min-height: 100%;*/



	}



	



/*  LINKS */		



	



	.class5 a:link { font-size: 14px; font-weight: bold; color: red; padding: 4px; text-decoration: none;}



	.class5 a:visited { font-size: 14px; font-weight: bold; color: red; padding: 4px; text-decoration: none; }



	.class5 a:hover { font-size: 14px; font-weight: bold; color: orange; padding: 4px; text-decoration: underline; } 



	.class5 a:active { font-size: 14px; font-weight: bold; color: #000; padding: 4px;text-decoration: none; }    







	.class4 a:link { font-size: 12px; font-weight: bold; color: #fff; text-decoration: none;}



	.class4 a:visited { font-size: 12px; font-weight: bold; color: #fff; text-decoration: none; }



	.class4 a:hover { font-size: 12px; font-weight: bold; color: #F9D235; text-decoration: underline; } 



	.class4 a:active { font-size: 12px; font-weight: bold; color: red; text-decoration: underline; }



	



	.class3 a:link { font-size: 9px; color: #fff; font-weight: bold; text-decoration: none;}



	.class3 a:visited { font-size: 9px; color: #fff; font-weight: bold; text-decoration: none;}



	.class3 a:hover { font-size: 9px; color: red; font-weight: bold; text-decoration: underline;}



	.class3 a:active { font-size: 9px; color: #c0c0c0; font-weight: bold; text-decoration: none;} 



	 



	.class2 a:link { font-size: 9px; font-weight: bold; color: #D6D6E4; text-decoration: none;}



	.class2 a:visited { font-size: 9px; font-weight: bold; color: #eee; text-decoration: none; }



	.class2 a:hover { font-size: 9px; font-weight: bold; color: #F9D235; text-decoration: underline; } 



	.class2 a:active { font-size: 9px; font-weight: bold; color: red; text-decoration: underline; }







 	.class1 a:link { color: blue; text-decoration: none; }



	.class1 a:visited { color: gray; text-decoration: none; }



	.class1 a:hover {color: #F9D235; text-decoration: underline; } 



	.class1 a:active { color: red; text-decoration: none; }











/*  PARAGRAPH 		*/	







p 	{



	font-size: 13px;



	text-indent: 0px;



	text-align: left;		



	padding: 0px 0px 0px 0px;



	margin-top: 20px;



	margin-bottom:0px;}



	



p.right 	{



	text-indent: 0px;



	text-align: right;		



	padding: 0px 0px 0px 0px;



	margin-top: 20px;



	margin-bottom:0px;}	



	



p.center {



	text-indent: 0px;



	text-align: center;		



	padding: 0px 0px 0px 0px;



	margin-top: 20px;



	margin-bottom:0px;}	







/*  IMAGES			*/	







img.right {



	float: right; 



   	margin: 0 0 10px 10px ; 



	border-style:outset;



	border-color: #F0A72D;



	border-width:1px;



	}



	



img.left {







	float: left;



	left: 0px; 



   	margin-right: 15px;



   	margin-bottom: 5px; 



   	border: 0px;



   	padding: 0px;



	}







img.imgcenter {



	display: block;



    margin-left: auto;



    margin-right: auto;



	border: 0px;



	}



img.imgcenter-home {



	display: block;



    margin-left: auto;



    margin-right: auto;



   margin-top: 25px;



	border: 0px;



	}



	



img.left-nav {   	



	margin: 10px 0; 



	text-align: center;



	border-style:outset;



	border-color: #F0A72D;



	border-width:1px; }







img.logos { 



	display: block;



	border: 0px;



    margin: 35px auto ;



  }	



	







/*  HEADERS 		*/







h2, h1 {







	/*font-family: Georgia, "Times New Roman", Times, serif;*/



	/*font-family: verdana, arial, helvetica, -sans;*/



	font-size:24px;



	font-weight: normal;



	color:#666600;



	text-align: left;



	text-decoration: none;



	margin-top:0px;



	margin-bottom:15px; 



	padding-top:0px;



	padding-bottom:0px;



	border-top: 0px;



	border-bottom: 0px;



	letter-spacing: -1px;



	}



	



h4 {



	font-size:16px;



	color:#666666;



	text-align: left;



	margin-top:0px;



	margin-bottom:-7px; 



	padding-top:10px;



	padding-bottom:0px;



	border-top: 0px;



	border-bottom: 0px;



	letter-spacing: 0px;



	}







	/*  FONTS and MISC	*/



	



	#font-size-user {



	/*background-color: #8AAC02;*/



	font-size: 9px;



	width: 120px;



	margin: 0;



	padding: 0 0 2px 4px;



	border: 1px solid #999999;



	text-decoration: none;



	position: absolute;



	top: 230px;



	right: 260px;



	z-index:12;



	 }



	



.fontsmall-light { 



	font-size: 9px; 



	color: #fff;



	font-weight: bold;



	text-decoration: none;



	}	







.fontsmall { font-size: 9px; }







.fontmedium-white { 



	font-size: 13px;



	font-weight: bold;



	color: #ffffff;



	}



	



ul {font-size: 13px; text-align: left; margin-top:20px;}



	



li {font-size: 13px; margin-top: 8px; text-align: left; margin-bottom: 8px;}







/*  HORIZONTAL RULES */







hr.dotted {



	color: #c0c0c0;



	background-color: #657DD1;



	border: 1px dotted #000000;



	border-style: none none dotted;



	width: 100%;



	text-align: left;



	}



	



hr 	{



	color: #fff;



	background-color: #fff;



	border: 1px dotted #657DD1;



	border-style: none none dotted;



	width: 100%;



	margin-top:10px;



	text-align: left;



	}



	



hr.hrsmall 	{



	color: #fff;



	background-color: #fff;



	border: 1px dotted #657DD1;



	border-style: none none dotted;



	width: 100%;



	margin-top:10px;



	text-align: left;



	}	



	



/*	FORMS  */



	



#input-color{



  color: #781351;



  background: #e0e0e0; /*#FFF4FF*/



  border: 1px solid #F9D235; /*#FFB0B0*/



}







#submit-color{



  font-size:9px;



  font-weight: bold;



  letter-spacing: 0px;



  color: #D6D6E4;



  background: #61708F; /*#8AAC02*/



  margin-top: 0px;



  margin-left: 0px;



  height:18px;



  width:60px;



  border: 1px outset #FFB0B0;



} 	







#registration {



	position: relative;



	top: 0px;



	left: -20px;



	}







#breadcrumbs { 



	font-size: 10px; 



	text-align: left;



	margin-top:0px;



	margin-bottom:10px; 



	padding:0px;



	border: 0px;



}	