body{
background:url('/assets/img/background.png') repeat-y center #FFF;
	background-position: center 50px;
}

p, label, li, dd, dt{
	font-family: Arial, sans-serif;
	font-size:15px;
	color: #666666;}

a{color:#009933; text-decoration: none;}
a:hover{color:#009933; text-decoration: underline;}

fieldset{ border: 0 ;}

blockquote{
	font-style:italic;
	padding:10px;
}

/* ----- HEADINGS ----- */
h2, h3, h4, h5, h6 {margin: 15px 0;font-size: 20px; letter-spacing: -0.08em; margin-bottom: 0.35em;}
h1 {font-size: 240%; margin:0; padding:0;}
h2 {color: #666666; font-size: 200%; margin: 20px 0;}
h3 {color: #888; font-size: 140%; margin:0 0 5px 0; padding: 0;}
h4 {font-size: 100%;}
h5 {font-size: 100%;}
h6 {font-size: 100%;}

/* ----- LAYOUT ----- */
div#wrap{
	margin:0 auto;
	width:840px;
}

#topnav{ color:#666666; text-align:right; }
#topnav a{ color:#666666; font-size:11px; text-decoration:none; }

#footer{
	border:3px solid #093;
	border-width:2px 0 0 0;
	margin:50px 0 0 0;
	padding:10px;
	text-align:center;
}

/* ----- PARAGRAPHS ----- */
p{margin: 0; padding: 0 0 10px 0;}
/* ----- LISTS ----- */
dt{
	font-size:150%;
	margin:4px 0;}
dl dd dl dt{
	font-size:125%;}
dd{
	margin:0 0 0 10px;
}
/* ----- TABLES ----- */
.tableList
{
	border-collapse:collapse;
}
.tableList th
{
	border:1px solid silver;
	border-width:0 0 1px 0;
	color:#666666;
	font-weight:bold;
	padding:0 8px;
}
.tableList td
{
	color:#666666;
	padding:4px;	
}

/* ----- CLASS HELPERS ----- */
.hide {display: none;}
.clear:after {clear: both; content: "."; display: block; height: 0; visibility: hidden;}
.clear {min-width: 0; display: inline-block; /* \*/display: block;}
* html .clear {/* \*/height: 1%;}

.errors {
	background-color:white;
	border: 1px solid red;
	color: red;
	font-size:12px;
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 10px;
}
/* ----- NAVIGATION ----- */

#header {
	float:left;
	width:100%;
	background:#DAE0D2 url("bg.gif") repeat-x bottom;
	font-size:80%;
	line-height:normal; }

#header ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;}
	
#header li {
    float:left;
    background:url("left.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
    }
  #header a, #header strong, #header span {
  	color: white;
    display:block;
    background:url("right.gif") no-repeat right top;
	font-size:14px;
    padding:4px 20px 8px 12px;
/*	letter-spacing:.1em;*/
    }
  #header #current {
    background-image:url("left_on.gif");
    }
  #header #current a {
    background-image:url("right_on.gif");
	color:#666666;
    }
/* ----- END: NAVIGATION ----- */

/* ----- FORMS ----- */
form fieldset{border:0;}
form fieldset div{margin:0 0 5px 0;}
form fieldset div label{display: block; font-weight: bold;}
textarea{height: 100px; width: 300px;}
form select, form input, form textarea{border:1px solid silver; border-top: 2px solid silver; color: #093; font-size: 15px; padding: 2px; width:400px;}

form.loginFrm fieldset div label{display:inline;}
form.loginFrm  input{font-size: 12px; padding: 2px; width:100px;}

form .btn{width:100px;}
form .payPalBtn {border: 0; width:96px; height: 21px;}

/* field sizes */
/* label widths */

form#login{	float:right;}
form#login fieldset div{text-align:right;}

.highlight{
	padding:.6em
}

dl.highlight, dl.highligh dd, dl.highligh dt{
	font-size:10px !important;
	margin:0 !important;
	padding:0 !important;
}
dl.highlight dt{
	color:#CC0000;
}

.left{text-align: left;}
.right{text-align: right;}
.justify{text-align: justify;}

.logotop{
	background:url('/assets/img/logo_top.png') no-repeat top #FFF ;
	height: 50px;
	padding:0 0 0 0;
	width:960px;
}
.red{ color: #CC0000; }
.green{ color: #009933; }
.underline{ text-decoration: underline; }
