
/* Style to move up the area below the top banner and search bar */
#aboutcontent { width: 800px;
	height: 100%;
	color: black;
	background-color: white;
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px; }

#footer { width: 780px;
	height: 30px;
	background-color: rgb(185, 185, 185);
	margin-left: auto;
	margin-right: auto;
	color: white;
	position: relative;
	top: 0px;
	vertical-align: middle;
	text-align: left;
	padding-top: 8px;
	padding-left: 20px;
}

/* General Style for tables to close up gaps */
table {border-collapse: collapse; }
td { padding: 0px }

/* Style to position the content area. This is the area within the rounded rectangle */
#aboutcontenttbl { position: relative;
	top: 2px;
	left: 0px;
	width: 795px;
	text-align: left }

/* Style for the border around the content area */
#ctl { vertical-align: bottom;
	text-align: right; }
#ctl img { display: block }
#ct { background-image: url(../images/content-t.jpg);
	background-position: bottom;
	background-repeat: repeat-x; }
#ctr { vertical-align: bottom; }
#ctr img { display: block }
#cl { background-image: url(../images/content-l.jpg);
	background-position: right;
	background-repeat: repeat-y; }
#cr { background-image: url(../images/content-r.jpg);
	background-position: left;
	background-repeat: repeat-y; }
#cbl { text-align: right; }
#cb { background-image: url(../images/content-b.jpg);
	background-position: top;
	background-repeat: repeat-x; }
#cbr { text-align: left; }

/* Style for text in the content area */
#cc { padding-left: 20px;
	padding-right: 20px;
	font-family: 'Times New Roman', Arial;
	font-size: 12pt;
	width: 100%; }

h3 { color: rgb(255,165,0) }

#abouttitlesect {}
#abouttitle {color: rgb(255,255,255);
	position: relative;
	top: -27px;
	left: 10px;
	font-family: Arial;
	font-size: 11pt }
