
body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(Images/background.gif);
	background-repeat: repeat;
}

#container
{
	background: #FFFFFF;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 0;
	border: 1px;
	border-color: #006781;
	border-style: solid;
	float: none;
	/* for Firefox, Opera and others: */
	max-width: 800px;
	/* For Internet Explorer: */
	width: expression(Math.min(parseInt(this.offsetWidth), 800 ) + "px");
	/*to show the background colour and border*/
	overflow: auto;
	overflow: hidden;
	position: relative;
}

#header 
{
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#header h1
{
	margin: 0;
	padding: 0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	vertical-align: bottom;
	color: #006781
}


.text1
{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: ;
	
}

.text1 a
{
	text-decoration: none;
	color: #000000;
}

.textBody
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 160%;
	list-style-position: outside;
	list-style: square;
	
}
.listBody
{
	list-style-position: outside;
	list-style: square;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 160%;
	margin: 0 0 0 40px;


}

a 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: underline;
	color: #006781;
	font-weight: normal;
}


ul
{
	margin: 0px 15px;
	padding: 0px;
}

.textHeading
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006781;

}

.textSubHeading
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006781;

}

.textHeadingPanels
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #006781;
	text-align: center;
	margin: 0;
	padding: 0;
}

#topNav
{
	float: none;
	margin: 0;
	padding: 0;
	height: 30px;
	/* for Firefox, Opera and others: */
	max-width: 800px;
	/* For Internet Explorer: */
	width: expression(Math.min(parseInt(this.offsetWidth), 800) + "px");
	background-image: url(Images/topNav_background.gif);
	background-repeat: repeat-x;
	
}

#topNav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topNav li
{
	display: inline;
	/*Need to put image as a bullets
	background: transparent url(Images/list_item.gif) no-repeat right center;
	margin:0 0 0 10px;
	padding: 0 0 0 15px;*/
}

#topNav a
{
	display: block;
	float: right;
	padding: 7px 10px;
	/*margin: 0;*/
	/*display: inline;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border-left: 1px solid #3a8aa9;

}

#topNav a:hover, a:active
{
	background-image: url(Images/topNav_background_focused.gif);
	background-repeat: repeat-x;

}

#skyLine
{
	float: none;
	margin: 0;
	padding: 0;
	height: 90px;
	/* for Firefox, Opera and others: */
	max-width: 800px;
	/* For Internet Explorer: */
	width: expression(Math.min(parseInt(this.offsetWidth), 800 ) + "px");
	background-image: url(Images/sky_line.jpg);
	background-repeat: no-repeat;

}

#content
{
	margin: 0;
	padding: 15px;	
	float: left;
	/* for Firefox, Opera and others: */
	max-width: 550px;
	/* For Internet Explorer: */
	width: expression(Math.min(parseInt(this.offsetWidth), 550 ) + "px");
	background: #FFFFFF;
	/*for the IE's Double Margin Float Bug*/
	display: inline;

}

#content p
{
	margin: 0;
	padding: 7px;

}

#panels
{
	height: 100%;
	position: 100% 100%;
	background: #FFFFFF;
	float: left;
	/* for Firefox, Opera and others: */
	max-width: 190px;
	/* For Internet Explorer: */
	width: expression(Math.min(parseInt(this.offsetWidth), 200 ) + "px");
	padding: 0;
	margin: 0px 10px 0px 10px;
	/*for the IE's Double Margin Float Bug*/
	display: inline;
	border: 0px solid #006781;
}

.panel1
{
	margin: 15px 0 0 0;
	background: #BCD9E2;
	padding: 5px 10px;
	/*width: 170px;*/
	border: 1px;
	border-color: #006781;
	border-style: solid;

}

.pamel1 p
{
	margin: 0;
	padding: 0;
}

#panel2
{
	margin: 15px 10px;
	background: #BCD9E2;
	padding: 5px 10px;
	width: 170px;
	border: 1px;
	border-color: #006781;
	border-style: solid;
	vertical-align: bottom;

}


#bottomPanel
{
	/*position: 0 100%;*/
	position: absolute; bottom: 15px; left: 15px;
	margin: 0;
	padding: 7px 10px 4px 125px;
	/* For Internet Explorer: */
	min-height:135px; height:auto !important; height:135px; 
	max-width:425px; width:auto !important; width:425px;
	/*float: left;*/
	border: 1px;
	border-color: #006781;
	border-style: solid;
	background-image: url(Images/pc.jpg);
	background-position: 10px 50%;
	background-repeat: no-repeat;
	
	
}

#bottomPanel p
{
	margin: 0;
	padding: 0;

}
