/* Standard tag formatting */
body {
		margin:0 0;
		padding:0;
		font-family: verdana, arial, san-serif;
		font-size: 12px;
		font-weight: 500;
		background:white;
	}
	

input {
	margin: 0 3 3 3;
	font-size:10px;
	color: black;
	font-weight:400;
	}	
form {
		margin:0 0;
	}
		
table {
	font-size:12px;
}
a:link {
		font-size: 12px;
		color: blue;
	}
a:visited {
		font-size: 12px;
		color: Red;
	}
a:hover {
		font-size: 12px;
		color: green;
	}
a:active{
		font-size: 12px;
		color: purple;
	}
	
h1 {
		font-size: 18px;
		color: Black;
		margin:5px 0px 3px 0px;
	}
	
h2 {
		font-size: 16px;
		color: white;
		margin:0 0;
		padding: 4px 0px 3px 4px;
	}

h3 {
		font-size: 16px;
		color: black;
		font-weight:900;
		margin:0 0;
		padding: 4px 0px 3px 4px;
	}
	


	
/* ID's and Classes */
#header {
	background:#97BEE5 url("images/header_bkg.gif") top left repeat-x;
	width:100%;
	height: 101px;
	}
	
#bodycontainer {
	clear:both;
	margin:30px 12px 12px 12px;
	}
	
#left {
	float:left;
	width:240px;
	margin:0;
	padding:0px 0px 0px 0px;
	}

#main {
	clear:none;
	margin-left:260px;
	padding:0;
}

#footer {
	clear:both;
	height:40px;
	background: url("images/Bottom_bkgnd.gif") top left repeat-x;
	font-size:10px;
	padding:15px 0px 0px 25px;
	margin:0 0;
}

.smalltext {
	font-size:11px;
}

.admintable {
	width:100%;
	background:#D2E3F4 url("images/top1.gif") left top no-repeat;
	margin:0 0;
	padding: 0 0px 0 4px;
	border: 0;
}

.admintable h2 {
	display:block;
	background: url("images/top2.gif") right top no-repeat;
	padding: 10px 0 6px 4px;
}

.admintablefill {
	display:block;
	background: url("images/top-mid.gif") right top repeat-x;
}
.admintable p {
	margin: 4px 4px;
	font-weight:bold;
}

.bottomtable {
	clear:both;
	display:block;
	height:5px;
	margin-left:-4px;
	background: url("images/bottom2.gif") right bottom no-repeat;
}

.bottomtable span {
	display:block;
	width:100%;
	height:5px;
	background: url("images/bottom1.gif") left bottom no-repeat;
}

.bottomtablefill {
	display:block;
	height:5px;
	margin-right:10px;
	background: url("images/bottom-fill.gif") left bottom repeat-x;
}

.bottomtablefill span {
	display:block;
	width:100%;
	height:5px;
	background: url("images/bottom1.gif") left bottom no-repeat;
}

