/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #E3EAF0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(images/3ColumnMainTemplate/imgBackground.jpg);
	background-repeat: repeat-x;
}
h1 {
	color: #277CA1;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
h2 {
	color: #D81317;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 10px;
}
h3{
	padding: 10px 3px 3px 3px;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
}
h5 {
	background-color: #85BACC;
	width: 154px;
	padding: 3px 3px 3px 3px;
	color: #FFFFFF;
	text-align: center;
	border-left: solid #ccc thin;
	border-right: solid #ccc thin;
	border-top: solid #ccc thin;
}
a,  a:link {
	color: #2b6e90;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #2b6e90;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #D81317;
	text-decoration: underline;
}
a:focus {
	color: #41A0C0;
}
a:active {
	color: #41A0C0;
}
#outerWrapper {
	background-color: #E3EAF0;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 980px;
}
#outerWrapper #header {
	background-color: #FFFFFF;
	line-height: 0px;
	background-image: url(images/3ColumnMainTemplate/headerImages/topBanner.jpg);
	height: 120px;
}
#outerWrapper #topNavigation {
	height: 31px;
	background-image: url(images/3ColumnMainTemplate/headerImages/imgMenuBackground.jpg);
	background-repeat: no-repeat;
	line-height: 17px;
	font-weight: normal;
}
#outerWrapper #belowTopNavigation {
	background-color: #ebebeb;
	height: 30px;
	background-image: url(images/3ColumnMainTemplate/imgBelowMenu3Column.jpg);
	background-repeat: no-repeat;
	line-height: 0px;
}

#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #E3EBF0;
	float: left;
	padding: 20px 0px 10px 15px;
	width: 170px;
	background-image: url(images/3ColumnMainTemplate/imgLeftColumnBackground.jpg);
	background-repeat: repeat-y;
	min-height: 700px;
	height: inherit;
}
#outerWrapper #contentWrapper #leftColumn1 #adSpace1{
	background-image: url(images/ads/imgUK2NovaClientCard.png);
	height: 140px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
	margin-top: 10px;
	width: 160px;
	background-repeat: no-repeat;

}

#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #E3EBF0;
	float: right;
	padding: 20px 0px 10px 15px;
	width: 170px;
	background-image: url(images/3ColumnMainTemplate/imgLeftColumnBackground.jpg);
	min-height: 700px;
	background-repeat: repeat-y;
}
#outerWrapper #contentWrapper #rightColumn1 #applicationFormBox{
	background-color: #A0CEDE;
	width: 150px;
	height: 120px;
	background-image: url(images/3ColumnMainTemplate/imgOnlineApplicationForm.png);
	text-align: left;
	color: #0F384C;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	line-height: 20px;
	margin-bottom: 10px;
	
}
#outerWrapper #contentWrapper #content {
	margin: 0 193px 0 190px;
	padding: 20px 40px 10px 40px;
	background-image: url(images/3ColumnMainTemplate/imgContentBackground.jpg);
	background-repeat: repeat-y;
	line-height: 20px;
	text-align: justify;
}
#outerWrapper #contentWrapper #content ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style-position:outside;
	font-weight: normal;
	line-height: 18pt;
	list-style-image: url(images/3ColumnMainTemplate/imgListButton2.png);
}
#outerWrapper #contentWrapper #content #topBox{
	padding: 10px 10px 20px 10px;
	line-height: 22px;
	text-align: justify;
	background-color: #D1EAF4;
	background-image: url(images/3ColumnMainTemplate/imgTextbox.jpg);
	height: 250px;
	color: #FFFFFF;
	font-size: 15px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
	padding: 30px 10px 10px 10px;
	font-size: 10px;
	color: #336699;
	text-align: center;
}

.application a	{font-size:12pt;font-weight:bold}
.TabbedPanels	{height:180px}

#adSpace1{
	background-image: url(images/ads/imgUK2NovaClientCard.png);
	height: 140px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
	margin-top: 10px;
	width: 160px;
	background-repeat: no-repeat;
	clear:both;
}

#facebook	{
	padding-left:7px;
	padding-bottom:8px;
}

#divregisternow	{margin-bottom:10px}

