@import url("styles.css");


#nav {
	margin: 25px auto 25px auto;
}

/*-------------------- CONTENT --------------------*/

#content {
	background: #fff;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 20px 0px;
	width: 679px;
	float: right;
	border-left: solid 1px #e5e5e5;
}

#content p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
	margin: 0px 0px 1em 0px;
	text-align:justify;
	color: #333;
}

#content p.posting {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #666;
	display: block;
	background: #f1f1f1;
	font-weight: bolder;
	margin: 0px 0px 15px 0px;
	padding: 10px;
	border-bottom: solid 2px #e5e5e5;
	
}

#content p.legal {
	font-size: .65em;
}

#content blockquote {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
	margin: 0px 0px 1em 0px;
	text-align:justify;
	padding: 0px 40px 0px 40px;
	color: #17709c;
	font-weight: bold;
	font-style: italic;
}

#content ul {
	margin: 0px 0px 1em 0px;
	padding: 0px 0px 0px 30px;
}

#content li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
	color: #333;
}

#content .news_heading {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color: #419638;
	margin: 1em 0px 1em 0px;
	font-weight: bolder;
	padding: 1em 0px 0px 0px;
	border-top: solid 1px #e1e6cb;
}

#reason {
	border-bottom: solid 1px #e5e5e5;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 15px 0px;
}

#content h1 {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	color: #013970;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#content h2 {
	margin: 0px 0px 20px 0px;
}

#upgrade {
	background: #f1f1f1;
	padding: 15px 15px 0px 15px;
}

#upgrade p {
	margin: 0px 0px 15px 0px;
}

.accent {
	margin: 0px 0px 0px 0px;
	color: #0054a6;
	font-weight: bolder;
	padding: 0px 0px 7px 0px;
	border-bottom: solid 1px #e5e5e5;
}

.test {
	margin: 1em 0px 0px 0px;
	padding-bottom: 1em;
	font-size: 1em;
	font-weight: bolder;
	border-bottom: solid 1px #e5e5e5;
	
	}

img.lead {
	margin: 0px 0px 15px 0px;
}

#emailsign	{
	background: #e5e5e5;
	padding: 15px;
}

#content a:link {
	color: #17709c;
	text-decoration: none;
}

#content a:visited {
	color: #17709c;
	text-decoration: none;
}

#content a:active {
	color: #17709c;
	text-decoration: none;
}

#content a:hover {
	color: #be9506;
	text-decoration: none;
}

.know {
	padding: 35px 20px 10px 40px;
	background: url(../graphics/know_bg.jpg) top left no-repeat;
	margin: 12px 0px 0px 0px;
}

.know p {
	font-style: italic;
	text-align: justify;
	color: #023d75;
}




/*-------------------- SIDEBAR1 --------------------*/

#sidebar1 {
	float: left;
	width: 230px;
	padding: 0px;

}

#sidebar1 h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #3399cc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 7px 9px;
	border-bottom: solid 1px #fff;
}

#sidebar1 p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em;
	color: #023d75;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar1 input {
	height: 17px;
	margin: 0px 0px 10px 0px;
}

#sidebar1 select {
	margin: 0px 0px 25px 0px;
}

#sidebar1 ul {
	list-style-type: none;
}

#sidebar1 li {
	display: block;
	padding: 12px 0px 14px 24px;
	margin: 0px 0px 5px 0px;
	background: #fff url(../graphics/list_bg.jpg) top left no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .9em;
}

#sidebar1 li a:hover {
	color: #023d75;
}



