a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0000FF;
	font-weight: bold;
	text-transform: none;
	text-decoration: underline;



}
a.navlinks:link {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	word-spacing: normal;
	text-align: center;



}
a.navlinks:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;




}
a.navlinks:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;


}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	background-size: 25%;
	background-attachment: fixed;
	background-image: url(../images/aflinkbg.jpg);
	background-repeat: repeat;

}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;

}

input , textarea {
 	font-size: 10pt; 
	color: #505050; 
	border: 1px solid #505050; 
	background-color: #ffffff;
}
/*this is to enlarge the text box when typing into it--!>*/
input:focus,  textarea:focus  {
	border:1px solid #505050;
	background-color: #94E896;
 }  
.sifr {
	position: absolute;
	visibility: hidden;
}
.blacktext {
	color: #000000;
}
hr {
	color: #284361;

}
h1 {
	font-size: 35px;
	color: #000000;
	text-decoration: none;
	line-height: 100%;

}
.logo {
	font-size: 122px;
	color: #000000;
	text-decoration: underline;
	margin-bottom: 22px;
font-family: Garamond, serif;
line-height: 1em;
color: #2757b8;
font-weight:bold;
text-shadow:0px 0px 0 rgb(22,70,167),-1px 1px 0 rgb(17,65,162),-2px 2px 0 rgb(13,61,158),-3px 3px 0 rgb(8,56,153),-4px 4px 0 rgb(3,51,148),-5px 5px 0 rgb(-2,46,143),-6px 6px 0 rgb(-6,42,139),-7px 7px 0 rgb(-11,37,134),-8px 8px 0 rgb(-16,32,129),-9px 9px 0 rgb(-21,27,124),-10px 10px 0 rgb(-25,23,120),-11px 11px 0 rgb(-30,18,115),-12px 12px 0 rgb(-35,13,110), -13px 13px 0 rgb(-40,8,105),-14px 14px 13px rgba(0,0,0,0.85),-14px 14px 1px rgba(0,0,0,0.5),0px 0px 13px rgba(0,0,0,.2);}


.tagline {
	font-size: 24px;
	color: #0066FF;
	font-weight: bold;
	margin-bottom: 22px;
}
.navbar {
	text-align: left;
	font-weight: bold;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003399;


}

h2 {
	color: #0066FF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0033CC;
	padding-bottom: 6px;
	line-height: 100%;
}
.contentarea {
	padding-right: 11px;
	padding-left: 11px;
	text-align: justify;
	line-height: 120%;
}
.contentarea img {
	margin: 11px;
}
.stars img {
	margin: 0px;
}
.review {
	border: 1px dashed #0000ff;
	padding: 8px;
	background:#BED5FF;
	transition: background 0.5s;
	margin-bottom: 22px;
}
.review a {
	font-size: 18px;
	font-weight: bold;
	color: #0066FF;
}

.review:hover {
	background:#E2FF9C;
}
#navbar a:hover {
	color:#ffffff;
	border-color:#ffffff;
	background:#043BA1;
/*	background-color: #043BA1;*/
	font-weight: bold;

  }



#navbar a, #navbar a:visited {
	position:relative;
	text-decoration:none;
	text-align:left;
	color:#000000;
	display:block;
	width:200px;
	line-height: 25px;
	padding-left: 25px;
	background:#7AA3EE;
	transition: background 1s;
/*	background-color: #7AA3EE;  */
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

  }
.highlighttext {
	color: #000000;
	border: 2px solid #FF6600;
	-moz-border-radius:15px 15px 15px 15px;
	-webkit-border-radius:15px 15px 15px 15px;
	border-radius:15px 15px 15px 15px;
	padding: 5px;
	background-color: #FFFF00;
}
