body
	{
		margin:0px;
		background:#015999;
		background-image: url(images/bg.png);
		font-family: verdana, Helvetica, sans-serif;
		font-size: 12px;
	}
#container {
	background-color: #ffffff;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 100px;
	width: 850px;
	background-color: #f5f5f5;
	background-image: url(images/logobk.jpg); 
	
	}


#content {
	width: 500px;
	padding: 10px;
	
	margin-left: 160px;

}
#leftnav {
	float: left;
	width: 130px;
	background-color: #ffffff;
	padding: 5px;
	
}

#leftnav ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#leftnav a
{
	display: block;
	width: 130px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom-width: 2px;
	text-align:left

}
#leftnav p {
    margin:10px;
 }
#leftnav p span{
    line-height:40px;
    color:#963;
 }
#leftnav a:link, .navlist a:visited
{
color: #ffffff;
text-decoration: none;
font-weight: bold;
}

#leftnav a:visited
{
   color: #ffffff;
   text-decoration: none;
   font-weight: bold;
}

#leftnav a:hover
{
	text-decoration: none;
	color: #ffffff;
}

#sidebar {
	padding: 10px;
	float: right;
	width: 130px;
	background-color: #ffffff;

}

#footer {
	background-color: #ffffff;
	padding: 0px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #a2a86c;
	font-size: 12px;
	font-weight: bold;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #a2a86c;
	line-height: 24px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #394AE1;
	line-height: 20px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	line-height: 20px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 11pt;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 9px;
}

a {
	color: #ff5b0a;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #ff5b0a;
	text-decoration: none;
	font-weight : bold;
}
a:hover {
	color: #f5f5f5;
	text-decoration: none;
}


.box1 {
	background:#E7AAE2;
	color: #000;
	border:1px solid #00ffff;
	width: 400px;
	height: 165px;
	padding-top: 5;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	line-height: 16px;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	padding: 3px 0;
    margin: 3px 0;
	line-height: 12pt
}

#menu {
	background: #ffffff;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 10em;
}
#menu li {
	
	margin: 0;
	padding: 0;
}
#menu a {
	background: #a2a86c;
	border-bottom: 1px solid #d4e68c;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 5px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #becc7e url("images/hover.gif") left center no-repeat;
	color: #ffffff;
	padding-bottom: 5px;
}


