html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* NEWS CSS */

html{background-image:url("bg.jpg"); background-position:top; background-repeat:repeat-x; background-color:#D7810A; font-family: Arial, Helvetica, sans-serif; font-size:0.9em; line-height:1.3em;}
#wrapper{ margin:20px auto; background-color:white; width:900px; border:20px solid white;}
.sidebar h3{background-color: #AC3225; color:white;padding:3px;margin-bottom:10px;}
.sidebar{font-size:0.8em; width:180px;}
#primary{float:left;}
#secondary{float:right;}
#content {width:450px; margin-left:40px; float:left;}
.clearboth{clear:both;}
#header{text-align:left;}
a img{border:0;}

.sidebar li{margin-bottom:10px;}
.sidebar li li,.sidebar li li li, .sidebar li li li li, .sidebar li li li li li{margin-bottom:0;}
.sidebar li a{padding:5px;display:block;}
#primary li a:hover{background-image:url("bluefade.jpg"); background-position:top; background-color:#D4DEE0; background-repeat:repeat-x; color:white;}
#secondary li a:hover{background-image:url("yellowfade.jpg"); background-position:top; background-color:#F8E1AD; background-repeat:repeat-x; color:white;}
.sidebar a{ color:#92764B; text-decoration:none;}
#primary li li li{padding-left:10px;}

a{color:#92764B;}
#content p,#content h1,#content h2,#content li,p,h1,h2,h3, .textwidget{line-height:1.3em; margin-bottom:1em;}
#content h1 a,#content h2 a,#content h3 a{color: #AC3225}
h1,h2,h3{color:#AC3225;}
h1{font-size:1.5em;}
#footer{margin-top:15px; border-top:1px solid #CCCCCC; padding:5px; font-size:0.8em; color:#C76144; text-align: center;}
#footer a{text-decoration:none;}
h2{font-size:1.3em;}
h3{font-size:1.1em;}
#content ul{list-style-type:disc; list-style-position:inside;}
strong{font-weight:bold;}


