body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	width: 944px;
	background-image: url(assets/background.jpg);
	background-repeat: no-repeat;
}
#container {
	position: relative;
}

#logo {
	margin-top: 0px;
	margin-left: 80px;
	width: 181px;
	margin-right: 0px;
}


#navi_top {
	color: #FFFFFF;
	font-size:12px;
	text-align: right;
	font-weight: bold;
	width: 394px;
	position: absolute;
	top: 26px;
	right: 136px;
	height: 27px;
}
#search {
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	width: 182px;
	position: absolute;
	top: 31px;
	right: 157px;
	height: 18px;
}
#search input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: x-small;
}
#glonalnav {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	width: 530px;
	position: absolute;
	top: 88px;
	right: 108px;
}
#glonalnav ul {
	margin: 0px;
	padding: 0px;
}
#glonalnav li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #FFFFFF;
}
#title {
	margin-top: 10px;
	margin-left: 95px;
	margin-right: 509px;
	margin-bottom: 0px;
}
#content {
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 15px;
}

#content ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#glonalnav a:link, #glonalnav a:visited, #navi_top a:link, #navi_top a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#glonalnav a:hover, #navi_top a:hover {
	text-decoration: underline;
}

a:link, a:visited {
	color: #33798B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#content p {
	margin-bottom: 5px;
	margin-top: 10px;
}

h1 {
	margin: 0px;
	color: #238CC5;
}
h2 {
	font-size: medium;
	color: #E45802;
	margin-top: 0px;
	margin-bottom: 10px;
	border-left-width: medium;
	border-left-style: double;
	border-left-color: #3E8090;
	padding-left: 5px;
}

h3 {
	font-size: small;
	color: #E45802;
	margin: 0px;
}
h4 {
	font-size: x-small;
	color:#000000;
	margin: 0px;
	
}
#internal_nav {
	float: right;
	width: 150px;
	margin-bottom: 20px;
	padding-left:10px;
	margin-left: 20px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #427988;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #427988;
	margin-top: -65px;
	font-size: 13.5px;
}
#internal_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#internal_nav li {
	margin-bottom: 5px;
}

#footer {
	margin-right: 120px;
	margin-left: 120px;
	margin-top: 30px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #427988;
	font-size: x-small;
	text-align: center;
	padding-bottom: 10px;
}
.staffbio {
	margin-left: 110px;
	margin-top: 0px;
	padding-top: 5px;
}
.style_download {
	font-size: x-small;
}

