/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	line-height:1.6em;
	text-align:center;
	color:#414141;
	background:#eef0db;
}

#accessibility {
	position: absolute;
	top: -10000px;
}

p {
	font-size: 1em;
	line-height: 1.2em;
	margin: 1.2em 0;
}

ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0 0.6em 0;
	font-family: sans-serif;
	color: #c12d06; 
}

h1, h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
                color: #010E2D

}

h4 {
	font-size: 1.2em;
}

a {
	text-decoration: underline;
}

a:link {
	color: #c12d06;
}

a:visited {
	color: #369;
}

a:hover, a:active {
	color: #669933;
}

input, textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #FAFAF0;
	color: #333;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}

blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #E8E7D0;
	font-size: 0.9em;
}

code {
	font-family: monospace;
	color: #666;
}

form, img {
	margin: 0;
	padding: 0;
	border: 0;
}




.small {
	font-size: 0.9em;
	color: #999;
}

/* Layout */

#wrapper {
	margin: 0 auto;
	width: 750px;
	background-color: #FFF;
	text-align: left;
}

#header {
	padding: 30px 0 0 0;
	background-color: #cccc99;
	border-bottom: 2px solid #336666;
}



/* Header Styles */

#header h1 {
	padding: 0 0 20px 20px;
                font-variant: small-caps;
	margin: 0;
	font-size: 1.8em;
}

#header h1 a {
	text-decoration: none;
	color: #336666;
}

#content {
	float: left;
	padding: 0 20px;
	width: 520px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 480px;
}

html>body #content {
	width: 480px;
}

#sidebar {
	float: left;
	padding: 1.8em 20px 0 20px;
	width: 230px;
	font-size: 1em;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 190px;
}

html>body #sidebar {
	width: 190px;
}

* html #content, * html #sidebar {
	overflow: hidden; /* For IE */
}


#googleads {
                padding: 0;
}


#newsletter {
                padding: 10px 0 10px 0;
}

#footer {
	clear: both;
	font-size: 0.9em;
	text-align: right;
}



/* Footer Styles */

#footer p {
	margin: 0;
	padding: 10px 20px 20px 0;
	background-color: #ffffff;
	border-top: 2px solid #336666;
	font-size: 0.9em;
	text-align: right;
}







/* Sidebar Styles */

#sidebar     { width: 180px; 
}



#sidebar h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	background: url(/images/arrow.gif) no-repeat center right;
	font-size: 1.1em;
}



#sidebar ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#sidebar a
{
display: block;
padding: 3px;
width: 160px;
background-color: #eef0db;
border-bottom: 1px solid #369;
}

#sidebar a:link, #sidebar a:visited
{
color: #369;
text-decoration: none;
}

#sidebar a:hover
{
background-color: #369;
color: #fff;
}



