@charset "utf-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

img {
	border: none;
}


/* SETS THE VARIOUS HYPERLINK PROPERTIES */

a:link  {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #006699; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #148AFF; 
	text-decoration: underline; 
	font-weight: bold;
}

a:active {
	color: #006BD6; 
	text-decoration: none; 
	font-weight: bold;
}

.ADLC #container {
	width: 825px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #303030;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

.ADLC #header {
	background-color: #000000;
	color: #006699;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 2px;
}
.ADLC #header h1 {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 7px;
}

.ADLC #navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 26px;
	margin: 0;
	background-image: url(images/navigationbg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.ADLC #navigation a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.ADLC #navigation a:hover {
	text-decoration: underline;
}

.ADLC #mainContent {
	background-color: #303030;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	padding-top: 10px;
	border-bottom-color: #006699;
	font-size: 14px;
}

.ADLC #mainContent p {
	margin: 0px;
	padding-top: 10px;
}

.ADLC #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006699;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ADLC #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b09974;
	font-size: 18px;
	font-weight: normal;
}
.ADLC #mainContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f5a852;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
}
.ADLC #mainContent h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #b09974;
}

.ADLC #sideContent {
	background-color: #303030;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	padding-top: 10px;
	font-size: 12px;
}
.ADLC #sideContent p {
	margin: 0px;
	padding-bottom: 10px;
	text-align: left;
}

.ADLC #sideContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006699;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 22px;
}

.ADLC #sideContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	padding-bottom: 5px;
}
.ADLC #sideContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.ADLC  #sideContent  h4, h5  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b09974;
	font-size: 14px;
	margin: 0px;
	padding-top: 10px;
}
.ADLC  #sideContent  h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 12px;
}

.ADLC #sidebar {
	background-color: #303030;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 10px;
}
.ADLC #sidebar p {
	background-color: #303030;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 10px;
	text-align: center;
}

.ADLC #mainBar {
	background-color: #303030;
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
}


.ADLC #footerLeft {
	width: 225px;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	float: left;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.ADLC #footer {
	color: #FFFFFF;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 225px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ADLC #footer p {
	color: #006699;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	padding-right: 10px;
	float: left;
	margin: 0px;
}

.ADLC #footer a {
	color: #006699;
	background-color: #000000;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	text-decoration: none;
	margin: 0px;
}
.ADLC #footer a:hover {
	color: #006699;
	background-color: #000000;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	text-decoration: underline;
}
.ADLC #form {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	height: 50px;
	width: 825px;
	background-image: url(images/FormBG.jpg);
	background-color: #000000;
}
.ADLC #form p {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
}


.ADLC #SubscribeNow {
	background-color: #006699;
	color: #FFFFFF;
	padding-left: 3px;
	border: 1px solid #000000;
	margin-left: 5px;
	padding-right: 3px;
}


.ADLC #links {
	color: #FFFFFF;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}
.ADLC #links a {
	color: #006699;
	background-color: #000000;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	text-decoration: none;
	margin: 0px;
}
.ADLC #links a:hover {
	color: #006699;
	background-color: #000000;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	text-decoration: underline;
}
.ADLC #links2 {
	color: #FFFFFF;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0px;
	text-align: center;
	padding: 0px;
}

.ADLC #links2 a {
	color: #000000;
	background-color: #000000;
	font-size: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	text-decoration: none;
	margin: 0px;
}





.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:none;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.border {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
ul {
	padding-left: 25px;
}
.ADLC #Address {
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding-bottom: 5px;
}

