/* 
----------------------------------------------------------------------------- 
GLOBAL RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}




/* 
----------------------------------------------------------------------------- 
GENERIC STYLES
-----------------------------------------------------------------------------*/
a {
	text-decoration:none;
	outline: none;
	color: #4D2200;
}
a:hover {
	text-decoration: underline;
}
a[href$=".pdf"] { 
	background: url(images/pdf.png) no-repeat right center;
	padding-right: 20px;
}
#left, .left, .float-left {
	float: left;
}
#right, .right, .float-right {
	float: right;
}
#header a strong, hr {
	display:none;
}



body {
	font: 0.85em/1.75em "Trebuchet MS", Arial;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: no-repeat;
}
#header a {
	display: block;
	height: 66px;
	width: 220px;
}
#navigation a:hover, #navigation .on a {
	background: #fafafa;
	color: #572600;
	border-bottom: 1px solid #572600;
	text-decoration: none;
}
#container {
	clear: both;
	background: #FFFFFF;
}
#content {
	width: 467px;
	margin-right: auto;
	margin-left: auto;
	font-size: 130%;
	color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
}
#content h1 {
	font: normal 225%/1em "Myriad Pro Semibold", Arial;
	margin-bottom: 15px;
	letter-spacing: -2px;
	display: block;
}
#content p {
	margin-bottom: 1em;
}
#content #left {
	width: 550px;
}
#content #right {
	width: 155px;
	font-size: 12px;
	line-height: 1.4em;
}
#content #right .sidebar {
	background: url(../../images/page.png) no-repeat left top;
	padding-top: 10px;
}
#content #right .sidebar div {
	background: url(../../images/page.png) no-repeat left bottom;
	padding: 0px 10px 40px;
	color: #333333;
}
#content #right .sidebar h4 {
	font-size: 130%;
	font-weight: bold;
	color: #512300;
	margin-bottom: 5px;
}
#footer {
	margin: 10px auto;
	width: 757px;
	font-size: 80%;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.number {
	background-color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
}
