*{margin:0;padding:0;border:none}

body{font:12px Arial, Helvetica, sans-serif;padding:0;margin:0;color: black; line-height:17px; 
/*    background: #fed322*/
    background: #b79300
}
img{border:none}

#top-header {
	height: 110px;
	width: 100%;
	border-top: 0px solid black;
	text-align: center;
/*	background: #fed322;*/
	background: #ddbc11
        
}

#top-header-pad {
	width: 680px;
	margin: 0 auto;
}

#top-slogan{
	position: relative;
	top: 20px;
	left: 20px;
	height: 100px;
	font: 1.5em Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: left;
	color: white;
	float: left;
/*
	background-color: white;
	padding: 10px;
	border-top: 1px solid black;
*/
}

.link{
	font: 18px Arial, Helvetica, sans-serif;
	color: #cc0000;
}

#top-links a{color:white;outline:none;}

/*#top-blend {
	height: 34px;
	background: #fff url('/img/pagebg.png') repeat-x;
}*/

#loginbox {
	position: absolute; top: 100px; right: 13%; text-align: center; padding: 6px; 
	background-color: #89c73f; color: white; font-size: 1.5em;
}

#page {
	width: 750px;
	margin: 0 auto;
	color: black;
	font: 14px Arial, Helvetica, Arial, sans-serif;
}


#footer {
	margin-top: 80px;
	font-size: 0.9em;
	color: #aaa;
	text-align: center;
}

h1 {
 	padding: 5px;
}

h2 {
	color: #cc0000;
}

hr.bold { 
	margin: 0 auto;
	margin-top: 20px;
	
	height: 5px; background-color: #eee;
	width: 90%;
}

p {
	line-height: 22px;

}

ul li {
	margin: 5px;
}

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }

/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

