/* CSS Document */

input {
	width: 100px;
}
table {
	border: 1px;
	border-style: double;
	border-color: #FFFFFF;
	width: 100%;
	padding: 10px;
	
}
td {
	vertical-align:top;
	border:none;
	padding:5px;
	
}
a.inred {
	color: #FFFFFF;
	
}
div#boldredfont {
	color: #CCCCCC;
	font-weight: bold;
	
}
div#container {
	position: relative;
	margin: 0px;
	top: -20px;
	left: -20px;
	width: 1017px;
	height: auto;
	
}
div#header {
	position: absolute;
	width: 1017px;
	height: 248px;
	left: 0px;
}
div#redrect {
	position: absolute;
	left: 0px;
	top: 245px;
	width: 260px;
	height: 1050px;
	background-color: #800000;
	
}
div#redrect_courses {
	position: absolute;
	left: 0px;
	top: 245px;
	width: 260px;
	height: 2800px;
	background-color: #800000;
	
}
div#leftcontent {
	position: absolute;
	margin-left: 30px;
	margin-right: 50px;
	top: 255px;
	width: 210px;
	height: 900px;
	color: #CCCC99;
	
}
div#maincontent {
	position: absolute;
	left: 290px;
	top: 248px;
	width: 700px;
	font-size: 11pt;
	padding: 10px;
}
div#invoicecontent {
	position: absolute;
	left: 20px;
	top: 40px;
	width: 620px;
	font-size: 9pt;
	padding: 10px;
	border:dotted;
	border-color:black;
}
div#centeralign {
	text-align: center;
}
table.coursetable {
	width: 100%;
	border: medium;
	border-color: #800000;
	
}


