/* CSS Document */
body {
	background-color: #D7DACF;
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	font-family: Verdana, Tahoma, Arial, "Times New Roman";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-family: inherit;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
}
h2 {
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-bottom:0px;
	margin-bottom:0px;
}
.topShade {
	background-image:url(images/topshade.jpg);
	background-repeat:repeat-x;
	height:10px;
}
.leftShade {
	background-image:url(images/leftshade.jpg);
	background-repeat:repeat-y;
	width:10px;
}
.rightShade {
	background-image:url(images/rightshade.jpg);
	background-repeat:repeat-y;
	width:10px;
}
.bottomShade {
	background-image:url(images/bottomshade.jpg);
	background-repeat:repeat-x;
	height:10px;
}
#mainDiv {
	background-color:#F7F8F2;
	border:#D7D6D6 6px solid;
	width:940px;
}
.fake {
	clear:both;
}
/*------------------- left navigation coloumn ----------------------- */
#leftCol {
	width:228px;
	float:left;
}
#leftCol #logo {
	margin-left:6px;
	margin-top:6px;
}
#leftCol #menu {
	background-image:url(images/verticalLimit.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:475px;
	margin-top:30px;
	vertical-align:top;
}
#leftCol #menuItem {
	width:157px;
	padding-top:30px;
	margin-left:15px;
	text-align:right;
}
#leftCol #menuItem img {
	border-bottom: #D2C783 1px solid;
}
#leftCol #menuItems #subMenu {
	width:143px;
	float:right;
}
#leftCol #menuItems #subMenu img {
	border-bottom: #D2C783 1px solid;
}
/* ---------------- Content Area -------------- */
#content {
	width:665px;
	float:left;
	margin-left:2px;
}
#content #slogan {
	margin-top:38px;
	margin-left:20px;
}
#content #homeimage {
	margin-top:28px;
}
#content #textBlock {
	margin-top:15px;
	padding-top:0px;
	padding-left:15px;
	vertical-align:top;
}
#content #textBlockInside {
	margin-top:60px;
	padding-top:0px;
	padding-left:15px;
	vertical-align:top;
}
#content #textBlockInside p img {
	float:left;
	padding-bottom:10px;
	padding-top:10px;
	padding-right:10px;
}
#content #bottomSlogan {
	margin-top:20px;
}
div.rule {
	height:1px;
	margin-top:2px;
	margin-left:20px;
	background-color:#D2C783;
	width:95%;
}
div.copy {
	width:875px;
	text-align:right;
	margin-bottom:20px;
	margin-left:25px;
	font-family:Georgia, Garamond, times, serif;
	color:#000000;
	padding-right:5px;
	padding-left:5px;
}
div.copy #bottomMenu {
	float:left;
	font-family:Georgia, Garamond, times, serif;
	color:#A73100;
}
div.copy #bottomMenu a{
	color:#A73100;
	text-decoration: none;
}
div.copy #bottomMenu a:hover{
	color: #000177;
}

div.copy #Copyright .link1 {
	
	font-family:Georgia, Garamond, times, serif;
	color:#A73100;
}
div.copy #Copyright .link1 a{
	color:#A73100;
	text-decoration: none;
}
div.copy #Copyright .link1 a:hover{
	color: #000177;
}
	