@charset "utf-8";
body,td,th {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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: #666666;
	line-height:18px;
}
.blogLine {
	clear: both;
	margin-bottom: 15px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 26pt;
	font-weight: normal;
	color: #A9775E;
	margin-top: 0px;
}

#container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#flashcontent {
	width: 674px;
	float: left;
	height: 232px;
}

#mainContent {
	padding-top: 40px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
	background-image: url(/images/content_bg.gif);
	background-repeat: repeat-y;
}
.left {
	float: left;
	width: 520px;
}

#footer {
	background-image: url(/images/footer_bg.gif);
	background-repeat: no-repeat;
	height: 80px;
	text-align: right;
	padding-right: 35px;
	padding-top: 12px;
	clear: both;
}
.clear {
	clear: both;
}
#right {
	float: left;
	width: 300px;
	margin-left: 30px;
}


#header {
	height: 259px;
	margin-top: 20px;
}
#nav {
	width: 674px;
	background-image: url(/images/nav_fade.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	float: left;
	background-color: #A9765E;
	height: 22px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navUnderline {
	background-image: url(/images/nav_fade.gif);
	height: 4px;
	width: 674px;
	background-repeat: repeat-y;
	float: right;
	background-position: right 0px;
}

#nav ul
{
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

#nav li
{
	display: inline;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#nav a {
	font-weight: bold;
	padding-left: 20px;

}

#nav a:link, #nav a:visited
{
	color: #fff;
	text-decoration: none;
}

#nav a:hover
{
	color: #fff;
	text-decoration: none;
}
a:link {
	color: #A9775E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A9775E;
}
a:hover {
	text-decoration: underline;
	color: #A9775E;
}
a:active {
	text-decoration: none;
	color: #A9775E;
}
#sidebar {
	float:right

	}
/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid white;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #A9775E;
width: 100px; /* default width for menu */
margin-left: -18px;
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 2px;
color: white;
}

.anylinkcss a:link {
	color: white;
	text-decoration: none;
}
