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

#container
{
	width:670px;
	margin: auto;
	margin-top:0px;

}

#footer {

background-image: url(pics/footer.jpg);
height:24px;
margin-bottom:0px;
}

#title
{
	width: 670px;
	height: 148px;
	background-image: url(pics/title.jpg);
	background-repeat: no-repeat;

	text-align: right;
}


#main
{
	width: 650px;
	height: 38px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#content
{

	padding-left: 10px;
	padding-right: 10px;
}

#left {
	width: 650px;
}

#left, #smallleft
{
	float: left;
	height:auto;
	background-image:url(pics/box2/bg.jpg);
}

#top2
{
	float: left;
	width: 431px;
	height: 14px;
	background-image:url(pics/box2/top.jpg);
}

#bottom2
{
	float: left;
	width: 431px;
	height: 14px;
	background-image:url(pics/box2/box.jpg);
}

#right
{
	float: right;
	width: 301px;
	margin-right: 0px;
	height:auto;
	background-image:url(pics/box1/bg.jpg);
}

#top1
{
	float: left;
	width: 301px;
	height: 15px;
	background-image:url(pics/box1/top.jpg);
}

#bottom1
{
	float: left;
	width: 301px;
	height: 14px;
	background-image:url(pics/box1/box.jpg);
}

h1
{
	font-size: 18px;
	font-weight: bold;
}

.box
{
	padding: 10px;
	margin-bottom: 10px;
	width: 380px;
}

.box2
{
	padding: 0px;
	margin-bottom: 10px;
}


.red
{
	color: #de5647;
}


.photoleft
{
	float: left;
	margin: 0px 20px 10px 0px;
}

#menu
{
	background-image:url(pics/footer.jpg);
	background-repeat:repeat-x;

}


#menu ul
{

	height:24px;
	margin: 0;	
	color: White;
	float: right;
	font-size:12px;
	font-weight:bold;

}

#menu ul li { display: inline; }

#menu ul li a
{
	height: 24px;
	padding: 5px 0px 0px 15px;
	color: #000;
	text-decoration: none;
	width:94px;
	background-image: url(pics/menu.jpg);
	background-repeat: no-repeat;
	float: left;
}

#menu ul li a:hover
{
	color: #fff;
}


fieldset
{
	padding-top: 15px;
	padding-bottom: 15px;
	padding: 0px;
	border: solid 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 #ccc;
	background: #fff;
	width: 250px;
}
	
fieldset textarea
{
	width: 250px;
	height: 100px;
	overflow: auto;
}
	
fieldset select
{
	padding: 0px;
}


fieldset submit
{
	width: 50px;
}

#form
{
	margin-top: 20px;
	margin-bottom: -19px;
}

html>body #form
{
	margin-top: 20px;
	margin-bottom: -11px;
}

.required
{
	color:#000;
}

.note
{
	margin-left: 100px;
}

strong 
{
	color:#000;
}

.formlabel {
	float: left;
	width: 100px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 3px 0 0;
}

.formfield {
	/*float: right;*/
  width: 300px;
	text-align: left;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 2px solid #fff;
} 
p.formsectionhdr{
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 3px;
	color: #000000;
	background-color: #BDBDBD;
	font-weight: bold;
}
div.formsection {
	border: 1px solid #AA9D8A;
	background-color: #F0ECE6;
	width: 98%;
	margin: 0 0 0 5px;
	}
div.row {
	font-size: 11pt;
	text-align: left;
	clear: both;
	margin-bottom: 5px;
	padding: 3px;
	}
.redtext{
	color: #f00
	}
.picture{
	border: 1px solid #BAB29F;
	margin: 5px;
	}
.right
{
	float: left;
	width: 320px;
	margin-left: 50px;
}



