﻿#fullheight {
	height:					100%;
	vertical-align:			top;
}
html, body, #fullheight {
    height:					100%;
    width:					100%;
    overflow:				hidden;
    margin:					0px;
    padding:				0px;
    border:					none;
	vertical-align:			top;	
}


.mainTable
{
	width:					955px;
	height:					600px;
}
.menuTable
{
	width:					199px;
	height:					496px;
	background-image:		url('/img/bigMenu.jpg');
	background-repeat:		no-repeat;
	background-position:	top left;	
}
.iframeTable
{
	width:					756px;
	height:					335px;
	border:					none;
	margin:					0px;
	padding:				0px;
}


.headLogo 
{
	width:					199px;
	height:					112px;
	background-image:		url('/img/bigLogo.jpg');
	background-repeat:		no-repeat;
	background-position:	top left;
}
.headBig
{
	width:					756px;
	height:					265px;
	background-image:		url('/img/bigHead.jpg');
	background-repeat:		no-repeat;
	background-position:	top left;		
}


.menuBulletCol
{
	width:					14px;
	padding-left:			2px;
	padding-top:			8px;	
}
.menuTextCol
{
	width:					150px;
	padding-left:			2px;	
	padding-top:			5px;
	padding-bottom:			5px;
	vertical-align:			text-top;	
}
.menuDivLine 
{
	width:					164px;
	height:					1px;
/*	padding-top:			5px;
	padding-bottom:			2px;*/
		
}



.tdDivLeft
{
	width:					100px;
	height:					11px;
	background-image:		url('/img/divLeft.jpg');
	background-repeat:		no-repeat;
	background-position:	right top;
}
.tdDivLoop
{
	width:					556px;
	height:					11px;
	background-image:		url('/img/divLoop.jpg');
	background-repeat:		repeat-x;
	/*background-position:	top left;*/
}
.tdDivRight
{
	width:					100px;
	height:					11px;
	background-image:		url('/img/divRight.jpg');
	background-repeat:		no-repeat;
	/*background-position:	top left;*/
}


.b1 
{
	font-family:			verdana;
	font-size:				10px;
	font-weight:			bold;
	cursor:					pointer;	
	margin-top:				5px;
	color:					#000;
	text-decoration:		none;
}
.b1:hover
{
	font-family:			verdana;
	font-size:				10px;
	font-weight:			bold;
	cursor:					pointer;
	color:					#DB0000;
	text-decoration:		none;
}



.b2
{
	font-family:			verdana;
	font-size:				10px;
	cursor:					pointer;
	vertical-align:			text-top;
	line-height:			12px;
	color:					#000;
	text-decoration:		none;
	
}
.b2:hover
{
	font-family:			verdana;
	font-size:				10px;
	cursor:					pointer;	
	vertical-align:			text-top;
	line-height:			12px;
	text-decoration:		none;
	color:					#DB0000;
}


/* ---- Begin NewsBoxes ---- */
.newsTable 
{
	width:					229px;
	height:					95px;
	/*background-color:		#FFF799;*/
}
.newsImage
{
	width:					93px;
	height:					95px;	
}
.newsButton
{
	width:					89px;
	height:					16px;
	cursor:					pointer;
}
.newsSpacer
{
	width:					45px;
	height:					16px;	
}
.newsDiv
{
	width:					2px;
	height:					95px;	
}
.newsTextBox
{
	height:					79px;
	width:					139px;
	background-color:		#FFF799;
	padding-left:			3px;
	padding-right:			3px;
    text-align:				left;
}
.newsText
{
	vertical-align:			top;
	font-family:			Verdana;
	font-size:				10px;
	color:					#626262;
	font-weight:			bold;
	overflow:				hidden;
	text-align:				left;
	line-height:			12px;
	/*white-space:			pre-wrap;*/
}
