/*Table for background formatting*/
.backtbl {
	border: thin solid #000000;
	background-color: #CCCCCC;
	height: auto;
	width: 625px;
	margin: 0px;
	padding: 0px;
}

/*Main Menu cell - size*/
.topmenu {
	height: 20px;
	width: 625px;
	background-color: #000000;
}

/*Middle Section Formatting - Formats cell for main body*/
.secmiddle {
	width: 485px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 400px;
	border: 0;
	vertical-align: middle;
}
.secmiddle2 {
	width: 430px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 400px;
}
.secmiddleDir {
	width: 485px;
	margin: 0px;
	padding: 0px;
	float: left;

	border: 0;
		background-Color: #cccccc;
	vertical-align: middle;
}
.secmiddlePub {
	width: 485px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 375px;
	border: 0;
		background-Color: #cccccc;
	vertical-align: middle;
}

.mapbg {
	background-Color: #cccccc;
}

/*Body Section*/
.secright {
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	width: 105px;
	text-align: right;
	vertical-align: top;
}
.secaddress {
	float: left;
	text-align: left;
	font-size: 14px;
	width: 150px;
}

.directionmenu {
	vertical-align: middle;
	float: left;
	height: 100%;
}
.secbody {
	vertical-align: top;
	text-align: left;
}

.menubg {
	BACKGROUND-COLOR: #333366;
	float: left;
	padding: 0px;
	spacing: 0px;
	border: 0px;
	}

.title {
	BACKGROUND-POSITION: left 50%; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 25pt; 
	BACKGROUND-IMAGE: none; 
	TEXT-TRANSFORM: none; 
	COLOR: #333366; 
	BORDER-TOP-STYLE: none; 
	BACKGROUND-REPEAT: repeat; 
	FONT-STYLE: normal; 
	FONT-FAMILY: georgia; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	LETTER-SPACING: 1px; 
	TEXT-ALIGN: left; 
	BORDER-BOTTOM-STYLE: none
}
.tagline {
	BACKGROUND-POSITION: left 50%; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12pt; 
	BACKGROUND-IMAGE: none; 
	TEXT-TRANSFORM: capitalize; 
	COLOR: #333366; 
	BORDER-TOP-STYLE: none; 
	BACKGROUND-REPEAT: repeat; 
	FONT-STYLE: italic; 
	FONT-FAMILY: georgia; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	LETTER-SPACING: 1px; 
	TEXT-ALIGN: right; 
	BORDER-BOTTOM-STYLE: none;
	float: right;
	width: 100%;
	height: 35px;
}


/*Bottom Menu Cell Formatting*/
.secbtmmenu {
	text-align: center;
	vertical-align: middle;
	
}

/*Copyright Section formatting*/
.seccopyright {
	text-align: center;
	vertical-align: middle;
	font-size: 9px;
	float: left;
	width: 690px;
}

/*Logo Parameters*/
.toplogo {
	height: 55px;
	width: 55px;
}

/*Banner Section*/
.topbanner {
	width: 625px;
}

.links {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; LINE-HEIGHT: 90%; FONT-STYLE: italic; FONT-FAMILY: arial; TEXT-DECORATION: none; vertical-align: middle;
}
.tdlinks {
	PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; VERTICAL-ALIGN: middle; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; TEXT-ALIGN: left; BORDER-BOTTOM-STYLE: none; height: 20px; WIDTH: 120px;
}
.inline:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: none;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

.inline:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: none;
	text-decoration: underline;
	text-align: center;
	vertical-align: middle;
}

.inline:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: none;
	text-align: center;
	vertical-align: middle;
}

/*Section menu at the bottom of the site*/
.bottommenu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-variant: none;
	color: #0066FF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

.bottommenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-variant: none;
	color: #3366FF;
	text-decoration: underline;
	text-align: center;
	vertical-align: middle;
}

.bottommenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-variant: none;
	color: #0099FF;
	text-align: center;
	vertical-align: middle;
}