/* CSS Document - Author: Shaibal Mandal */

body
{
	font-size: 12px;
	font-family: Georgia,Times New Roman,Sans-Serif;
	margin: 0px;	
	padding-left:50%;
	background: #F1F1F1;
}

a {text-decoration: none; color: #339999; font-weight:bold;}
a:hover {text-decoration: underline; color: #333333;}

#container
{
	width: 700px;
	margin-left: -350px;
	background: #ffffff;
}

#topheader
{
	background-color: #9acccc;
	height: 90px;
}

#title
{
    font-size: 24px;
    color: #1B2024;
    font-family: verdana;
    margin: 5px;
}

#navcontainer
{
	background-color: #cce5e5;
}

.navitem
{
	background-color: #cce5e5;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	width: 129px;
	margin-top:1px;
	margin-right:1px;
	float:left;
}


.navitemlast
{
	background-color: #cce5e5;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	width: 130px;
	margin-top:1px;
	margin-right:0px;
	float:left;
}


#main
{
	padding:5px;
	width: 688px;
	text-align:justify;
	color:#333333;
	line-height: 1.6em;
}

#sidebar
{
	width:197px;
	border:1px solid #9acccc;
	float:right;
	margin-top:20px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 3px;
	text-align:center;
	clear:both;
}

h1
{
	font-size:20px;
	font-weight:bold;
	padding-top: 5px;
	color:#575757;
	font-family: verdana;
}

.headertext1
{
	font-size:18px;
	font-weight:bold;
	color:#575757;
	font-family: verdana;
}
.headertext2
{
	font-size:10px;
	font-weight:bold;
	color:#575757;
	font-family: verdana;
}

#footer
{
	background-color:#9acccc;
	color: #333333;
	text-align:center;
	vertical-align:middle;
	height: 20px;
	padding-top:5px;
	clear:both;
}

img
{
	border: 1px solid #F1F1F1;
}
