/* CSS Document */
body {
	background-color: #011444;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #011444;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p{
	margin-top: 10px;
	margin-bottom: 10px;
}
.heading{
	font-size: 22px;
	font-weight: bold;
}
.mainbold{
	font-size: 12px;
	font-weight: bold;
}
.whitebold{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.white{
	font-size: 12px;
	color: #ffffff;
}
a:link {
	color: #021444;
}
a:visited {
	color: #021444;
}
a:hover {
	color: #0385D0;
}
a:active {
	color: #021444;
}

.header-back{
	background-image: url(images/header-back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.header2{
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.right-side-shade{
	background-image: url(images/right-side-shade.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.left-side-shade{
	background-image: url(images/left-side-shade.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.footer{
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer{
	color: #9a9a9a;
	text-align: right;
	margin-top: 17px;
	margin-right: 25px;
	font-size: 11px;
}
#footer a:link {
	color: #9a9a9a;
	text-decoration: none;
}
#footer a:visited {
	color: #9a9a9a;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:active {
	color: #9a9a9a;
	text-decoration: none;
}

#contact{
	font-size: 11px;
	color: #d8d8d8;
	text-align: right;
	margin-top: 20px;
	margin-right: 25px;
}
#contact a:link {
	color: #d8d8d8;
	text-decoration: none;
}
#contact a:visited {
	color: #d8d8d8;
	text-decoration: none;
}
#contact a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#contact a:active {
	color: #d8d8d8;
	text-decoration: none;
}
#content{
	margin-right: 27px;
	margin-left: 27px;
	text-align: justify;
}
#content img{
	border: 0px solid #011444;
}

/*navigation*/

#navcontainer ul{
			margin-left: 0px;
			padding: 0;
			list-style-type: none;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
		}
#navcontainer li { 
			
		}
#navcontainer a{
	display: block;
	width: 148px;
	background-image: url(images/button.jpg);
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 40px;
	background-repeat: no-repeat;
		}
#navcontainer a:link, #navlist a:visited{
	color: #363636;
	text-decoration: none;
		}
#navcontainer a:hover{
	background-image: url(images/button-on.jpg);
	color: #ddd9d9;
		}
#active a:link, #active a:visited, #active a:hover{
	background-image: url(images/button-on.jpg);
	color: #ddd9d9;
		}.hover {
	height: auto;
	width: auto;
}

