/* Styles */

a {text-decoration: underline; color: blue; font: 12px arial, verdana, sans-serif;}
a:visited {color: blue;}
a:hover {color: #FF6633;}

a.navLink {text-decoration : none; color : #ffffff; background : none; font-family: verdana; font-size: 12px;  }
a.navLink:visited {color : #ffffff; background : none;}
a.navLink:hover {color : #ff7041; background : none;}

a.toltechLink {text-decoration : none; color : white; background : none; font-family: verdana; font-size: 10px;  }
a.toltechLink:visited {color : white; background : none;}
a.toltechLink:hover {color : #ff7041; background : none;}

.headerText {
	font-family: verdana, arial;
	font-size: 18px;
	color: #ff6633;
	}
	
.blueText {
	font-family: verdana, arial;
	font-size: 11px;
	color: #6699cc;
	}

.blueText2 {
	font-family: verdana, arial;
	font-size: 12px;
	color: #6699cc;
	}

.greyText {
	font-family: verdana, arial;
	font-size: 11px;
	color: #4444444;
	}

.contentHolder {
	width: 550px;
	font-family: verdana, arial;
	font-size: 11px;
	}

.multiUse {
	border: 1px solid black;
	font-family: verdana, arial;
	font-size: 11px;
	}

td {
	vertical-align: top;
	font: 11px verdana, arial, sans-serif;
	font-size: 11px;
	}	

/* FrameWork */

#headerArea {
	background-color: afafaf;
	width: 696px;
	border: none;
	font-family: verdana, arial;
	font-size: 10px;
	}
	
#topArea {
	margin-top: 1px;
	margin-bottom: 1px;
	width: 696px;
	border: none;
	font-family: Abadi MT Condensed Light, Abadi, Arial Narrow, Arial;
	font-size: 45px;
	text-align: left;
	color: #ffffff;
	background-color: #336699;
	}
		
#contentArea {
	width: 696px;
	height: 300px;
	border: none;
	}
	
	#contentArea #layoutHolder {
		width: 100%;
		height: 300px;
		}
		
		#contentArea #layoutHolder #contents {
			padding: 10px;
			}
		
		#contentArea #layoutHolder #photo {
			width: 232px;
			background-color: #eeeeee;
			}		
	
#footerArea {
	margin-top: 1px;
	margin-bottom: 1px;
	width: 696px;
	border: 1px solid #afafaf;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #afafaf;
	}
	
#footerArea td{
	width: 232px;
	text-align: center;
	}
