@charset "utf-8";
#bgFade {
	margin: 0px;
	width: 100%;
	background-repeat: repeat-y;
	position: absolute;
	background-position: right;
	background-image: url(images/bgFade.png);
}

#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 850px;
	margin-bottom: 20px;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.4em;
}
#container #menu {
	height: 50px;
	padding-bottom: 10px;
}
#container #sidebarM {
	padding-right: 15px;
}
#container #mainM {
}

#container #sidebar {
	
}

#container #main {
padding-right: 15px;
}

#topLeft {
	background-image: url(images/box/TL.gif);
	background-repeat: no-repeat;
	line-height: 0px;
	height: 15px;
	width: 15px;
}
#top {
	background-image: url(images/box/T.gif);
	background-repeat: repeat-x;
	line-height: 0px;
	height: 15px;
}
#topRight {
	background-image: url(images/box/TR.gif);
	background-repeat: no-repeat;
	line-height: 0px;
	height: 15px;
	width: 15px;
}
#left {
	width: 15px;
}

#right {
}
#bottomLeft {
	background-image: url(images/box/BL.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
}
#bottom {
	background-image: url(images/box/B.gif);
	background-repeat: repeat-x;
	height: 15px;
}
#bottomRight {
	background-image: url(images/box/BR.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
}
#bottomLinks {
	background-color: #FFFFFF;
	color: #333333;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(images/topFade.jpg);
	background-repeat: no-repeat;
}
#bottomLogos {
	background-color: #FFFFFF;
	color: #333333;
	padding-bottom: 20px;
	background-image: url(images/bottomFade.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#bottomCopyright {
	padding-top: 8px;
	font-size: 9px;
}


h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #DEA876;
}

.raquo {
	font-size: 130%;
	color: #DEA876;
}

.sidebarHeadings {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #DEA876;
}

.LeftImageContainer {
	padding-right: 10px;
}
.bubbleTopPadding {
	margin-top: 10px;
}


a.bottomLinks:link {
	color: #A56327;
	text-decoration: none;
}
a.bottomLinks:visited {
	color: #A56327;
	text-decoration: none;
}
a.bottomLinks:active {
	color: #A56327;
	text-decoration: none;
}
a.bottomLinks:hover {
	color: #5E3817;
	text-decoration: none;
}
