@charset "UTF-8";
/* CSS Document */
/*########## TEXT FORMATING ############*/
h1 {
	font-size:26px;
	font-weight: normal;
}
h2 {
	font-size:16px;
	font-weight: bold;
}
h3 {
	font-size:14px;
	font-weight: bold;
}
h4 {
	font-size:13px;
	font-weight: normal;
	text-decoration: underline;
}
h5 {
	font-size:13px;
	font-weight: normal;
}
h6 {
	font-size:12px;
	font-weight: normal;
	font-style: italic;
}
blockquote {
	margin: 0;
	padding: 0;
}
blockquote p {
	color: #000000;
	font-size: 16px;
	margin: 0 0 15px 0;
	padding: 0;
}
p {
	color: #000000;
	font-size: 12px;
}
a {
	color: #00444e;
}
a:hover {
	color: #5b2a6d;
}
/*###########	 TABLES	 ############*/
table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0 10px 0;
	border: #eeeeee 1px solid;
} 
table th {
	padding: 5px;
	background: #eeeeee;
}
table td {
	padding: 5px;
	border: #eeeeee 1px solid;
}
* {
	font-family: Georgia, "Times New Roman", Times, serif, arial, sans-serif;
	font-size: 12px;
}
/*########### MAIN ############*/
body {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fff;
}
div#outer-wrap {
	background: #fff;
}
	
div#wrap {
	width: 100%;
}
div#head {
	width: 100%;
}
h1#logo {
	display: none;
}
h1#logo-print {
	display: block;
}
div#search {
	display: none;
}
div#breadcrumbs {
	display: none;
}
/*###### CONTENT   ########*/
div#content {
	width: 100%;
}
div.hidden {
	display: none;
	visibility: hidden;
	margin: 0;
	padding: 0;
	font-size: 0px;
}
/*####### LEFT ##########*/
div#left {
	display: none;
}
/*####### CENTER ###########*/
div#center {
	width: 100%;	
}
/*############  RIGHT  #############*/
div#right {
	display: none;
}
/*####### CONTENT IMAGES #########*/
div#center .left-img {
	float: left;
	padding: 0 15px 15px 0;
}
div#center .right-img {
	float: right;
	padding: 0 0 15px 15px ;
}
	
/*#### footer #####*/
div#footer {
	display: none;
}
