html, body {
	height:					100%;
	font-family:			tahoma, verdana, arial;
	font-size:				8pt;
	background:				#053B78;
}

.getAvail{
	font-size:				10pt;
}

/* footer */
.footer {
	font-family:			tahoma, verdana, arial;
	font-size:				7pt;
	color:					#FFFFFF;
	text-align:				center;
}

/* main table */
.mainTable{
	width:					766px;
	background-color:		#053B78;
	height:					475px;
	vertical-align:			top;
}

/* main left column */
.mainColumnLeft{
	width:					540px;
	vertical-align:			top;
}

/* main right column */
.mainColumnMiddle{
	width:					10px;
	vertical-align:			top;
}

/* main right column */
.mainColumnRight{
	width:					220px;
	vertical-align:			top;
}

/* main right column */
.mainColumnSingle{
	width:					768px;
	vertical-align:			top;
}

/*----------- OUTER ELEMENTS -----------------*/

/* column table (outer) */
.outerTable{
	width:					100%;
	height:					100%;
	vertical-align:			top;
}

/* padding for outer top and bottom rows */
.outerPaddingTopBottom{
	width:					10px;
	vertical-align:			top;
}


/* outer left top corner */
.outerLeftTop{
	width:					10px;
	height:					10px;
	background-image:		url(../images/outerLeftTop.gif);
	vertical-align:			top;
	padding:				0;
}

	/* outer center top row */
	.outerCenterTop{
		background-image:		url(../images/outerCenterTop.gif);
		vertical-align:			top;
		padding:				0;
	}


/* outer right top corner */
.outerRightTop{
	width:					10px;
	height:					10px;
	background-image:		url(../images/outerRightTop.gif);
	vertical-align:			top;
	padding:				0;
}


	/* padding for outer middle row left */
	.outerPaddingLeft{
		width:					10px;
		vertical-align:			top;
		background-image:		url(../images/outerLeft.gif);
	}

			/* outer center middle row */
			.outerCenterMiddle{
				width:					100%;
				height:					100%;
				background-color:		#FFFFFF;
				vertical-align:			top;
			}



	/* padding for outer middle right */
	.outerPaddingRight{
		width:					10px;
		vertical-align:			top;
		background-image:		url(../images/outerRight.gif);
	}

/* outer left bottom corner */
.outerLeftBottom{
	width:					10px;
	height:					10px;
	background-image:		url(../images/outerLeftBottom.gif);
	vertical-align:			top;
	padding:				0;
}

	/* outer center bottom row */
	.outerCenterBottom{
		height:					10px;
		background-image:		url(../images/outerMiddleBottom.gif);
		vertical-align:			top;
		padding:				0;
	}


/* outer right bottom corner */
.outerRightBottom{
	width:					10px;
	height:					10px;
	background-image:		url(../images/outerRightBottom.gif);
	vertical-align:			top;
	padding:				0;
}	




/*----------- INNER ELEMENTS -----------------*/

/* inner tables */
.innerTable{
	width:					100%;	
}

/* inner left top corner */
.innerLeftTop {
	width:					10px;
	height:					25px;
	background-image:		url(../images/innerLeftTop.gif);
}

/* titles used for each panel section */
.sectionTitle {
	width:					100%;
	height:					25px;
	font-family:			tahoma, verdana, arial, sans-serif; 
	font-size:				8pt;
	font-weight:			bold;
	color:					#000000;
	background-image:		url(../images/innerMiddleTop.gif);
}

/* inner right top corner */
.innerRightTop {
	width:					10px;
	height:					25px;
	background-image:		url(../images/innerRightTop.gif);
}

	/* content in each panel section */
	.welcomeGraphic{
		width:					100%;
		height:					120px;
		font-size:				8pt;
		background-image:		url(../images/welcome.jpg);
		vertical-align:			top;
		padding:				0;
		border-style:			solid;
		border-color:			#000000;
		border-width:			1px;
		border-top:				0px;
		border-bottom:			0px;
	}
	
	/* content in each panel section */
	.sectionContent{
		height:					100%;
		width:					100%;
		font-size:				8pt;
		text-align:				justify;
		vertical-align:			top;
		padding:				2;
		border-style:			solid;
		border-color:			#000000;
		border-width:			1px;
		border-top:				0px;
		border-bottom:			0px;
	}

/* inner left bottom corner */
.innerLeftBottom {
	width:					10px;
	height:					10px;
	background-image:		url(../images/outerLeftBottom.gif);
}

/* inner center bottom row */
.innerCenterMiddle {
	width:					100%;
	font-size:				7pt;
	color:					#000000;
	background-image:		url(../images/innerMiddleBottom.gif);
}

/* inner right bottom corner */
.innerRightBottom {
	width:					10px;
	height:					10px;
	background-image:		url(../images/outerRightBottom.gif);
}

/*------------TABLE HEADINGS-------------*/
th{
	background:				#0C3789;
	font-family:			tahoma, verdana, arial;
	font-size:				11px;
	color:					#FFFFFF;	
}
a.th:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: tahoma, verdana, arial, sans-serif; 
	font-size: 11px; 
}

a.th:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: tahoma, verdana, arial, sans-serif; 
	font-size: 11px; 
}

a.th:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: tahoma, verdana, arial, sans-serif; 
	font-size: 11px; 
}

a.th:hover {
	color: #000000;
	text-decoration: none;
	font-family: tahoma, verdana, arial, sans-serif; 
	font-size: 11px; 
}

/* in-text headings */
.intextHeading {
	font-size:				10pt; 
	color:					#0C3789;
	font-weight:			bold;
}

a:link		{font-family: tahoma, verdana, arial, sans-serif; font-size: 11px; color: #0C3789}
a:visited	{font-family: tahoma, verdana, arial, sans-serif; font-size: 11px; color: #0C3789}
a:hover		{color: #333333}


td {
	font-family: tahoma, verdana, arial;
	font-size:   8pt;
}
.warn {
	font-size:   11px;
	color:       red;
	font-weight: bold;
}