/*BODY STYLES*/
body {
	background-color: #c9e8f2;
	padding: 0px;
	margin: 0px;
}
html, body {
    height: 100%;
}
p {
	padding: 0px;
	margin: 0px;
	line-height: 150%;
}

td, tr {
	text-align: left;
	color: #4b4b4b;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
}


h1 { font-size: 24px; margin: 0px; font-weight: bold; color:#ff3399; padding: 5px;}
h2 { font-size: 18px; margin: 0px; font-weight: bold; color:#ff3399; padding: 5px;}
h3 { font-size: 18px; margin: 0px; font-weight: bold; color:#92004d; padding: 5px;line-height: 120%;}
h4 { font-size: 18px; margin: 0px; font-weight: bold; color:#ff3399; padding: 5px;}

/*Image Border*/

img {
  border: none;
  padding: 0px;
  margin: 0px;
}

/*Layout Styles*/
#topBG{
	background-image: url(../images/telarahHeaderBG.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:100%;
}
#bigBlock {
	width: 778px;
	background-image: url(../images/telarahbodyBG.gif);
	background-repeat: repeat-y;
	background-position: center top;	
}
#bigBlock2 {
	width: 778px;
	height: 20px;
	background-image: url(../images/telarahbodyBG.gif);
	background-repeat: repeat-y;
	background-position: center top;	
}
#tableHeight {
	height: 100%;
}
#banner {
	width: 743px;
	height: 113px;
	background-image: url(../images/telarahHeaderBG.gif);
	background-repeat: repeat-x;
	background-position: center top;	
}
#menu {
	width: 743px;
	height: 29px;
	background-image: url(../images/telarahMenuBg.gif);
	background-repeat: repeat-x;
	background-position: right top;
	text-align: right;	
}
/* MENU STUFF*/

.menu_links {
	padding-left: 5px;
	padding-right: 0px;
	color: #ffffff;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
	
}
/*NAVIGATION STYLES*/
/*#navContainer {
	width:502px;
	height: 30px;
	margin-left:189px;
	margin-right:94px;
	text-align:right;
}*/
/*CONTENT*/
.heading{
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	color: #45b3f5;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	font-weight:bold;

}
.content{
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	color: #4b4b4b;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;

}
.content a:link {
	color: #45b3f5;
	text-decoration: none;
	font-weight: bold;
}
.content a:visited {
	color: #45b3f5;
	text-decoration: none;
	font-weight: bold;
}
.content a:hover {
	color: #45b3f5;
	text-decoration: underline;
	font-weight: bold;
}
/*FOOTER*/
.footerText{
	padding-top: 4px;
	text-align:center;
	color: #0298f1;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
}
.footerText a:link {
	color: #0298f1;
	font-size: 10px;
	text-decoration: underline;
}
.footerText a:visited {
	color: #0298f1;
	font-size: 10px;
	text-decoration: underline;
}
.footerText a:hover {
	color: #0298f1;
	font-size: 10px;
	text-decoration: underline;
}