* {				
	margin:0px;
	padding:0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/bgFade.png);
	
}

#container{
	margin: 0 auto;	
	width: 990px;
	position:relative;
	
}

#header{
	height:110px;
	margin:0px 11px 0px 9px;

}

#leftBar{
	float:left;
	width:350px;
	text-align:left;
	padding:15px 8px 15px 8px;		
	height:100%;
	
	/*border:1px #333 solid;*/
	margin-left:13px;
}

#mainBodyLong{
	
	padding-left:5px;
	padding-top:15px;
	width:598px;	
	text-align:left;	
	/*border-left: 1px solid #666;*/
	height:100%;
	float:left;
	clear:right;
}

#fullBody{
	padding:15px;
	width:940px;
	height:100%;
	text-align:center;
	float:left;
	clear:right;
}

#fullBodyL{
	padding:15px;
	width:940px;
	height:100%;
	text-align:left;
	margin: auto 0px;
	clear:right;
}

#links{
	margin:-2px 0px 0px -1px;
}

#top {
	width: 990px;
	height: 11px;
	margin: auto;	
	background-image:url(images/bgTop.png);
	background-repeat:no-repeat;
	position:relative;
}
#middle {
	width: 990px;
	margin: auto;	
	background-image:url(images/bgMid.png);
	background-repeat:repeat-y;
	position:relative;
	height: 100%;
}

#bottom {
	width: 990px;
	height: 11px;
	margin: auto;	
	background-image:url(images/bgBottom.png);
	background-repeat:no-repeat;
	position:relative;
	clear:both;
}

#footer{
	margin:auto;
	width: 990px;
	font-size:11px;	
	clear:both;
}


img{
	border:0;
}

a {
	color: #006;
	text-decoration: none;
	font-weight:bold;
}

a:visited{
	color: #006;
	text-decoration: none;
}
	
a:hover{
	color: #006;
	text-decoration: underline;
}

a.RedLink {
	color: #900;
	text-decoration: underline;
	font-weight:bold;
	font-size:18px;
}

a.RedLink:visited{
	color: #900;
	text-decoration: underline;
	font-weight:bold;
	font-size:18px;
}
	
a.RedLink:hover{
	color: #900;
	text-decoration: underline;
	font-weight:bold;
	font-size:20px;
}


.p {
	padding:0px 0px 0px 0px;
}

.formatP {
	margin:0px 25px 0px 25px;
}

.imgWrap{
	padding: 7px 7px 7px 7px;
	float:left;
	
}

.imgWrapRt{
	padding: 0px 15px 2px 10px;
	margin-bottom:25px;
	float:right;
}



.indent{
	margin-left:215px;
}


/* MENU */
ul#menuLinks { width: 972px; height: 43px; background: #FFF url("images/menu-bg.gif") top left repeat-x; font-size: 0.8em; font-weight: bold; list-style-type: none; margin: 0px 0px 0px 9px; padding: 0; }
ul#menuLinks li { display: block; float: left; margin: 0 0 0 5px; }
ul#menuLinks li a { height: 43px; color: #333; text-decoration: none; display: block; float: left; line-height: 200%; padding: 5px 15px 0; }
ul#menuLinks li a:hover { color: #333; text-decoration:underline;}
ul#menuLinks li a.current{ color: #FFF; text-decoration:none; background: #FFF url("images/current-bg.gif") top left repeat-x; padding: 5px 15px 0; }
/* */

#menuTop{
	margin:auto;
	width:790px;
}

.green{
	color:#99cc00;
}

ul {
	list-style-type: disc;
	margin-left:70px;
	
}



.clearBoth{
		clear:both;
		height:0;
		font-size: 1px;
		line-height: 0px;
}
.LrgText{
	font-size:20px;
}

.LrgTextBold{
	font-size:20px;
	font-weight:bold;
}

.LrgText24{
	font-size:24px;
	font-weight:bold;
}

.smallText{
	font-size:13px;	
}

.tinyText{
	font-size:9px;	
}

.Sm14H{
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	padding-bottom:2px;
}

.addLineHeight{
	line-height:22px;	
}

.third{
	width:215px;
	float:left;
	margin:5px 7px 15px 7px;
	border:1px solid #999;
	height:200px;
	text-align:center;
}

#spacer{
	width:25px;
	float:left;
}

.itemBox{
	background-image:url(images/shadowbox.jpg);
	background-repeat:no-repeat;
	width:344px;
	height:396px;	
}
.itemBoxInner {
	padding:48px 50px 48px 55px;
}

.itemBoxInner table{
	font-size:14px;
}
.itemBoxInner td{
	padding-bottom:7px;	
}


.boxHeading{
	font-size:17px;
	font-weight:bold;
	vertical-align:super;
}

#feature{
	text-align:center;
	padding-left:45px;
	padding-top:10px;
	/*background-image:url(images/MPSP%20061.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	height:334px;*/
}
#featureText{
	position:relative;
	text-align:left;
	padding:10px;
	width:200px;
	height:75px;
	background-image:url(images/transparentPixel.png);
	left:80px;
	top:35px;
}
#section{
	margin: 0px auto;
	width:850px;
	text-align:center;
	font-size:18px;
}

#sectionSmTxt{
	margin: 0px auto;
	width:850px;
	text-align:center;
	font-size:13px;
	color:#666;
}

#tableBottom td{
	padding:6px;	
}

.locationBox{
	padding: 20px;
	border:1px #CCC solid;
}
