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

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: arial;
	font-weight: normal;
	font-size: 14px;
	color: #4a5f05;

}

a, a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a.select {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}	


h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: lowercase;
}

.header2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: lowercase;
}

.hd {
	color: #4a5f05;
	font-weight: bold;
	text-decoration: none;
}

a.hd {
	color: #4a5f05;
	font-weight: bold;
	text-decoration: none;
}

a:link.hd {
	color: #4a5f05;
	font-weight: bold;
	text-decoration: none;
}

a:visit.hd {
	color: #4a5f05;
	font-weight: bold;
	text-decoration: none;
}

a:hover.hd {
	color: #4a5f05;
	font-weight: bold;
	text-decoration: none;
}

#header {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	width: 800px;
	color: #4a5f05;
	font-weight: bold;
	font-size: 1.5em;
}

#background {
	margin: 0;
	padding: 0;
	background-image: url(images/bg/port.jpg);
	background-repeat: repeat-y;

}

#content {
	background-image: url(images/about-bg.png);
	background-repeat: repeat;	
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	height: 420px;
}

#content-header {
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
}

#text {
	padding: 15px;	
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 17pt;
	text-align:justify;
	height: 370px;
	overflow: auto;
}

#navbar {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.1em;
	width: 820px;
}

a.nav, a:link.nav {
	padding: 1.1em 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #4a5f05;
}

a:hover.nav {
	padding: 1.1em 1.1em;
	font-weight: bold;
	text-decoration: none;
	background-color: #4a5f05;
	color: #FFFFFF;
}

a.select {
	padding: 1.1em 1.1em;
	font-weight: bold;
	text-decoration: none;
	background-color: #4a5f05;
	color: #FFFFFF;
}	

#trans {
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	width: 820px;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
}

#subnavbar {
	background-color: #4a5f05;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	height: 30px;
	text-transform: lowercase;
}

a.subnav, a:link.subnav {
	font-weight: bold;
	font-size: 0.7em;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0.3em 0.3em;
	text-transform: lowercase;
}

a:hover.subnav {
	font-weight: bold;
	font-size: 0.7em;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #4a5f05;
	padding: 0.3em 0.3em;
	text-transform: lowercase;
}

a.subselect {
	font-weight: bold;
	font-size: 0.7em;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #4a5f05;
	padding: 0.3em 0.3em;
	text-transform: lowercase;
}	