.spec {
	position: absolute;
	left: -1000px;
	top: 0px;
}

body {
	background-color: #646464;
	/*background-image: url(/images/stone.jpg);*/
	/*background: url(/images/flowers.png);*/
	margin: 0px; 
	padding: 0px;
}

html, body { 
	height: 100%;
}

body, td { 
	font-family: Arial; font-size: 11px;
}

.sep {
	padding: 0px 5px;
	color: gray;
}

a { 
	color: darkblue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.leftBar {
	background-image: url(/images/left_bar.gif);
}

.topBar { 
	border: solid 1px black;
	height: 17px;
	background: url(/images/flowers.png);
	/*background-image: url(/images/top_bar.gif); */
	font-size: 12px; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%;
	padding-top: 1px;
}

.topBar div {
	xposition: absolute;
}

.topBar a, .topBar b {
	background-color: gray;
	color: white;
	border: solid 1px #606060;
	border-bottom: black;
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radiu: 8px 8px 0 0;
	margin-right: -2px;
	padding: 0px 10px;
	text-decoration: none;
	cursor: default;
}

.topBar b {
	background-color: #666666;
	border: solid 1px black;
	border-bottom: solid 1px #666666;
}

.topBar a:hover {
	cursor: pointer;
	background-color: gray;
	color: white;
	text-decoration: underline;
}

.leftCol {
	top: 10px; 
	position: absolute;
	height: 100%; 
	overflow: hidden; 
	width: 118px; 
	margin: 18px 10px;
}

.mainCol {
	padding-left: 140px; 
	height: 100%;
}

.infoBox {
	line-height: 12px;
	background-color: #DADADA; 
	border: solid 1px gray; 
	border-bottom: solid 3px gray;
	border-right: solid 2px gray;
	padding: 4px; 
	margin-bottom: 10px;
}

.startImage {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webikit-border-radius: 0px;
	border: solid 1px black;
	border-right: solid 2px black;
	border-bottom: solid 2px black;
	margin-right: 10px;
}

a:hover .startImage {
	-moz-box-shadow: 1px 1px 6px #000;
	-webkit-box-shadow: 1px 1px 6px #000;
	box-shadow: 1px 1px 6px #000;
}

.header {
	color: black;
	font-family: 'IM Fell DW Pica';
	font-size: 30px;
	margin-bottom: 10px;
	border-bottom: solid 3px #E0E0E0;
}

.inputsubmit {
	background-color: silver !important;
}
