/* Framework */

#bannersection {
	width: 762;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	}

#mainsection {
	width: 762;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	}

#menuarea {
	background-color: #235989;
	vertical-align: top;
	width: 120px;
	}

#contentarea {
    vertical-align: top;
	padding: 5px;
	}

#contentholder {
	width: 600px;
	font-family: verdana, arial;
	font-size: 12px;
	margin-left: 15px;
	}	

#contentHolder td {
	padding: 10px;
	}
	
#footerarea {
	width: 760;
	text-align: center;
	font-family: verdana, arial;
	font-size: 10px;
	}

#nospaceHolder {
	font-family: verdana, arial;
	font-size: 12px;
	}
	
#nospaceHolder td {
	padding: 0px;
	}
	
/* Styles */
a.indexLink {text-decoration : underline; color : #F5F1BB; background : none;}
a.indexLink:visited {color : #F5F1BB; background : none;}
a.indexLink:hover {color : #E0DA82; background : none;}

a.toltechLink {text-decoration : none; color : #b0b0b0; background : none;}
a.toltechLink:visited {color : #b0b0b0; background : none;}
a.toltechLink:hover {color : #235989; background : none;}

.headingStyle {
	font-family: verdana, arial;
	font-size: 18px;
	color: #295a88;
	margin-bottom: 3px;
	}
	
.pageTitle {
	font-family: verdana, arial;
	font-weight: bold;
	color: #295a88;
	font-size: 20px;
	}

.picQuote {
	font-family: verdana, arial;
	color: #295a88;
	font-size: 9px;
	margin-top: -1px;
	margin-left: 15px;
	}	
	
.indexAddress {
	font-family: verdana, arial;
	color: #fff;
	font-size: 12px;
	padding-left: 10px;
	}

.whiteText {
	font-family: verdana, arial;
	color: #fff;
	font-size: 12px;
	}