
body {
	font-size: 12pt;
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	background: white;
	float: none !important;
}

h1, h2, h3 {
	font-size:88%;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}


p, ul, ol {
	margin-top: 0;
	font-family:Arial, Helvetica, sans-serif;
}

ul, ol {
}

a {
	text-decoration: underline;
	color: #003399;
}

a:hover {
	text-decoration: none;
}

table {
	border-style: solid;
	border-width:1px;
	border-color: #dddddd;
	margin-bottom:20px;
	}
	
td {
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width:1px;
	border-color: #eeeeee;
	}

/* Header */

#header {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0 0 20px 0;
	float: none !important;
}

/* Logo */

#logo {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
}

#logo h1 {
	text-transform: uppercase;

}

#logo p {
	font-size: 88%;
	margin: 0;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;	
	font-weight: bold;
} 

#logo a {
	background: none;
	text-decoration: none;
}



/* Menu */

#menu {
	display: none;
}


/* Page */

#page {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
}

/* Content */

#content {
	float: none !important;
}

.logo {
	display: none;
}

.wrap {
	float:left;
	border: 1px solid #dddddd;
	padding:2px;
	margin: 0 18px 6px 0;
}

.floatleft {
	float:left;
	border: 1px solid #dddddd;
	padding:2px;
	margin: 0 18px 6px 0;
	clear:both;
}

.floatright {
	float:right;
	border: 1px solid #dddddd;
	padding:2px;
	margin: 0 0 6px 18px;
	clear:both;
}

.special {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;;
}

/* Sidebar */

#sidebar {
	display: none;
}


/* Footer */

#footer {
	display: none;
}
