body{
	background: none !important;
}

/* -- GLOBAL -- */
		
* {
	margin: 0;
	padding: 0;
}

h1{
	font-size: 1.2em;
}
			
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5;
}
						
/* -- LAYOUT -- */

#container {
			
}
			
#header, #toolbar, #utility-nav, #footer {
	display: none;
}
			
#masthead {
			
}
			
#content {
			
}
			
#footer {
			
}
		
/* -- MAIN NAVIGATION -- */
			
#nav-main { 
	
}
			
/* -- SUB NAVIGATION -- */
			
#nav-sub { 
	
}
			
/* -- IMAGES -- */
		
img{
			
}
			
img a{
			
}
			
img a:hover{
			
}
			
/* -- LISTS -- */

ul {
			
}
			
ul li {
			
}
			
ol {
			
}
			
ol li {
			
}
			
li {
			
}
		
/* -- TABLES -- */
		
table {
			
}
			
caption {
			
}
			
thead {
			
}
			
tbody {
			
}
			
tfoot {
			
}
			
tr {
			
}

th {
			
}
			
td {
			
}
			
/* -- SPECIAL -- */

.top {
			
}
			
span.replace, #skip-nav { /* Image Replacement */
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;			
}
						
.clear-fix:after { /* Mozilla and Safari */			
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;			
}

/* -- TEXT -- */
		
h1 {
			
}
			
h2 {
			
}
			
h3 {
			
}
			
h4 {
			
}
			
p {
			
}
			
/* -- LINKS -- */
		
a {
	color: #2A4A83;
	text-decoration: underline;
}
			
a:hover {
			
	color: #FF9900;
	text-decoration: underline;
}
			
/* -- PAGES -- */

#home {
			
}
			
#contact {
			
}

a[href]:after{
    content: " [" attr(href) "] ";
}
														
												
.hide-from-print{
	display: none;
}
.show-for-print{
	display: block;
}


.page-break{
	opacity: 0;
}