html {
	overflow-y: scroll;
	}

body {
   margin : 0;
   padding : 0;
   font : 76% verdana, sans-serif;
   color : #333;
   background : #060;
}

a:link {
   color : #060;
   background : transparent;
   text-decoration : underline
}

a:visited {
   color : #060;
   text-decoration : underline;
}

a:hover {
   	text-decoration: none;
	color: #FFF;
	background: #060;
}

a:active {
   color : #060;
}

h1 {
   text-align : left;
   margin : 0.25em 0 0.75em 0;
   color: #000;
   font-family: "trebuchet ms",helvetica,verdana,sans-serif
}

img {
   border : none;
   padding: 5px 5px 1px 5px;
}

#wrap {
   margin : 0 auto;
   width : 697px;
   background-image : url(/images/back.gif);
   background-repeat: repeat-y;
   border: 1px solid #000;
}

#header {
   
   margin : 0;
   height : 161px;
   text-align:center;
}

#content {
   margin : 0;
   padding : 10px;
   background: url(/images/shopper.gif) no-repeat 517px bottom /*200px*/;
   line-height:150%;
}

#content p {
   margin : 0 200px 6px 0;
   text-align : justify;
   font-size : 100%;
   padding:5px 0
}

#content ul {
   list-style-image : url(/images/bullet16.gif);
   margin-right : 200px;
}

#content li {
	padding: 0 0 0 5px;
}

#right {
   float : right;
   width : 200px;
   margin : 0;
   padding : 0;
   line-height:normal;
 }

#right p {
   margin : 1.2em 0.75em 1.2em 2.25em;
   font-size : 90%;
}

#right h1 {
	margin : 1.5em 0.75em 0.75em 2.25em;
	color: #000;
	text-align: center;
	font-size : 130%;
	background: transparent;
}

#right ul {
	margin : 0;
	padding: 0 0 0 25px;
	color: #000;
	font-size: 85%;
	list-style-image: none;
	list-style-type: none;
}

#right li {
 	margin : 0;
	padding: 5px 0 2px 0;
	line-height: 14px;
	border-bottom: 1px solid #ccc;	
}

#right a {
	color : #060;
   	background : transparent;
   	text-decoration : none;
   	font-weight: bold;
}

#right a:hover {
	background: #E7E7E7 url(/images/link-hover.jpg) right no-repeat;
}

#right a.current {	text-decoration: none;
	color: #FFF;
	background: #060;}

#right a { display: block; }

#footer {
   margin : 0;
   padding-top : 5px;
   background:url(/images/foot.gif) top left repeat-x #FFF;
   text-align:center;
   vertical-align:middle;
   height: 35px;
   clear: both;
   font-size: 80%;
}
.maildiv {
   margin : 0 200px 0 0;
   text-align : left;
   font-size : 100%;
   padding:5px 0
}
.maildiv label {
	width: 200px;
	text-align: left;
	padding: 0 10px 0 0;
	vertical-align: top;
	position: relative;
    display: block; 
    float: left; 
	clear: left
}
.maildiv input, .maildiv select, .maildiv textarea {
	margin-bottom: 10px;
	font-family : verdana, sans-serif
}
.maildiv textarea {
	font-size: 100%;
}
.maildiv fieldset {
	padding: 5px;
	margin-bottom: 10px;
	border:none
}
.maildiv .fmsubmit {
	text-align:center
}
.maildiv .rqd {
	color: #C00;
	font-size: 90%; 
	margin-top: 3px;
	margin-left: 5px
}