/* Tag declarations */

form { 
	margin: 0px;
}

body { 
	margin: 0px;	
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	line-height: 1.5em;
	background-image: url(../images/bg-left.gif);
	background-repeat: repeat-y;
}

a {
	color: #391089;
	text-decoration: none;
}

img {
	border: 0px;
}

td {
	font-family: Arial;
	font-size: 9pt;
	line-height: 1.5em;
}

/* Id declarations */
#Top {
	background-color: #270B5D; 
	height: 66px;
	width: 214px;
}

#Middle {
	background-color: #8289AE; 
	padding-left: 138px;
	height: 21px; 
	color: white;
	background-image: url(../images/bg-navbar.gif);
	background-repeat: repeat;
}

#Middle a {
	color: white;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	filter:DropShadow(Color=#000000, OffX=1, OffY=1, Positive=true);
}

#Left {
	background-color: #F9F3D7;
	width: 134px; 
	color: white;
	line-height: 2em;
}

#Left a {
	color: black;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	filter:DropShadow(Color=#c0c0c0, OffX=1, OffY=1, Positive=true);
}

#Left a:hover {
	color: black;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	filter:DropShadow(Color=#c0c0c0, OffX=1, OffY=1, Positive=true);
}

#Right {
	background-color: #F9F3D7;
	width: 164px;
	color: black;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	filter:DropShadow(Color=#c0c0c0, OffX=1, OffY=1, Positive=true);
}

#Right a {
	color: black;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	filter:DropShadow(Color=#c0c0c0, OffX=1, OffY=1, Positive=true);
}

#Right a:hover {
	color: black;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	filter:DropShadow(Color=#c0c0c0, OffX=1, OffY=1, Positive=true);
}



/* Class declarations */
.Header {
	color: #000000;
	font-size: 13pt;
	font-weight: bold;
}

.DropDown {
	visibility: hidden; 
	position: absolute; 
	width: 156px; 
	z-index: 1; 
	background-image: url(../images/bg-hash.gif); 
}

.DropDownInner {
	left: -3px; 
	top: -3px; 
	position: relative; 
	visibility: show; 
	background-color: #EEEEEE; 
	border-width: 1px; 
	border-style: solid; 
	border-color: #DBBB25; 
	line-height: 2em;
	/*padding: 3px;*/
}

.DropDown a {	
	color: #000;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	width: 100%;

	filter:DropShadow(Color=#c0c0c0, OffX=1, OffY=1, Positive=true);
}

.DropDown a:hover {	
	color: #000;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	width: 100%;

	filter:DropShadow(Color=#c0c0c0, OffX=1, OffY=1, Positive=true);
}

.THeader {
	font-family: Arial;
	font-size: 9pt;
	line-height: 1.5em;
	font-weight: bold;
}

.Linklist {
	color: #391089;
}

.Arrow {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
}

.DropShadow {
	color: white;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	filter:DropShadow(Color=#000000, OffX=1, OffY=1, Positive=true);
}

.HoverLinks {
}

.HoverLinks a {
	display: block;
	width: 134px;
	background-color: #F9F3D7;

}

.HoverLinks a:hover {
	width: 134px;
	background-color: #F2DF86;
}

.HoverLinks2 {
}

.HoverLinks2 a {
	display: block;
	width: 156px;
	background-color: #F9F3D7;
}

.HoverLinks2 a:hover {
	width: 156px;
	background-color: #F2DF86;
}