/* Global Styles */

a:active, a:focus { outline-style: none; }

body{
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
	line-height: 1.4em;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
}
h2 {
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
h3 {
	font-size: 15px;
	color: #AFDAEA;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
h5 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #AFDAEA;
}
h6 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	color: #FFF;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.promo {
	float: left;
	width: 102px;
	padding-right: 15px;
}
a  {
	color: #D7AE2E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.black { color: #000; }
blockquote { }
#wrap{
	background-color: #FFFFFF;
	text-align: left;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding: 20px;
}



#header {
	background-image: url(testing/images/bannerNew.jpg);
	height: 80px;
	background-repeat: no-repeat;
	width: 670px;
}

#content {
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	height: 360px;
	padding-top: 30px;
	padding-left: 30px;
	color: #FFFFFF;
}
#sidebar {
	float: right;
	height: 330px;
	width: 225px;
	padding-right: 20px;
	margin-left: 30px;
}
#mainCol {
	float: left;
	width: 358px;
}
#mainColWide {
	float: left;
	width: 602px;
}
#nav {
	padding: 10px;
	font-size: 14px;
	color: #000;
}
#nav ul {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: inline;
	padding-right: 12px;
	padding-left: 0px;
}
#nav a   {
	text-decoration: none;
	color: #0F87AC;
}
#nav a:hover { color: #07556C; }
#footer {
	background: #333;
	color: #FFF
	margin: 0;
	padding: 5px 10px
	clear: both;	
	width:660px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 10px;
	height: 16px;
}

#footerRight {
	float: right;
	padding-right: 10px;
}
#footer  a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.imgBorder { border: 3px solid #fff; }
.imgBorderNoTop {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
.paddingRight {
	margin-right: 50px;
	line-height: 1.7em;
}
.left {
	float: left;
	width: 176px;
	margin-right: 25px;
}
.doubleSpacing {
	line-height: 2em;
}
.current {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #0381AA;
	border-bottom-color: #0381AA;
}
.sidebarWide {
	float: right;
	width: 225px;
	margin-left: 30px;
}
.sidebarWideMB {
	float: right;
	width: 125px;
	margin-left: 30px;
}

