/* CSS Document - Author: Shaibal Mandal */

body
{
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;	
	padding-left:50%;
	background: #f4f4f4 url(images/bg.gif) repeat-y center;
}

a {text-decoration: none; color: #fff;}
a:hover {
	text-decoration: underline;
	color: #fff;

}

#container
{
	width: 700px;
	margin-left: -350px;
}

#topheader
{
	height: 200px;
	background-image:  url(images/titleimage.jpg);
	background-repeat: no-repeat;
	width: 700px;



}

#title
{
	font-size: 24px;
	color: #330066;
	font-family: verdana;
	margin: 5px;
	display: block;
	text-align: left;
	text-indent: 150px;
	padding-top: 24px;





}

#navcontainer
{
	background-color: #ccc;
}

.navitem
{
	background-color: #89007E;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	width: 129px;
	margin-top:1px;
	margin-right:1px;
	float:left;
}


.navitemlast
{
	background-color: #89007E;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	width: 130px;
	margin-top:1px;
	margin-right:0px;
	float:left;
}
.navitem2
{
	background-color: #5B0055;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	width: 106px;
	margin-top:1px;
	margin-right:1px;
	float:left;
}


.navitemlast2
{
	background-color: #5B0055;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #fff;
	width: 105px;
	margin-top:1px;
	margin-right:0px;
	float:left;
}

#main
{
	padding:5px;
	width: 688px;
	text-align:justify;
	color:#A82283;
	line-height: 1.6em;
}

#sidebar
{
	width:197px;
	border:1px solid #DC89BF;
	float:right;
	margin-top:20px;
	margin-right: 0px;
	margin-left: 10px;
	padding: 3px;
	text-align:left;
	clear:both;
}

h1
{
	font-size:20px;
	font-weight:bold;
	padding-top: 5px;
}

.headertext1
{
	font-size:18px;
	font-weight:bold;
}
.headertext2
{
	font-size:10px;
	font-weight:bold;
}

#footer
{
	background-color:#89007E;
	color: #fff;
	text-align:center;
	vertical-align:middle;
	height: 20px;
	padding-top:5px;
	clear:both;
}

img
{
	border: 1px solid #fff;
}
