@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 810px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/mainback.gif);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 180px;
	width: 810px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #FFFFFF;
	background-image: url(../images/mainback.gif);
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #footer {
	background-color: #FFFFFF;
	background-image: url(../images/bottom.gif);
	height: 31px;
	width: 810px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#navcontainer ul
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	color: #FFF;
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

li { display: inline; }

li a
{
text-decoration: none;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #fff;
}

li a:hover
{
color: #fff;
}

.headings_l {
	color: #0161ab;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', arial, verdana, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: .1px;
	margin-top: 10px;
	line-height: 24px;
}

h1 {
	color: #0161ab;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', arial, verdana, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: .1px;
	margin-top: 10px;
	line-height: 24px;
}

h2 {
	color: #0161ab;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 10px;
}

.sub_headings {
	color: #0161ab;
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 10px;
}

td,tr,p,div {
	color: #666666;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 18px;
}

.lankad a {
	color: #0161ab;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 18px;
	text-decoration:underline;
}

a {
	color: #0161ab;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 18px;
	text-decoration:underline;
}

INPUT, TEXTAREA, SELECT, OPTION {
	font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 13px;
	padding: 2px;
	letter-spacing: -0.5px;
	
	color: #0161ab;
	background-color: #ffffff;
}