@charset "utf-8";
#bgFade {
	width: 100%;
	background-repeat: repeat-y;
	position: absolute;
	background-position: right;
	background-image: url(images/bgFade.png);
	margin: 0px;
}
#bgFade #container #messageerror {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #C60;
}

#bgFade #container #messageconfirm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}

#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 850px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.4em;
}
#container #formtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-bottom: 5px;
}


#container #menu {
	height: 35px;
	background-image: url(images/menu/menubg.png);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
#menu ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-top: 10px;	
}
#menu ul li {
	float: left;
	margin-right: 27px;
	display: block;
	height: 25px;
}
#menu ul li.last {
	margin-right: 0px;
}

#menu ul li a:link, #menu ul li a:visited {
	color: #422001;	
}
#menu ul li a:hover {
	text-decoration: underline;
}
#menu ul li.active {
	background-image: url(images/menu/arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#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;
}

