/* Base */
body {
background-attachment: fixed;
background-color:#ffffff;
color:000000;
background-position:100% 100%;
background-repeat:no-repeat;
background-image:url(./parts/background.gif);
}

a:link { color: #3399CC; }
a:visited { color: #FF0066; }
a:active { color: #808080; }

#container{
	width:100%;
	text-align:left;
}

#wrapper{
	text-align:left;
	width:760px;
	color:#ffffff;
}

#header{
	color:#000000;
	text-align:left;
	padding-top:7px;
	padding-left:8px;
	height:194px;
	width:750px;
	z-index:1;
	background-repeat:no-repeat;
	background-image:url(./parts/topimage.gif);
}

#primary{
	color:#000000;
	text-align:left;
	float:right;
	width:750px;
}

#footer{
	padding-top:20px;
	color:#000000;
	text-align:center;
	clear:both;
	height:45px;
}

div.box{
	text-align:left;
	width:85%;
	margin:10px;
	border:2px solid #000000;

	background-color: #ffffff;
padding:10px;
}

div.box2{
	margin:10px 10px 10px 40px;
	border:2px solid #000000;

	background-color: #ffffff;
}

div.notes_a{
	border-left:5px solid #33FF99;
	padding-left:8px;
	margin-top:8px;
	color:#000000;
}

div.notes_b{
}


div.confirmation_a{
	border-left:5px solid #33FF99;
	padding-left:8px;
	margin-top:8px;
}

div.confirmation_b{
}

/* form */

.Text{
	width:400px
}

#editor_control{
width:345px;
background-image:url(./parts/title_back2.gif);
padding:5px;
}

img.button{

border:1px #000000 solid;
background-color:#ffffff;
}

.upimage{
border:1px solid #000000;
}

.imagelist{
	height:220px;
}