@charset "UTF-8";
/* CSS Document */

body { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:1.35;
	color:#001533;
	background: #666666;
	text-align: left;
}

iframe {
	position: absolute;
	top: -500px;
	left: -500px;
}

h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:24px;
	color:#001533;
	text-transform:uppercase;
	padding:0;
	margin:0;
	white-space: nowrap;

}

h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	text-transform:uppercase;
	padding:0;
	margin:0;
	padding-top:25px;
	white-space: nowrap;
}

h3 {
	word-wrap: normal;
	word-break: keep-all;
	font-family: "Helvetica Condensed", Helvetica, Arial, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	color:white;
	padding:0;
	margin:0;
}

h4 {
	word-wrap: normal;
	word-break: keep-all;
	font-family: "Helvetica Condensed", Helvetica, Arial, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color:white;
	padding:0;
	margin:0;
}

p { 
	border-style: none; 
	text-align: left; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin:0;
	padding:0 0 0.20em 0
}

ul, ol {
	padding: 0;
	margin: 0;
	list-style-position: outside;
	list-style-type: none;
	display: block;
}


li {
}


a {
	text-transform: none;
	border-width: 0px;
	border-style: none;
	text-decoration:none;
	color:black;
}


a img {
	border-style: none;
}


a:hover {
	color:#eee;
}

a.visited {
	color:#001533;
}

.white {
	color:#eee;
}

.black {
	color:#001533;
}

.small {
	font-size: 12px;
}

.large {
	font-size: 18px;
}

#frame {
	padding: 0 30px 30px 30px;
	margin: 3em auto;
	background-color:#206599;
	border-color: #fff;
	border-width: 1em;
	border-style: solid;
}

#slide_menu {
	width: 200px;
	padding-right:10px;
	border-right-width: 1px;
	border-right-color: #eee;
	border-right-style: solid;
}

.drawer-content {
	text-align: left;
	padding-left: 0.5em;
	/*height: 200px; uncomment to lock heigth*/ 
}

.menu_item {
	color:#001533;
	font-size: 16px;
	line-height:1.0;
	padding-bottom:0.5em;
}

.menu_title {
	color:#001533;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}

.contact {
	color:#001533;
	font-size: 12px;
	line-height:1.0;
	padding-bottom: 0.5em;
}

.title {
	color:#001533;
	font-size: 12px;
	line-height:1.0;
	padding-bottom: 0.5em;
}

#content {
	padding-top: 1em;
	padding-left: 1em;
}

#footer {
	text-align:center;
	font-size:12px;
	color:#001533;
	margin: -3em 0 25em 0;
}


.person {
	background-position: 10px 0px;
	background-repeat: no-repeat;
	padding-top:55px;
	height: 200px;
}

.about {
	padding-top:0px;
}

