BODY {margin: 0px; padding: 0px; background: #fde6c6 url(../Images/Background.jpg) repeat-x;}

A, A:LINK, A:VISITED {color: #CC0000; text-decoration: underline;}
A:HOVER, A:ACTIVE {color: #CC0000; text-decoration: underline;}

A.Menu, A.Menu:LINK, A.Menu:VISITED {color: #FFFFFF; text-decoration: none;}
A.Menu:HOVER, A.Menu:ACTIVE {color: #FFFFFF; text-decoration: underline;}

A.Footer, A.Footer:LINK, A.Footer:VISITED {color: #403716; text-decoration: none;}
A.Footer:HOVER, A.Footer:ACTIVE {color: #403716; text-decoration: underline;}

A.BoldLink, A.BoldLink:LINK, A.BoldLink:VISITED {color: #333333; text-decoration: none; font-weight: bold;}
A.BoldLink:HOVER, A.BoldLink:ACTIVE {color: #CC0000; text-decoration: none; font-weight: bold;}


/******************************************************/
/*  The following styles change between style sheets  */
/******************************************************/

table {background-color: #FFF;}
td {font-family: verdana; font-size: 12px; color: #333333;}
th {font-size: 12px; color: #333333; text-align: left;}

.Body { padding: 0 10px 15px 17px; font-size: 12px; line-height: 18px; font-family: verdana; color: #333333;} 
.Head {font-size: 12px; font-family: verdana; color: #333333; font-weight: bold;}

p {margin: 0 0 1em 0;}

h2, .Rosehead {font-size: 16px; margin-bottom: 0; padding-bottom: 2px; font-family: Georgia, Times New Roman, Times, Palatino, serif; font-style: italic; color: #CC6666; font-weight: bold;}
.Rosehead2 {font-size: 12px; padding-bottom: 2px; font-family: Georgia, Times New Roman, Times, Palatino, serif; color: #CC6666; font-weight: bold;}
.Rosehead3 {font-size: 12px; padding-bottom: 2px; font-family: Georgia, Times New Roman, Times, Palatino, serif; color: #AA5353; font-weight: normal;}

/******************************************************/

.BorderRL {border-style: solid; border-width: 0px 2px 0px 2px; border-color: #7e5116;}
.BorderR {border-style: solid; border-width: 0px 2px 0px 0px; border-color: #7e5116;}
.BorderL {border-style: solid; border-width: 0px 0px 0px 2px; border-color: #7e5116;}
.BorderB {border-style: solid; border-width: 0px 0px 2px 0px; border-color: #7e5116;}
.BorderBL {border-style: solid; border-width: 0px 0px 2px 2px; border-color: #7e5116;}
.BorderBR {border-style: solid; border-width: 0px 2px 2px 0px; border-color: #7e5116;}
.BorderLBR {border: 2px solid #7e5116; border-top: none;}

.MenuBorderB {border-bottom: 1px solid #7e5116;}

.BackgroundBR {border-left: 2px solid #7e5116;}
.BackgroundTL {background-color: #fde6c6;}

.BottomMenu {background-color: #7e5116; color: #FFFFFF; font-size: 11px; font-family: verdana; padding: 18px 0;}
.BottomMenu div {margin-bottom: 3px;}

.Footer {font-family: verdana; font-size: 11px; color: #403716; background-color: #fde6c6;}
td.Footer {padding: 14px 0 5px 0;}
.Copyright {font-family: verdana; font-size: 11px; color: #403716;}
			
.HeaderSep {background-color: #BFC7B2; color: #BFC7B2; height: 1px; border: 0;}

.TextSize {color: #403716; font-size: 12px; line-height: 12px; font-family: verdana;}
.BottomCorner { width: 100px; padding: 12px 10px 10px 10px;}   
		   
.Links {padding-bottom: 14px;}		

.note {font-size: 11px; font-style: italic;}
		   
UL, OL {margin-top: 5px;}
LI {padding-bottom: 4px;}

INPUT {font-family: verdana;}


/******************************************************/
/*  NAVIGATION HOVERS								  */
/******************************************************/

td#navigation div { position: relative; }
td#navigation div ul { margin: 0; padding: 0 10px; width: 240px; border: 1px solid #7e5116; display: none; position: absolute; top: -11px; left: 199px; background: #f2ddbe; list-style: none; }
td#navigation div ul li { margin: 0; padding: 10px 0; border-top: 1px dotted #7e5116; color: #7e5116; font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.3; }
td#navigation div ul li:first-child { border-top: none; }
td#navigation div:hover ul { display: block; }


/******************************************************/
/*  Switcher										  */
/******************************************************/

#switcher {
	margin-top: 2em;
}

/* NAV */
ul#switcherNav {
	margin: 0 0 10px 0;
	padding: 0;
	height: 30px;
	border-bottom: 2px solid #7e5116;
	list-style: none;
}
ul#switcherNav li {
	margin: 0 3px 0 0;
	padding: 0;
	height: 30px;
	float: left;
	background: url(../images/switcher_nav.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
ul#switcherNav li#navNew {
	width: 139px;
}
ul#switcherNav li#navList {
	width: 167px;
	background-position: -139px 0;
}
ul#switcherNav li#navMap {
	width: 131px;
	background-position: -306px 0;
}
ul#switcherNav li#navNew.selected {
	background-position: 0 -30px;
}
ul#switcherNav li#navList.selected {
	background-position: -139px -30px;
}
ul#switcherNav li#navMap.selected {
	background-position: -306px -30px;
}

/* PANELS */
#panelNew img { margin-right: 7px; }
#panelList { padding-left: 10px; }
#panelList ul { margin: 0; padding: 0; width: 49%; float: left; list-style: none; }
#panelList li { margin: 0 0 1em 0; padding: 0; line-height: 1.4; }
#panelList li a { color: #7e5116; font-weight: bold; text-decoration: none; }
#panelList li em { color: #c69c62; font-style: normal; }
