/******************************/
/* Emjay PR Top Level Styles */
/****************************/

a {text-decoration: underline; color: #0105AA; font: 11px verdana, arial, sans-serif;}
a:visited {color: #0105AA;}
a:hover {color: #DF6D18;}

body {
	background-color: #333131;
	}

td {
	font: 11px verdana, arial, sans-serif;
	vertical-align: top;
	color: #303030;
	line-height: 17px;
	}

img {
	border: none;
	}

h1 {
	font: bold 14px arial, verdana, sans-serif;
	color: #DF6D18;
	line-height: 19px;
	}


/*******************************/
/* Emjay PR Individual Styles */
/*****************************/

.firstParagraph {
	font: bold 11px verdana, arial, sans-serif;
	line-height: 17px;
	}
	
.orangeText {
	font: bold 11px verdana, arial, sans-serif;
	color: #F07D26;
	}


/***********************/
/* Emjay PR Framework */
/*********************/

#mainHolder {
	width: 760px;
	background-color: white;
	border: 1px solid white;
	}

	
#topArea {
	width: 100%;
	height: 69px;
	padding: 12px 0px 0px 13px;	
	}


#menuArea {
	width: 100%;
	height: 49px;
	padding: 27px 0px 0px 13px;
	background-color: #000000;
	background-image: url(images/background_callus.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
		
#contentArea {
	width: 100%;
	height: 319px;
	padding: 24px 0px 10px 30px;
	border-bottom: 6px solid #F07D26;
	background-repeat: no-repeat;
	background-position: right top;
	}
	
	#contentArea div {
		width: 360px;
		margin: 24px 0px 0px 0px;
		padding: 0px 0px 0px 9px;
		background-image: url(images/background_div.gif);
		background-repeat: no-repeat;
		background-position: left top;
		}
	
	
#footerArea {
	width: 100%;
	height: 10px;
	background-color: #1A1818;
	}
	

#copyrightArea {
	width: 760px;
	}
	
	#copyrightArea td {
		color: #737373;
		}
		
	#copyrightArea #toltechLink {
		text-align: right;
		}
		
		#copyrightArea #toltechLink a {text-decoration: none; color: #737373; font: 11px verdana, arial, sans-serif;}
		#copyrightArea #toltechLink a:visited {color: #737373;}
		#copyrightArea #toltechLink a:hover {text-decoration: underline; color: #F07D26;}
		
		