@charset "utf-8";
/* CSS Document */

body
{
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000;
	margin:0px;
	background-image:url(pics/background.jpg);
	background-repeat:repeat-x;
}

#container
{
	margin: auto;
	width: 902px;
	background-image:url(pics/contentbk.jpg);
	background-repeat:repeat-y;
}

#title
{
	width: 902px;
	height: 324px;
	background-image: url(pics/title.jpg);
}

#content
{
	background-image:url(pics/content.jpg);
	background-repeat:repeat-y;
	width: 902px;
}

img { border: 2px solid #000;}

#featured
{
	float: right;
	padding: 0px 10px 10px 10px;
	background: #fff;
}

#spacer
{
	background-image:url(pics/spacer.jpg);
	width:902px;
	background-repeat:no-repeat;
	height:61px;
	margin-top:10px;}

#Footer { background-image:url(pics/footer.jpg);
background-repeat:no-repeat;
height:23px;
width:902px;}

#Left 
{
	width:200px;
	margin-left:25px;
	float:left;
	padding-top:0px;
}

#Right
{
	width:600px;
	margin-right:25px;
	float:right;
}

.red
{
	color: #E51900;
	font-size: 18px;
	font-weight: bold;
}

.blue
{
	color: #65A4F1;
	font-size: 18px;
	font-weight: bold;
}



#Left ul
{
	margin-left:0px;
	padding-top:0px;
	color: #3a3fa4;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#Left ul li a
{
	

	color: #3a3fa4;
	text-decoration: none;
}

#Left ul li a:hover
{
	color: #3a3fa4;
	text-decoration: underline;
}

fieldset
{
	padding-top: 15px;
	padding-bottom: 15px;
	padding: 10px;
	border: 0px;
}
	
fieldset div
{
	margin-top: 10px;
}
	
fieldset div label
{
	float: left;
	width: 100px;
	color: #000;
	font: 10px/20px verdana;
	font-weight: bold;
}
	
fieldset input, fieldset textarea, fieldset select
{
	border: 1px solid #bbb;
	background: #fff;
	padding: 4px 0px 4px 4px;
	font: 10px verdana;
	width: 250px;
}
	
fieldset textarea
{
	width: 250px;
	height: 100px;
	overflow: auto;
}
	
fieldset select
{
	padding: 0px;
}


fieldset submit
{
	width: 50px;
}