body {
	background-color: white;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 22px;
	margin: 0px;
}

table tr, table td, table th {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

	
	h1.linksheader {
		display: block;
		margin-top: 10px;
		width: 98%;
		text-align: center;
		font-size: 18px;
		line-height: 22px;
		padding: 1%;
		color: black;
		background-color: #EBECFF;
		border: 1px solid #120A6B;
	}
	
	h2 {
		margin-top: 10px;
		font-size: 16px;
		line-height: 18px;
	}
	
	h3 {
		font-size: 16px;
		line-height: 18px;
	}
	
	h4 {
		font-size: 14px;
		line-height: 16px;
	}
	
	h5 {
		font-size: 12px;
		line-height: 14px;
	}

.logo {
	position: absolute;
	top: 5px;
	background-image: url(/graphics/back.gif);
	background-position: -1px -1px;
	background-repeat: repeat-x;
	width: 100%;
	float: right;
	height: 63px;
	z-index: 2;
}

	.logo p {
		position: relative;
		top: 0px;
		float: right;
		color: white;
		font-weight: bold;
	}
	
	.logo img {
		float: left;
	}

	.logo img, .main img, .badges img {
		border: 0px;
	}
	
.sidebar {
	position: absolute;
	padding-top: 80px;
	top: 0px;
	height: 100%;
	background-color: #cccccc;
	width: 142px;
	text-align: center;
	padding-bottom: 20px;
	background-image: url(../images/sidebarbg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

	.sidebar img {
		border: 1px solid black;
	}

.links {
	position: absolute;
	top: 72px;
	left: 165px;
	width: auto;
	height: 20px;
	font-size: 12px;
}

.links a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

	.links a:hover {
		text-decoration: none;
		color: red;
	}
	
.main {
	text-align: center;
	position: absolute;
	top: 90px;
	left: 180px;
	width: 430px;
}

	.badges {
		position: absolute;
		top: 90px;
		left: 635px;
		height: 100%;
	}

	.badges p {
		text-align: center;
	}
	
	
body#popup .sidebar, body#popup .links, body#internal .badges {
	display: none;
}

body#internal .main {
	width: 520px;
	text-align: left;
}

body#popup .main {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 280px;
	text-align: left;
}
	
.sidebar a {
	display: block;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	border: 2px solid #990000;
	background-color: #eeeeee;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(/images/btnfade.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

	.sidebar a:hover {
		display: block;
		width: 80%;
		margin-left: 10%;
		margin-bottom: 2px;
		padding-top: 1px;
		padding-bottom: 1px;
		text-decoration: none;
		border: 2px solid #990000;
		background-color: #666666;
		color: black;
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
		background-image: url(/images/btnfadeon.jpg);
		background-position: bottom left;
		background-repeat: repeat-x;
	}
	
.inputtable {
			border: 1px solid #333333;
			line-height: 18px;
		}
		
			.inputtable input {
				font-size: 10px;
				height: 21px;
				padding: 0px;
			}
		
		.inputtable td {
			padding-bottom: 4px;
		}
		
		.inputtable .alter {
			background-color: #fafafa;
		}
		
		.required {
			color: red;
		}
		
/* generics */

.centralia {
	text-align: center;
}

.presentedleft {
	float: left;
	margin-right: 10px;
	border: 1px solid black;
}

.hangleft {
	float: left;
	margin-right: 10px;
}

.presentedright {
	float: right;
	margin-left: 10px;
	border: 1px solid black;
}

.whisper {
	color: #999999;
}

.left {
	float: left;
}

.right {
	float: right;
}

.invisible {
	display: none;
}
