@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(/Graphics/PageBackground.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#747474;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin: 5px 0 2px 0px;
	}
td {
	padding:3px;
	}
h1 {
	color:#414141;
	font-size: 1.15em;
	font-weight:bold;
	}
h2 {
	color:#02b3d6;
	font-size: 1.1em;
	margin: 22px 0 2px 0px;
	}
h3 {
	color:#02b3d6;
	font-size: 1.1em;
	margin: 2px 0 2px 0px;
	}
p {
	line-height: 1.5em;
	margin: 10px 0 2px 0;
	}
a:link {
	color:#95a323;
	text-decoration: none;
}
a:visited {
	color: #95a323;
	text-decoration: none;
}
a:hover {
	color: #BED836;
	text-decoration: underline;
}
a:active {
	color:#006600;
	text-decoration: none;
}

ul {
	margin:0;
	margin:10px 0 10px 20px;
	line-height:1.5em;
}

li {
	margin-bottom:5px;
}

sup, sub { vertical-align: 0;
           position: relative; }
sup { bottom: 1ex; }

sub { top: 0.8ex; }

#Container_old {
	position:absolute;
	width:955px;
	margin-left:-477px;
	left: 50%;
	background-color:#FFFFFF;
}
#Container {
	width:955px;
	margin-left: auto ;
	margin-right: auto ;
	background-color:#FFFFFF;
}

/* ---------------- Header Styles ---------------- */
#InsideContainer {
	background-image:url(/Graphics/Header.png);
	background-position:top right;
	background-repeat:no-repeat;
	min-height:600px;
	}
* html #InsideContainer  {
		/* IE5Mac filter \*/
		height: 600px;
		/* end filter */
	}
/* ---------------- Menu Styles ---------------- */	

#LeftColumn p {
	margin:0;	
	}
#LeftColumn a.Menu {
	color:#02b3d6;
	background-image: url(/Graphics/MainMenu.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	display: block;
	padding: 6px 0 0 10px;
	margin: 0;
 	width: 220px;
	height: 36px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
	width: 210px;
	height: 30px;
	} 
	
#LeftColumn a.Menu2 {
	color:#02b3d6;
	background-image: url(/Graphics/MainMenu2.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	display: block;
	padding: 6px 0 0 10px;
	margin: 0;
 	width: 220px;
	height: 36px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
	width: 210px;
	height: 48px;
	} 

/* Be nice to Opera */
html>body #LeftColumn a.Menu {
	width: 210px;
	height: 30px;
	}
html>body #LeftColumn a.Menu2 {
	width: 210px;
	height: 48px;
	} 
	
#LeftColumn a.Menu:hover {
	background-position: top left;
	color:#FFFFFF;
	text-decoration:none;
	}
	
#LeftColumn a.Menu2:hover {
	background-position: top left;
	color:#FFFFFF;
	text-decoration:none;
	}
	
/* ---------------- Layout Styles ---------------- */	
#LeftColumn {
	position:absolute;
	margin:10px 0 0 5px;
	width: 220px;
	voice-family: "\"}\""; 
 	voice-family:inherit;
	width: 220px;
	} 
/* Be nice to Opera */
html>body #LeftColumn {
  width: 217px;
}

#MiddleColumn {
	/*margin: 0 225px 0 240px;*/
	margin: 0 220px 0 230px;
	}

#RightColumn {
	float:right;
	margin: 130px 10px 0 0;
	font-size:.9em;
	width:210px;
	voice-family: "\"}\""; 
 	voice-family:inherit;
	width: 200px;
	} 
/* Be nice to Opera */
html>body #RightColumn{
  width: 200px;
} 
#RightColumn h1 {
	color:#02b3d6;
	font-weight:normal;
	margin:0 0 5px 0;
	font-size:1.3em;
	}
#RightColumn p {
	line-height:1.5em;
	}
#RightColumn a:link {
	color:#95a323;
	text-decoration: none;
}
#RightColumn a:visited {
	color:#95a323;
	text-decoration: none;
}
#RightColumn a:hover {
	color: #95a323;
	text-decoration: underline;
}
#RightColumn a:active {
	color:#006600;
	text-decoration: none;
}
#RightColumn li {
	margin-bottom: 5px;
	}
/* ---------------- Footer Styles ---------------- */
#SiteFooter {
	background-image:url(/Graphics/Footer.png);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
	color:#FFFFFF;
	font-size:.9em;
	margin-top: 15px;
	padding-top: 10px;
	height: 55px;
	voice-family: "\"}\""; 
 	voice-family:inherit;
	height: 45px;
	} 
/* Be nice to Opera */
html>body #SiteFooter {
  height: 45px;
} 
#SiteFooter p {
	margin:0;
	line-height:1.4em;
	}
#SiteFooter a {
	color:#515913;
	} 

/* ---------------- Layout Styles ---------------- */
.ImageCaption {
	color:#000000;
	margin-top:0;
	font-size:.9em;
}
.TextDate {
	color:#7D7D7D;
	margin:0;
	}
.clear {
	clear:both;
	}