@charset "utf-8";
img, a {
	behavior: url(iepngfix.htc)
}
body {
	margin: 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	color: #000000;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: #58585A url(../images/bgPage.jpg) repeat-x left top;
}
p, h1, h2, h3, h4, h5, h6, hr {
	margin: 8px 0px;
	padding: 0px;
}
h1 {
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	font-style: italic;
}
h3, h4, h5, h6 {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
hr {
	border-top: 1px solid #666666;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
a, a:link, a:active, a:visited {
	color: #7C99A7;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/*a:hover img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}*/
#container {
	width: 949px;
	margin: 20px auto;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background: url(../images/bgWhite.gif) no-repeat center 70px;
}
#header {
	padding: 0px;
	z-index: 999;
	position: relative;
}
#mainContent {
	background: url(../images/bgLADwhite.gif) repeat-y center bottom;
	padding: 5px 25px 20px 30px;
	margin: 0px;
	position: relative;
}
.leftSmall {
	width: 320px;
}
.leftBig {
	width: 625px;
}
#greyBox {
	color: #FFFFFF;
	background: #555555 url(../images/bgGrey.jpg) no-repeat right bottom;
	padding: 5px 10px 5px 10px;
	margin: 0px;
}
#rightBar {
	z-index: 777;
	width: 227px;
	top: -25px;
	right: 25px;
	position: absolute;
	height: 550px;
	background: url(../images/bgBar.jpg) repeat-x left top #E4E9EC;
	padding: 50px 10px 0px 10px;
	border: 0px solid #CCCCCC;
	overflow: visible;
	font-size: 10px;
}
#imageLargeRight {
	padding:0px 0px 5px 0px;
	height:350px;
	width:550px;
	position:absolute;
	right:10px;
	top:85px
}
#footer {
	width: 933px;
	margin: 3px auto;
	padding: 0;
	text-align: right;
	background: url(../images/bgFooter.jpg) repeat-x;
}
.clear {
	clear:both;
}
.shadow {
	-moz-box-shadow: 3px 3px 3px #333;
	-webkit-box-shadow: 3px 3px 3px #333;
	box-shadow: 3px 3px 3px #333;
	/* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#111111')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#111111');
}
.smallCaps {
	font-size:9px;
	text-transform: uppercase;
}
.greyLine {
	height: 2px;
	line-height: 2px;
	padding: 0px;
	margin: 8px 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
}