/* CSS STYLE SHEET */


body {
	font-family: Arial, Helvetica, sans-serif;
  	margin: 0px 0px 0px;
	clear: both;
	font-size: 11px;
	background-color: #990000;
}

td {
	font-family: Arial, helvetica, sans-serif;
}

th {
	font-family: Arial, helvetica, sans-serif;
}

/* DIV AREAS */

#container	{
	clear: both;
	float: none;
	width: 760px;
	margin:0px auto;
}
#header	{
	text-align: center;
}
#topnav	{
	text-align: center;
}
#topnav p	{
	font-size: 12px;
	font-weight: bold;
	color: #E4AB04;
}
#content	{
	font-size: 12px;
	color: #FFFFFF;
}
#content p	{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 6px;
	margin-bottom: 12px;
	margin-right: 20px;
	margin-left: 20px;
}
#content ul {
	margin-left: 20px;
	margin-right: 20px;
}
#content li {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 6px;
	margin-bottom: 12px;
}

#footer	{
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}
#footer p	{
	padding-bottom: 10px;
	padding-top: 20px;
	font-weight: bold;
	font-size: 14px;
}


/*  LINKAGE */
#topnav a:link, #topnav a:visited	{
	color: #E1A603;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
#topnav a:hover	{
	color: #FFFFFF;
	text-decoration: none;
}
#content a:link, #content a:visited	{
	color: #DCAF00;
	text-decoration: underline;
}
#content a:hover	{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:link, a:visited, a:hover	{
	color: #FFFFFF;
	text-decoration: underline;
}



/* TYPOGRAPHY  */
h1	{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 12px;
	color: #E1A603;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2	{
	font-size: 16px;
	color: #E1A603;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 6px;
}
h3	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #E1A603;
	margin-left: 40px;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 12px;
	padding-top: 12px;
	font-style: normal;
}
h4	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 6px;
}
h5	{
	font-size: 12px;
	color: #E1A603;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 6px;
}
blockquote	{
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 60px;
	margin-left: 60px;
	border-top: 1px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
iframe {
	background-color: #FFFFFF;
}
form {
	margin: 0px;
}

.tableborder {
	border: 1px solid #E1A603;
}
.smalltext {
	font-size: 10px;
}
.testimonial {
	background-attachment: fixed;
	background-image: url(../images/single_ani_star.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.testimonial2 {
	background-attachment: fixed;
	background-image: url(../images/stars/sm24.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.testimonial3 {
	background-attachment: fixed;
	background-image: url(../images/stars/sm25.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.testimonial4 {
	background-attachment: fixed;
	background-image: url(../images/stars/sm26.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.testimonial5 {
	background-attachment: fixed;
	background-image: url(../images/single_ani_star.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.largeblack {
	font-size: 14px;
	color: #000000;
	background-color: #DC9C02;
	font-weight: bold;
	text-indent: 10px;
}
.largewhite {
	font-size: 14px;
	color: #FFFFFF;
	text-indent: 10px;
}
