

body {
	background-image: url("pages/images/bg3.jpg");
	background-repeat: repeat-y;
	font-family: arial;
}

dl#menu {
	width: 90%;
}

dt.btn {
	text-align: center;
	padding-top: 10px;
	width: 90%;
}

dt.btn a {
	display: block;
	background: #cd0b12;
	border: 5px outset white;
	padding: 5px;
}

dt.btn a:active{
	background: white;
	border: 5px inset #cd0b12;
	color: #cd0b12;
}

.ButtonText {
	color: #ffffff;
	font-style: none;
	font-weight: bolder;
	font-family: arial;
	text-decoration: none;
}

.ButtonText2 {
	color: #000000;
	font-style: none;
	font-weight: bolder;
	font-family: arial;
	text-decoration: none;
}

#menu {
	position: relative;
	top: 0;
	left: 0;
	width: 20%;
	padding: 5px;
	
}


#head {
	position: absolute;
	top: 0;
	left: 20%;
	height: 20%;
	right: 0;
	padding: 5px;
	padding-left: 100px;	
}

#main {
	position: absolute;
	top: 20%;
	left: 20%;
	right: 0;
	padding: 5px;
	padding-left: 15px;
}

.tableStyle {
	width: 90%;
	padding: 10px;
	font-family: arial;
	font-weight: bolder;
	text-align: left;
	color: #cd0b12;
}

td {
	padding: 5px;
	vertical-align: top;
}

label {
	font-size: large;
}

input {
	font-size: large;
	border: 2px solid #cd0b12
}

.formDesign {
	border: 4px solid #cd0b12;
	padding: 1px;
	color: #cd0b12;
	font-weight: bolder;
	background-image: url("pages/images/bg4.png");
	background-repeat: repeat-y;
}

.butcol {
	background-color: #cd0b12;
	color: #ffffff;
	font-weight: bolder;
}

caption {
	font-size: larger;
}

textarea {
	font-weight: bolder;
	font-size: larger;
	color: #cd0b12;
	border: 2px solid #cd0b12;
	background-image: url("pages/images/bg4.png");
	background-repeat: repeat-y;
}