body  {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #009;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.twoColFixRtHdr #header {
	height: 80px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 400px;
	padding-top: 70px;
	padding-right: 5px;
	padding-bottom: 70px;
	padding-left: 5px;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFF;
} 
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.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;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
	background-color: #CCCCCC;
}
a.yellow:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: none;
}
a.yellow:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFF99;
	text-decoration: none;
}
a.yellow:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
	background-color: #3399ff;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #333;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	color: #7AD1FA;
}
.topbar {
	background-color: #000000;
	border: 1px solid #FFFFFF;
}
h2 {
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 16px;
	font-weight: 100;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #CCCCCC;
}
.maintable {
	border: 1px solid #333333;
}
.imgsrc {
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.whiteline {
	border: 1px solid #FFFFFF;
	margin: 5px;
	padding: 2px;
}
.headertext {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 45px;
	font-weight: 100;
	color: #CCCCCC;
}
.bottomline {
	border-right: #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: #CCCCCC;
}

#menu {
	text-align: left;
	/*border: 1px solid #FFF; */
	margin: 0 auto;
	z-index: 999;
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	width: inherit;
}


#nav, #nav ul {
	float: left;
	width: 60%;
	list-style: none;
	line-height: 1.2;
	font-weight: 100;
	padding: 0;
	border: solid #fff;
	border-width: 0px;
	margin: 0;
	z-index: 999;
}

#nav a {
	display: block;
	width: 150px;
	w\idth:115px;
	text-decoration: none;
	padding: 0.25em 1px;
	text-align: center;
	border-right-width: 1px;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #fff;
}

#nav li {
	float: left;
	padding: 0;
	width: 115px;
	background-color: #FFF;	
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	w\idth: 115px;
	font-weight: normal;
	background-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -1px;
}

#nav li li {
	/*padding-right: 1em; */
	width: 115px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;	
}

#nav li ul a {
	width: 150px;
	w\idth: 115px;
	border: solid #fff;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	border-width: 0px 0px 1px 0px;	
	
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
	
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	background-color: #FFF;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	background-color: #FFF;
}

#nav li:hover, #nav li.sfhover {
	background: #6f6b5f;
}

/*  added new class to change the drop down hover colors */
#nav ul li:hover, #nav ul li.sfhover {
	background: #aea596;
}

#nav_contact a{
	border: none;
	}
	
.container .content #apDiv1 img {
	margin: 2px;
	padding: 2px;
}
.twoColFixRtHdr #container   {
	padding: 2px;
	border: 1px solid #999;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	background-color: #FFF;
}
.footer p img {
	margin: 2px;
	padding: 2px;
}
#mainContent {
	margin-top: 40px;
}

