/* General */


.float-left {

.float: left;

}



.float-right {

	float: right;

}



.align-left {

	text-align: left;

}



.align-right {

	text-align: right;

}



.align-centre {

	text-align: center;

}

.clear {

 clear: both;

}



html, body {

	height: 100%;

}



body {

	background-color: #E3E5E7;

	padding: 0;

	margin: 0 auto auto auto;

	text-align:center;

	color:#7D8D9D;

	font-size:12px;

	font-family: Century gothic, Arial, Helvetica, sans-serif;

}



body, td, th {

	font-family: century gothic, arial, sans-serif;

}





/* Images */



a img {

	border: none;

}





/* Headers */



h1 {

margin: 0;

	font-size: 17px;

	font-family: century gothic, arial, sans-serif;

	font-weight: normal;

	color: #000;

}



h1.account,

h2.account {

	font-size: 14px;

	font-family: century gothic, arial, sans-serif;

	font-weight: normal;

	color: #4b6170;

	margin: 0;

}



h2 {

	font-family: century gothic, arial;

	font-size: 14px;

	color: #163e57;

	margin: 0;

}



h4 {

	display: inline;

	font-family: century gothic, arial, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #707070;


}

/* Links */

a {

	color: #003468;

	text-decoration: none;

}



a:hover {

	color: #003E7C;

	text-decoration: underline;

}



h4 a {

	text-decoration: none;

	color: #707070;

}



h4 a:hover {

	text-decoration: none;

}



div.body-left ul li a {

	display: block;

	height: 18px;

	color: #8e8e8e;

	text-decoration: none;

	text-transform: uppercase;

	padding: 3px 0 0 25px;

	font-size: 10px;

	font-family: century gothic, arial, sans-serif;

	margin: 0 20px 0 0;

}



div.body-left ul li a.selected {

	color: #003468;

	background-repeat: no-repeat;

	background-position: right center;

}



div.body-left ul li a:hover {

	color: #003468;

	text-decoration: none;

}





/* Paragraphs */



p {

	font-family: century gothic, arial, sans-serif;

	font-size: 12px;

	margin: 0 0 12px 0;

	color: #353535;

}



ul li p {

	padding: 0 0 0 20px;

}



p.small {

	font-size: 11px;

	margin: 0;

}



p.topmarginonly {

	margin: 10px 0 0 0;

}



p.topmargin {

	margin-top: 10px;

}



p.nomargin {

	margin: 0;

}



p.required {

	display: inline;

	color: #f00;

	padding:0;

	margin:0;

}

span.required{

	color: #f00;

}





/* Spans */



span.error {

	color: #f00;

	font-weight: bold;

}



span.feedback {

	color: #0c0;

	font-weight: bold;

}



span.warning {

	color: #ec0;

	font-weight: bold;

}





/* Layers */



div.break {

	clear: both;

}

div#allcontent{

	margin: 0 auto auto auto;

	text-align:center;

}

div.allcontent {

	height: auto;

}



div.allflash {

	height: 100%;

}



div.block {

	margin: 5px 0 5px 0;

}



div#content {

	width: 979px;

	margin: 0 auto 0 auto;

	background-position: top;

	background-color: #ffffff;

	background-repeat: no-repeat;

	border-bottom: 1px solid #e3e6e6;

}



div#header {

	height: 80px;

}



div#header-logo-background {

	background-repeat: no-repeat;

	background-position: 50px center;

	height: 80px;

}



div#header-menu {

	padding: 0 0 0 270px;

}



div.body-left {

	float: left;
	width: 167px;
	min-height: 400px;
	height: 400px;
	padding-top: 70px;

}



div[class].body-left {

	height: auto;

}



div.body-right {

	float: left;

	width: 810px;

}

/* Lists */

ul {

	list-style-type: none;

	padding: 0;

	margin: 0

}



ul li {


	background-repeat: no-repeat;

	background-position: left center;

	padding: 0;

	font-size: 11px;

	font-family: century gothic, arial, sans-serif;

}



ol li.error {

	color: #f00;

}



ol {

	margin-top: 0;

	margin-bottom: 0;

}



ol li {

	font-size: 11px;

	font-family: century gothic, arial, sans-serif;

	margin: 0;

}



