body{
	margin: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	background-color: #efefef;
}

#SkipBar{
	display: none;
}

#Page{
	width: 970px;
	margin: auto;
	padding: 0;
}

#TopBar, #TopBar-Small{
	height: 530px;
	color: #000;
	background-color: #fff;
	background-image: url("/Templates/images/logo.jpg");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

#TopBar-Small{
	height: 330px;
	background-image: url("/Templates/images/logo-small.jpg");
}

#ContentArea{
	min-height: 100px;
	padding: 0;
	padding-bottom: 15px;
	color: #000;
	background-color: #fff;
}

#MenuBar, #MenuBar-Small{
	position: absolute;
	width: 970px;
	top: 540px;
	text-align: center;
}

#MenuBar-Small{
	top: 335px;
}

#MenuBar ul, #MenuBar-Small ul{
	margin: 0;
	padding: 0;
}

#MenuBar li, #MenuBar-Small li{
	display: inline;
	padding-right: 4px;
	padding-left: 15px;
}

#MenuBar-Content{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 10pt;
	font-weight: bold;
}

#MenuBar-Content a:link, #MenuBar-Content a:visited{
	text-decoration: none;
}

#MenuBar-Content a:hover{
	text-decoration: underline;
}

#Content{
	padding-top: 27px;
	padding-bottom: 0;
	margin-right: 50px;
	margin-left: 50px;
	color: #000;
	background-color: inherit;
	font-size: 0.8em;
	text-align: justify;
}

#Address{
	padding-top: 0;
	padding-bottom: 12px;
	padding-right: 50px;
	padding-left: 50px;
	font-size: 0.8em;
	text-align: center;
	color: #000;
	background-color: #fff;
}

#Footer{
	margin-top: 10px;
	color: #545954;
	background-color: inherit;
	font-size: 10pt;
	text-align: center;
}

#Footer p{
	margin-top: 0;
}

#SkipBar a:link, #SkipBar a:visited, #Footer a:link, #Footer a:visited{
	color: #707870;
	background-color: inherit;
	text-decoration: none;
}

#SkipBar a:hover, #Footer a:hover{
	color: #3b3e3b;
	background-color: inherit;
	text-decoration: underline;
}

a:link, a:visited{
	color: #084eae;
	background-color: inherit;
	text-decoration: underline;
}

a:hover{
	color: #2f73d0;
	background-color: inherit;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, legend{
	color: #000;
	background-color: inherit;
	text-align: left;
}

h1, h2{
	font-size: 1.4em;
}


h2{
	font-size: 1.3em;
}

h3{
	font-size: 1.1em;
}

h4, h5, h6{
	font-size: 1em;
}

.large, .large-red{
	font-size: 1.3em;
	text-align: center;
}

.large-red{
	color: #F00;
	background-color: inherit;
}

.smallprint{
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.List li{
	padding: 0.3em;
}

img{
	border-color: #7B95A6;
}

li li{
	margin-left: -25px;
}

.Center{
	text-align: center;
}

.Right{
	text-align: right;
}

.No-Justify{
	text-align: left;
}

.ListBar, .ListBar-Left{
	float: left;
	width: 47%;
	margin-top: -13px;
}

.ListBar-Left{
	margin-right: 50px;
}

.Align-Image-Right{
	float: right;
	width: inherit;
	margin-bottom: 5px;
	margin-left: 15px;
}

.Align-Image-Left{
	float: left;
	width: inherit;
	margin-bottom: 5px;
	margin-right: 15px;
}

.Align-Image-Right-New-Line{
	float: right;
	width: inherit;
	margin-bottom: 5px;
	margin-left: 15px;
	clear: both;
}

.Align-Image-Left-New-Line{
	float: left;
	width: inherit;
	margin-bottom: 5px;
	margin-right: 15px;
	clear: both;
}

.Image-Right-Margin{
	margin-right: 10px;
}

.Image-Top-Margin{
	margin-top: 10px;
}

.Image-Bottom-Margin{
	margin-bottom: 10px;
}

.Image-Top-Right-Margin{
	margin-top: 10px;
	margin-right: 10px;
}

.New-Line{
	clear: both;
}

form, label, input{
	font-size: 10pt;
} 

fieldset{
	width: 92%;
	margin: auto;
	padding-top: 0.5em;
	padding-bottom: 0;
	padding-left: 1em;
	padding-right: 1em;
	
} 

legend{
	font-weight: bold;
	color: #fff;
	background-color: inherit;
}

.label{
	position:relative;
	width: 79%;
	display: block;
	margin-top: 1em;
}

.label input{
	position: absolute;
	left: 45%;
	top: 0;
	width: 79%;
} 

.label select{
	position: absolute;
	left: 45%;
	top: 0;
} 

.label textarea{
	position: absolute;
	left: 45%;
	top: 0;
	width: 79%;
	height: 111px;
}

.textarea{
	height: 107px;
	padding-bottom: 4px;
}

.Table{
	margin: auto;
	border: 0;
	border-collapse: collapse;
}

.Table caption{
	padding: 0.4em;
	border: 0;
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
}

.Table th, .Table td{
	padding: 0.3em;
	border: 0;
	text-align: left;
	vertical-align: top;
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #efefef;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #efefef;
 border-bottom: none;
 color: inherit;
 background: #2f73d0;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #fff; background: #084eae; }
ul.tabbernav li a:visited { color: #fff; background: #084eae; }

ul.tabbernav li a:hover
{
 color: #fff;
 background: #2f73d0;
 border-color: #efefef;
}

ul.tabbernav li.tabberactive a
{
 color: #084eae;
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #2f73d0;
 background: #fff;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #efefef;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2.tabberheading {
 display:none;
}
.tabberlive .tabbertab h3.tabberheading {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}