@charset "utf-8";

#container {
	background-image: url(../images/about/cntnr_bg5.jpg);
	height: 620px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#upper {
	float: left;
	height: 40px;
	width: 740px;
}
#sidebar {
	height: 460px;
}
#pdf {
	float: left;
	height: 90px;
	width: 110px;
	padding-left: 25px;
	margin-top: 5px;
}
#sidebar #pdf     p {
	font-size: 0.5em;
	line-height: 1.2em;
	color: #CC0000;
	padding: 0px;
	margin: 0px;
}

#link {
	float: left;
	height: 49px;
	width: 100px;
	padding-left: 5px;
}

/* CSS Document */

#left {
	float: left;
	height: 400px;
	width: 250px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
	text-align: justify;
	font-size: 0.7em;
	padding-right: 15px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D7D7D7;
	padding-top: 5px;
}

#left p {
	font-size: .9em;
	line-height: 1.4em;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#left a:link, #left a:visited {
	color: #FF6600;
}

#left a:hover {
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
}


#centre {
	float: right;
	height: 225px;
	width: 500px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 5px;
	text-align: justify;
	font-size: 1.1em;
	color: #0000CC;
}

#centre p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	margin-right: 20px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#photo {
	height: auto;
	width: auto;
	float: left;
	margin-top: 10px;
	margin-right: 15px;
}
#photitle {
	float: left;
	height: 20px;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	color: #0000CC;
}

#right {
	float: right;
	height: 185px;
	width: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: justify;
	font-size: 0.9em;
}
#right p {
	font-size: 0.8em;
	line-height: 1.2em;
	margin-top: 6px;
	margin-right: 40px;
	margin-left: 20px;
	margin-bottom: 0px;
}





h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #0000CC;
}
.bold {
	font-weight: bold;
}

.greenbold {
	font-weight: bold;
	color: #006600;
}

