@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#facebook {
	
	padding: 10px 25px 0px 0px;
	float: right;
}

.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.copy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.copyContainer {
	text-align: left;
	text-indent: 25px;
	white-space: normal;
}
.copyHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

#nav {

float:right;
display:inline;
width: 100%;
margin: 0;
padding: 0 0 0 0;
list-style:none;

}

#nav a {
	float:left;
	display:block;
	margin: 0 1px 0 0;
	padding:4px 8px;
	color: #333;
	text-decoration: none;
	border: 1px solid #9B8748;
	border-top: none;
	background: #ffcccc;
}

#nav li {

float:right;
display:inline;
margin: 0;
padding: 0;
font-family: "Lucida Grande", sans-serif;
font-size: 10pt;
font-weight: bold;
text-decoration: none;


}

#left-bgimage {
background-image: url(../images/left_shadow.gif);
background-repeat: repeat-y;
}

#right-bgimage {
background-image: url(../images/right_shadow.gif);
background-repeat: repeat-y;
}

.RegCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.RegCopyBold {font-size: 12px}

.boldCopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.Headers {

	font-family: Georgia, "Times New Roman", Times, serif
}

hr {

    border: none 0;
    border-top: 1px dashed #666666;/*the border*/
    width: 100%;
    height: 1px;/*whatever the total width of the border-top and border-bottom equal*/

}

#clearance {

    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#FFFFFF;
	background-color:#996699;
    padding: 5px 0px 5px 0px;

}