
p, div, td {
	font-size: 13px;
	font-family: Verdana;
	color: #333333;
}

img {
	border: 0;
}

a:link {
	color: #0167C9;
	text-decoration: none;
}

a:visited {
	color: #0167C9;
	text-decoration: none;
}

a:hover {
	color: #0167C9;
	text-decoration: underline;
}

h2 {
	color: #6640B4;
	/* color: #783FC3; */
	/* color: #6E7661; */
	/* color: #C33F48; */
}

.mainContainer {
	width: 975px;
	padding: 0;
	margin: 0px auto;
	border: 0px solid red;
	position: relative;
	border: 0px solid red;
}

.innerContainer, .bottom, .echo img {
	behavior: url('images/iepngfix.htc');
}

.innerContainer {
	width: 935px;
	background-image: url('images/contBg.png');
	background-repeat: repeat-y;
	/* background-color: #887743; */
	padding: 0 20px 0 20px;
}


.top {
	width: 975px;
	height: 38px;
	background-image: url('images/top.jpg');
	background-repeat: no-repeat;
}

.bottom {
	width: 975px;
	height: 64px;
	background-image: url('images/bottom.jpg');
	background-repeat: no-repeat;
}


.content {
	width: 935px;
	font-size: 12px;
	color: #444444;
	line-height: 150%;
	padding-top: 3px;
	background-color: white;
}

.footer {
	/* border-top: 1px solid #bac8cf; */
	/* margin-top: 17px; */
	/* background-color: #FFFFFF; */
	width: 900px;
	margin-left: 50px;
}

#menu {
	margin: 0;
	padding: 0;
}

#menu a {
	color: #231F20;
	font-weight: bold;
	text-decoration: none;
}

#menu li {
	padding: 5px 0 10px 13px;
	list-style-type: none;
	background-image: url('images/button.jpg');
	background-repeat: no-repeat;
}



input.button {
        color: #FFFFFF;
        font-size: 12px;
        padding: 4px 12px;
	font-weight: bold;
        font-family: Verdana;
        background-color: #6E7661;
}

input.regButton {
        padding: 4px;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
        font-family: Verdana;
        background-color: #6E7661;
}


.failure {
	color: #AA0000;
	font-weight: bold;
}

.error {
	color: #AA0000;
}


.row0, .tablerow0 {
	background-color: #F0F0F0;
}

.row1, .tablerow1 {
	background-color: #FFFFFF;
}

.hilite {
	background-color: #DDDDDD;
}



