/* *** Reset browser styles *** */



h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, code, pre, form, fieldset, blockquote, html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
  -moz-opacity: .999;
}

table {
	border-collapse: collapse; /* prevents double borders */
	border-spacing: 0;
}

td, th, caption {
	font-weight: normal;
	text-align: left;
}

img, fieldset  { 
	border: 0; /* remove border around linked images and fieldsets */
}

ol  {
	margin-left: 1.8em; /* add smaller indent than default */
	list-style: decimal;
}

ul {
	margin-left: 1.5em;
	list-style:square;
}

q:before, q:after { 
	content:''; /* remove browser generated quote marks */
}

/* 3 col layout */

#threeCol #contentWrap {
	width:70%;
	padding-left: 50px;
	
	position: absolute;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	float: left;
}

#threeCol #news {
	float: right;
	width: 175px;
	padding-top:1em;
}

#threeCol #main {
	width: 70%;
	margin-right: 10px;
	text-align: left;
	display: block;
	padding: 20px;
}







/* common layout */

#contentWrap {
	float:left;
}

#contentWrap #main {
	float: right;
	padding: 25px;
}

#threeCol #sidebar, #twoCol #sidebar {
	float: left;
	width: 150px;
	padding-top: 1em;
	background: url(../images/burning_book.jpg) no-repeat 70% 100%;
	padding-bottom: 350px;
}

#container {
	width: 760px;
	margin: 0 auto;
	border-right: 1px solid #A7A37E;
	border-left: 1px solid #A7A37E;
	background-color: #FFFFFF;
	position: relative;
}

#footer {
	clear: both;
}
a {
	text-decoration: none;
	color: #046380;
}




/* page styles */
body {
	font: 62.5% "Trebuchet MS", Arial, sans-serif;
	background: url(../images/bg.png) repeat-x;
}




#main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	text-transform: none;
	color: #990000;
	padding-top: 1em;
	font-weight: normal;
	margin-bottom: 20px;
	padding-left: 100px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FC6;
	padding-bottom: 1em;
}

#main h2 {
	color: #053131;
	font-size: 1.8em;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-left: 100px;
}
#main {
	padding-top: 1em;
	background-color: white;
}
#main p {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1em;
}



#footer {
	border-top: 1px solid #A7A37E;
	color: #046380;
	margin-top: 10px;
	margin-left: 10px;
	background: #E6E2AF;
	border-left: 1px solid #A7A37E;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 0;
}










/*allow alpha trans of bg image*/
* html #banner span#badge a {
background-image: url(../images/IEpostit.png);
background-position: 0 0;
height: 61px;
}

* html #banner span#badge a:hover {
background-position: 0 -61px;
}

* html #banner span#badge a {
	left: 750px;
}







small {
	font-size: 75%;
}
