/**************  CLEARING CSS INFORMATION *******************/

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 5px;
	vertical-align: top;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**************  ACTUAL CSS INFORMATION *******************/

body {
	font-family: Verdana;
	background-color: #C4CE84;
	line-height: 1.5em;
	font-size: 0.8em;
}

.wrapper {
	width: 1017px;
	margin: 0 auto;
	background: url(/images/content_bg.jpg) repeat-y;
}

.header {
	background: url(/images/header.jpg) no-repeat;
	height:223px;
}

.content {
	float:right;
	width:700px;
	margin-right: 40px;
	_margin-right: 20px;
	}

.sidebar {
	float: left;
	width: 215px;
	margin-left: 30px;
	_margin-left: 15px;
}

.footer {
	clear: both;
	height: 20px;
	padding: 10px 40px 20px 30px;
	font-size: .75em;
	text-align: right;
	background: url(/images/footer.jpg) no-repeat bottom left;
}

.navcontainer {
	padding: 36px 30px 0 0;
}

ul.navlist {
	font-size:13px;
}

ul.navlist li { 
	display: inline; 
}

ul.navlist li a {
	padding: 11px 0 27px;
	width: 100px;
	color: White;
	text-decoration: none;
	font-weight:bolder;
	float: right;
	text-align: center;
}


h1 {
	padding: 15px 60px 10px 0;
	font-size: 2em;
	line-height: 1.5em;
	color: #FF0000;
	background: url(/images/h1_bg.jpg) no-repeat center right;
}

h2 {
	padding: 15px 60px 10px 0;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #92a424;
}


p {
	margin-bottom: 10px;
}
	
img { 
	behavior: url(iepngfix.htc); 
}	
