/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;

}
body, html {
color: #000000; 
font-family: "Courier New", Courier, mono;
color: #000000;
background-color: #FFFFFF; 

}

body {
/*font-size: 70%;*/
font-size: 13px;
}

p {padding: 7px 5px 7px 10px;}

ul {padding-left: 10px;}

.strong {
font-weight:bold;
}

.red {
color:#FF0000;
}

#left p, ul, li, a  #footer p {
font-family: "Courier New", Courier, mono;
font-size: 13px;
color: #000000;
}

#left h3 {
font-size: 13px;
color: #000000;
font-weight:bold;
}

#right ul {
display:inline;
}

a {
color: #FF0000;
text-decoration: underline;
}
a:hover{
color: #FFFFFF;
background-color: #FF0000;
text-decoration: none;
}
h1, h2, h3, h4, h5 {
font-weight: bold;
padding: 7px 5px 7px 10px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
}
h1 a, #header h2{
color: #FFF;
}
.clear { : both; }






.style9 { font-family: Arial,Helvetica,sans-serif; color: #666; font-size: 10px; }
.style8 { font-family: Arial,Helvetica,sans-serif; color: #f00; font-size: 9px; }
.style14 { font-family: Arial,Helvetica,sans-serif; font-weight: bold; color: #666; font-size: 10px; }
.style15 { font-family: Arial,Helvetica,sans-serif; color: #f00; font-size: 10px; }

table, table td {
border: 0;
}

img {
border: 0;
}
/**************************
WRAP
**************************/
#wrap {
	
		margin:0 auto;
		width:760px;
		
	}

/**************************
HEADER
**************************/
#header {
		float:left;
		background:#ffffff;
		
		margin:0;
		width:760px;
		
	}
	
/**************************
NAV
**************************/
#nav {
		background:#ffffff;
		float:left;
		width:760px;
		border-bottom-width: 1px;
		padding: 10px 0 10px 0;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
		
		
		}
		
		
/**************************
MAIN COLUMN
**************************/
#main {
	float:left;
	width:579px;
	background:#ffffff;
	text-align: left;
	}
	
	
	
	
	
/**************************
SIDEBAR COLUMN
**************************/
#sidebar {
	/*background:#ffffff;*/
		float:right;
	width:180px;
	background:#ffffff;
	
	text-align: left;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #000000;
	}
	
	
/**************************
FOOTER
**************************/
#footer {
width: 760px;
float:left;
background:#ffffff;
border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;




}

	
	
div.pullquote {float: left; width: 250px; color: #A09080;
				/* border: solid #908070; border-width: 1px 1px;*/
				 font: bold 1em Arial, Helvetica, sans-serif;
				 padding:  10px 10px 10px 0px; margin: 1px 7px;}