html{
	background: url('../images/page-background.jpg') center top no-repeat
	}

body{
	font-family: "Trebuchet Ms", "Georgia", "Arial", "Sans-Serif";
	font-size: 10pt;
	color: #333333;
	margin-bottom: 30px;
	cursor: default;
	text-align: justify;
	background: url('../images/page-bacfdsfkground.png') center top repeat-y;
	margin: 0px;
	}

#header, #main{
	margin: 0px auto;
	width: 784px;
	}

#header{
	height: 200px;
	text-align: center;
	padding-top: 30px;
	background: url('../images/logo.jpg') center center no-repeat;
	text-indent: -1000em;
	}

#header h1{
	font-size: 3em;
	margin-bottom: 0px;
	}
	
#main{
	margin-bottom: 0px;
	line-height: 1.5em;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	}

#links{
	border-top: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
	margin-bottom: 0px;
	padding: 0px 10px;
	background: url('../images/button-inactive.png') center center repeat-x;
	}

#links li{
	float: left;
	list-style: none;
	margin-bottom: 0px;
	padding: 0px 0px 0px 1px;
	background: url('../images/button-edge.png') left center no-repeat;
	}

#links li.last a, #links li.account a{
	background: url('../images/button-edge.png') right center no-repeat;
	}

#links li.current{
	
	}

#links li.account{
	float: right;
	}

#links li a{
	padding: 6px 13px 8px 13px;
	text-decoration: none;
	display: block;
	}

#links li.current a, #links li a:hover{
	background: url('../images/button-active.png') center center repeat-x;
	color: white;
	text-decoration: none;
	}

#breadcrumb{
	border-bottom: 1px solid #c7c7c7;
	height: 25px;
	margin: 0px;
	padding-left: 3px;
	background: white;
	}

#breadcrumb li{
	float: left;
	list-style-type: none;
	padding-right: 16px;
	padding-left: 8px;
	padding-top: 3px;
	margin: 0px;
	background: transparent url('../images/breadcrumb-spacer.png') center right no-repeat;
	}

#breadcrumb li a{
	text-decoration: none;
	}

#breadcrumb li.home a, #breadcrumb li.home span{
	padding-left: 22px;
	background: url('../images/icons/house.png') left center no-repeat;
	}

#breadcrumb li.current{
	font-weight: bold;
	padding-right: 0px;
	background: none;
	}

#content{
	padding: 0px 32px;
	min-height: 400px;
	}


h2 .float{
	float: right;
	font-size: 0.7em;
	font-weight: normal;
	}

#footer{
	width: 786px;
	font-size: 0.9em;
	margin: 0px auto 5px auto;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 20px;
	background: white;
	line-height: 1.5em;
	}

#footer a{
	background: none;
	padding: 0px;
	}

#footerlinks{
	padding-bottom: 6px;
	padding-top: 6px;
	margin: 0px 8px;
	border-top: 1px solid #C7C7C7;
	}

.footerlink{
	padding: 0px 2px 0px 2px;
	}



a, span.link{
	color: #333333;
	text-decoration: underline;
	cursor: pointer;
	}

a:hover, span.link:hover{
	color: #DC0000;
	text-decoration: none;
	}

a.external-link{
	padding-right: 13px;
	background: url('../images/external-link.png') center right no-repeat;
	}

a img{
	border: none;
	}

a.top-link{
	text-decoration: none;
	}

h1, h2, h3, h4, h5, h6{
	margin-top: 10px;
	font-family: tahoma;
	padding-bottom: 0px;
	margin-bottom: 0px;	
	}

h1 *.subheading, h2 *.subheading, h3 *.subheading, h4 *.subheading, h5 *.subheading, h6 *.subheading{
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	}

h2{
	font-size: 1.2em;
	margin-bottom: 9px;
	margin-top: 0px;
	padding-top: 10px;
	}

#side-panel h2{
	padding-top: 0px;
	margin-top: 10px;
	}

h3{
	font-size: 1.05em;
	}

h4{
	font-size: 1em;
	margin-bottom: 0px;
	}

h5{
	font-size: 0.9em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

p{
	margin: 0px 0px 9px 0px;
	}

.no-results{
	font-style: italic;
	}

ol, ul{
	margin-top: 6px;
	margin-bottom: 15px;
	padding-left: 30px;
	}

ol li, ul li{
	margin-bottom: 4px;
	}

.column{
	float: left;
	width: 45%;
	}

.with-icon{
	padding-left: 20px;
	background: transparent url('') left center no-repeat;
	}

h1.with-icon, h2.with-icon, h3.with-icon, h4.with-icon, h5.with-icon{
	padding-left: 24px;
	}

input.text, select, textarea{
	color: #333333;
	font-family: tahoma;
	font-size: 0.9em;
	width: 300px;
	padding: 2px;
	border: 1px solid #999999;
	background: white url('../images/input-background.png') top center repeat-x;
	outline: 0pt;
	}

input.file{
	border: none !important;
	}

input.button{
	margin-top: 6px;
	padding: 3px 9px;
	font-family: tahoma;
	font-size: 0.9em;
	cursor: pointer;
	border: 1px solid #999999;
	background: url('../images/button-inactive.png') center center repeat-x;
	-webkit-border-radius: 3px;
	}

input.button:hover{
	background-image: url('../images/button-hover.png');
	border-color: #3c7fb1;
	}

input.submit-button{
	font-weight: bold;
	}

input.checkbox{
	position: relative;
	top: 2px;
	margin-left: 1px;
	margin-right: 8px;
	}

select{
	width: 306px;
	padding: 1px 1px 1px 2px;
	}

textarea{
	width: 300px;
	height: 100px;
	}

label{
	cursor: pointer;
	-moz-user-select: none;
	}

label.heading{
	display: block;
	margin: 8px 0px 3px 0px;
	}

label.icon{
	padding-left: 20px;
	background: no-repeat left center;
	}

.note{
	font-size: 0.8em;
	display: block;
	}

.hide-from-ie6{
	display: none;
	}

html[xmlns] span.hide-from-ie6{
	display: inline;
	}

html[xmlns] div.hide-from-ie6{
	display: block;
	}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}

.clearfix {
	display: inline-block;
	}

html[xmlns] .clearfix {
	display: block;
	}

* html .clearfix {
	height: 1%;
	}