html, body {
	margin: 0;
	padding: 0;
	background-image:  url(../images/bg.jpg);
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #333333;
	height: 100%;
	width: 100%;
}
#container {
	height: 100%;
	width: 100%;
}
.containerTable {
	width: 100%;
	height: 100%;
}
h2 {
	display: none;
}
#logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	width: 400px;
	height: 80px;
}
#bar1 {
	background-image: url(images/bg_navy.gif);
}
#bar2 {
	background-image: url(images/bg_yellow.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-weight: bold;
}
#bar3 {
	background-image: url(images/bg_sky.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
	height: 5px;
}
.footer {
	background-image: url(images/bg_navy.gif);
	color: #FFFFFF;
}
.footer a:link {
	color: #FFFFFF;
}
.footer a:visited {
	color: #FFFFFF;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #110352;
	width: 165px;
	color: #FFFFFF;
	margin: 5px;
	height: 247px;
	padding-top: 15px;
}
.navigation a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-bottom: 5px;
	background-image: url(images/yellow-arrows.gif);
	background-repeat: no-repeat;
	text-indent: 10pt;
	vertical-align: baseline;
	padding-left: 15px;
	background-position: 15px -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}
.navigation a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-bottom: 5px;
	background-image: url(images/yellow-arrows.gif);
	background-repeat: no-repeat;
	text-indent: 10pt;
	vertical-align: baseline;
	padding-left: 15px;
	background-position: 15px -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}
.navigation a:hover {
	font-weight: bold;
	color: #FFC512;
	text-decoration: underline;
	display: block;
	padding-bottom: 5px;
	background-image: url(images/yellow-arrows.gif);
	background-repeat: no-repeat;
	text-indent: 10pt;
	vertical-align: baseline;
	padding-left: 15px;
	background-position: 15px -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}.navigation a:active {
	font-weight: bold;
	color: #20A3DA;
	text-decoration: none;
	display: block;
	padding-bottom: 5px;
	background-image: url(images/yellow-arrows.gif);
	background-repeat: no-repeat;
	text-indent: 10pt;
	vertical-align: baseline;
	padding-left: 15px;
	background-position: 15px -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}
.heading {
	text-transform: capitalize;
	color: #110352;
	font-size: 18px;
}
.maincontent {
	padding: 15px;
}
.box {
	border: 1px solid #FFC512;
}
.subheading {
	font-size: 14px;
	font-weight: bold;
	color: #20A3DA;
}
