@charset "utf-8";
/* CSS Document */

body
{
	background: #55829e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000;
	margin:0;
	background-image:url(pics/background.jpg);
}

#container
{
	margin: auto;
	width: 922px;
	background-image:url(pics/contentbk.jpg);
	background-repeat:repeat-y;
}

p { color:#26466d;}

h2 { color:#26466d;}

#title
{
	width: 922px;
	height: 343px;
	background-image: url(pics/title.jpg);
}

#content
{

	width: 882px;
	padding-top: 20px;
}

img { border: 2px solid #000}

#featured
{
	float: right;
	padding: 0px 10px 10px 10px;
	background: #fff;
}



#Footer { background-image:url(pics/footer.jpg);
background-repeat:no-repeat;
height:163px;
width: 922px;}

.red
{
	color: #E51900;
	font-size: 18px;
	font-weight: bold;
}

.blue
{
	color: #65A4F1;
	font-size: 18px;
	font-weight: bold;
}

#menu
{
	background-image: url(pics/menu.jpg);
	float:left;
	margin-left:60px;
	width: 200px;
}


#menu ul
{
	padding: 0;
	margin: 0;
	color: White;	

	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
}

#menu li a
{


	margin-top:20px;

	color: #26466d;
	text-decoration: none;
}

#menu li a:hover
{

	text-decoration: underline;
	margin-top:20px;

}


#Right
{
	width:570px;
	float:right;
}






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;
}