/* Main Style */
body {
	margin:0 auto 25px;
	background:#9db4bc;
	font-size :11px;
	font-family: Arial, Helvetica, sans-serif;
}

#Container { width:800px; margin:0 auto 0; background:#fff url(images/bg-dashed.gif) bottom repeat-x;}
#Header {
	width:800px;
	height:95px;
	background:#fff url(images/bg-dashed.gif) bottom repeat-x;
}
.logo { float:left; padding: 30px 10px 0px ;}
.colorTop { width:490px; height:15px; float:right; background:#c3bab2;  }
.Nav {
	width:490px;
	float:right;
	clear:both;
	text-align:center;
	letter-spacing:1px;
	font-size :11px;
	font-family: Arial, Helvetica, sans-serif;
	}
main a  {
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	text-decoration: underline;
}

.Nav ul {  float:left;  padding:0 5px; margin:0;}
.Nav li { float:left; display:block; list-style:none;  padding:3px ; margin:0; color:#626d6c; font-weight:bold;}
.Nav li a { color:#626d6c; text-decoration:none;}
.leftdash2 {
	width:200px;
	background:#fff url(images/bg-dashed.gif) top repeat-x;
	text-align:left;
	margin-top:20px
}
.Nav li a:hover { color:#626d6c; text-decoration:underline}

#Content {
	width:800px;
	clear:both;
	display:block;
	background:#fff url(images/bg-dashed.gif) bottom repeat-x;
}
.content {
	padding:0;
	height:430px;
}

.Maincontent {
	padding:0;
	line-height: 18px;

}
.Maincontent a {
	color: #006699;
	text-decoration: none;
}
.Maincontent a:hover {
	color: #CC6600;
	text-decoration: none;
}
/* Left Navigation */
#left {
	width:200px;
	float:left;
}
.leftdash2 a { font-weight:bold; font-size:14px; text-decoration:none; color:#333;}
.leftdash2 a:hover{  text-decoration: underline; color:#3e3a3c; }
.title {
	background:url(images/bg-dashed.gif) bottom repeat-x;
	color:#292526;
	font-size:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	padding:10px 0 5px 10px;
}
.arrowLink { text-align:left; font-weight:bold; font-size:14px; padding-bottom:5px;}
.arrowLink a { text-decoration:none; color:#333;}
.arrowLink a:hover{  text-decoration: underline; color:#3e3a3c; }

/* Right Content */
#right {
	width:599px;
	float:left
}
.bgbrownT { background: url(images/bg-brown-t.gif) top repeat-x;}
.bgbrownB { background:#fefefd url(images/bg-brown-b.gif) bottom repeat-x;}
.box { padding:10px 10px 0;text-align:left;  font-size:12px; padding-bottom:5px;}

.box a:hover{  text-decoration: underline; color:#3e3a3c; font-weight:bold; }
.list { padding-bottom:20px}

/* Footer Navigation */
#Footer {
	padding:30px 10px 10px;
	height:25px;
	color:#626d6c;
}
.NavFooter {
	width:800px;
	float:left;
	clear:both;
	letter-spacing:1px;
	font-size:9px
}
.NavFooter ul {  float:left;  padding:0; margin:0;}
.NavFooter li { float:left; display:block; list-style:none;  padding:0 3px ; margin:0; color:#626d6c; font-weight:bold;}
.NavFooter li a { color:#626d6c; text-decoration:none;}
.NavFooter li a:hover { color:#626d6c; text-decoration:underline}
