/* TAG Selectors */

body {
	margin:0px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#173A5A;
	line-height:1.25em;
	background-image:url(/images/bkg/bkg_main_x.gif);
	background-repeat:repeat-x;
}

/* ID Selectors */

#wrapper1 {
	background-image:url(/images/bkg/bkg_banner.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#wrapper2 {
	background-image:url(/images/bkg/bkg_top_bar.gif);
	background-position:center top;
	background-repeat:repeat-x;
}

#contentWrapper {
	margin-left:auto; margin-right:auto;
	width:774px;
}

#menu {
	height:79px;
}

#logo {
	height:52px;
}

#leftCol {
	float:left;
	width:280px;
	padding:40px 0px 20px 20px;
	font-size:0.7em;
}

#leftCol2 {
	float:left;
	width:375px;
	padding:40px 0px 20px 20px;
	font-size:0.7em;
}

#rightCol {
	float:right;
	width:458px;
}

#rightCol2 {
	float:right;
	width:375px;
}

#footer {
	clear:both;
	height:66px;
	background-image:url(/images/bkg/bkg_footer.gif);
	background-repeat:repeat-x;
}

#picMain {
	position:relative;
	visibility:visible;
	width:458px;
	height:355px;
	left:0;
	top:0;
	z-index: 1;
}


/* ID Selectors */

.setLogo {
	margin-top:24px;
	float:right;
}

.picThumbs {
	text-align:center;
	margin-bottom:20px;
}

.title {
	margin-bottom:10px;
}

.footerContent {
	width:754px;
	padding:28px 0px 0px 20px;
	margin-left:auto; margin-right:auto;
}

.footerContent ul {
	margin:0px; padding:0px;
	float:left;
	list-style:none;
}

.footerContent ul li {
	display:inline;
	margin:0px 25px 0px 0px;
	font-size:0.7em
}

.footerContent ul li a {
	color:#666666;
	text-decoration:none;
}

.footerContent ul li a:hover {
	color:#333333;
	text-decoration:underline;
}

.footerCopy {
	float:right;
	color:#666666;
	font-size:0.7em;
}

.alignRight {
	text-align:right;
}

.setMargin5 {
	margin:5px;
}

.setTxtField {
	width:250px;
	border:#7F9DB9 solid 1px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:0.95em;
	color:#173A5A;
	margin-bottom:3px;
}

.setTxtField:focus {
	border:#5A6A7F solid 1px;
}

.setTxtFieldArea {
	width:250px;
	border:#7F9DB9 solid 1px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:0.95em;
	color:#173A5A;
}

.setTxtFieldArea:focus {
	border:#5A6A7F solid 1px;
}

.setDropDown {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#173A5A;
	font-size:0.95em;
}