div#header-menu ul {

	margin: 0;

	padding: 33px 0 0 0;

	list-style-type: none;

}



div#header-menu ul li {

	background: none;

	padding: 0 11px 0 11px;

	margin: 0;

	display: inline;

}



div.body-left ul {

	margin: 0;

	padding: 0;

	list-style-type: none;

	width: 165px;

}



div.body-left ul li {

	margin: 0;

	padding: 0;

	background: none;

}



div.body-left ul li ul li {

	padding: 0px 0 0 16px;

}





/* Labels */



label {

	color: #163e57;

	font-size: 11px;

	font-family: century gothic, arial, sans-serif;

}





/* Forms */



form {

	margin: 0;

}

input.text,

textarea {

	border: 1px solid #d3d3d3;

	background-color: #ffffff;

	padding: 2px 1px 2px 1px;

	color: #000;

	font-size: 11px;

	font-family: century gothic, arial, sans-serif;

	width: 98%;

}



select {

	border: 1px solid #d6d6d6;

	background-color: #fff;

	background-repeat: repeat-x;

	color: #000;

	font-size: 12px;

	width: 99%;

}

/*

	Page

*/

#Page{

	width:979px;

	background-color:#FFFFFF;

	margin:0 auto auto auto;

	text-align:left;

	margin-top:20px;

}

/*

	Head

*/

#Header{

	height:80px;

	border-bottom:1px solid #EAEAEA;

	position:relative;

	top:0;

	left:0;

}

#Header .logo{

	position:absolute;

	top:28px;

	left:36px;

}

#Header #PrimaryNavigation{

	position:absolute;

	top:38px;

	left:200px;

	text-transform:uppercase;

	font-size:11px;

}

#Header #PrimaryNavigation ul{

	list-style:none;

	margin:0;

	padding:0;

	background-image:none;

	width:730px;

	float:left;

}

#Header #PrimaryNavigation ul li{

	list-style:none;

	margin:0;

	padding:0;

	background-image:none;

	float:left;

}

#Header #PrimaryNavigation ul li a{

	background-image:none;

	padding:0;

	margin:0;

	color:#7D8D9D;

	float:left;

	padding:0 10px 0 10px;

}

#Header #PrimaryNavigation ul li a:hover{

	text-decoration:none;

	color:#003E7C;

}



#Header #PrimaryNavigation ul.subNavigation{

	position:absolute;

	visibility:hidden;

	left:0;

}

/*

	Content

*/

#Content{

	border-top:1px solid #ffffff;


}

#Footer{

	clear:both;

	position:relative;

	height:30px;

	font-size:11px;

	width:979px;

	margin:0 auto auto auto;

}

#Footer a{

	color:#7D8D9D;

}

#Footer a:hover{

	color:#003E7C;

}

#Footer #CopyrightSection{

	position:absolute;

	padding:10px;

	top:0;

	left:0;

}

#Footer #DesignSection{

	position:absolute;

	padding:10px;

	top:0;

	right:0;

}


body {

  color:#7D8D9D;

}

body, h1, h2, h3, h4, h5, h6, p, ul, li, a, div {

  margin: 0;

  padding: 0;

}

/* Generic info */

.fleft {

  float: left;

}

.fright {

  float: right;

}

.lclear {

  clear: left;

}

.rclear {

  clear: right;

}

.clear {

  clear: both;

}



div.col {

  width: 380px;

  padding: 10px;

}



p{

	padding-bottom:10px;

}

div#Content p {

  color:#7D8D9D;

  line-height: 20px;

  font-size: 12px;

}

div#Content h2 {

  font-weight: normal;

  font-family: century gothic, arial, Times serif;

  padding: 20px 0 20px 105px;

  font-size: 16px;

  color: #013569;

}

div#Content div.menu ul {

  padding: 0 20px 20px 20px;

}

div#Content div.menu ul li {

  list-style: none;

  background: none;

  padding: 5px 0;

}

div#Content div.menu ul li a {

  color:#7D8D9D;

}

div#Content div.menu ul li a.current ,

div#Content div.menu ul li a:hover {

  color: #003E7C;

  text-decoration: none;

}

p.pager {

  margin: -35px 0 0 0;

  padding: 0 30px 0 0;

}

