/*
	Base CSS Styles
	Created: January 29, 2008
	Author: Stephen Rushing, eSiteful
	
	This is intended to reset all HTML elements.

*/

@import "2007.css";
@import "header.css";
@import "leftnav.css";
@import "page.css";
@import "footer.css";

*{
	outline:0px;
	border:0px;
	font-family:inherit;
	font-size:100%;
	line-height:inherit;
	font-size:inherit;
	list-style:none;
	border-collapse:collapse;
	white-space:normal;
	color:inherit;
}

ul, li, h1, h2, h3, h4, h5, p{
	margin:0px;
	padding:0px;
}

html{
	overflow:-moz-scrollbars-vertical;
	height:100%;
}


a{
	color:#1f4ab2;
	text-decoration:underline;
}

a:hover{
	color:#CC0000;
}


body{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/images/template/site-bg.jpg);
	background-repeat:repeat-x;
	background-color:#444749;
	padding:0px 0px 20px 0px;
	margin:0px;
	text-align:center;
	font-size:78%;
	color:#000000;
	height:100%;
	
}


.clearboth{
	clear:both;
	display:block;
}


input, select, textarea{
	border:1px solid #cccccc;
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:normal;
	padding:1px 0px 1px 4px;
	white-space:pre;
}

.input-button{
		background-color:#999999;
		color:#eeeeee;
		font-variant:small-caps;
		border-bottom:1px solid #333333;
		border-right:1px solid #333333;
		border-top:1px solid #999999;
		border-left:1px solid #999999;
		padding:1px 4px 1px 4px;
		cursor:pointer;
	}
	
	.input-checkbox{
		border:0px;
	}
	
h1{
	margin:0px 0px 1.2em 0px;
}

h2{
	font-weight: bold;
	font-size: 125%;
	color: #000000;
	font-family: Arial, Helvetica;
	padding:0px 0px .7em 0px;
}

h3{
	font-weight: bold;
	font-size: 120%;
	color: #5A5933;
	font-family: Arial, Helvetica;
	padding:0px 0px .7em 0px;
}


ul{
	margin:0px 0px 1.2em 25px;	
}
		
ul li{
	padding:0 0 3px 0;
	list-style:square outside;
}

ol{
	margin:0px 0px 1.2em 25px;
	padding:0;	
}
		
ol li{	
	padding:0 0 3px 0;
	list-style:decimal outside;
}

ol.lower-alpha li {list-style:lower-alpha outside;}
ol.upper-alpha li {list-style:upper-alpha outside;}
	
p{
	margin-bottom:1.2em;
}

pre {white-space:pre;}