@CHARSET "ISO-8859-1";

BODY {
    background-color : #FFFFFF;
    font-family : Arial, Helvetica, sans-serif;
    color : #000088;
    margin: 10px; 
	}
.header {
	width: 800px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	}
.mainBody {
	width: 800px;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #00b2d9;
	}
.isysLogo {
	background-image: url(../images/trace_logo.png);
	width: 120px;
	height: 40px;
	margin-left: 680px;
	}
.banner {
	background-image: url(../images/logonbanner.jpg);
	width: 800px;
	height: 175px	
	}
	
.tmmsLogo {
	background-image: url(../images/MessagingService-logo.jpg);
	width: 325px;
	height: 79px;
	}
.acordLogo {
	background-image: url(../images/member_logo.jpg);
	width: 150px;
	height: 62px;
	float: right;
	margin-top: 17px;
	}
.warning {
	width: 250px;
	height: 43px;
	float: left;
	font-size: x-small;
	color: #00b2d9;
	margin-top: 28px
	}
.loginColumn {
	width: 550px;
	height: 365px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	}
.loginBox {
	margin-left: 125px;
	margin-top: 50px;
	width: 300px;
	height: 120px;
	border: 1px solid #00b2d9;	
	color: #00b2d9;
	font-size: small;
	}
.errorText {
	height: 20px;
	margin-left: 20px;
	color: red;
	}
.loginBox table{
	margin-left: 20px;
	}
.loginBox input{
	color: #0c3471;
	font-size: small;
	border: 1px solid #00b2d9;
	width: 200px;	
	}
.loginBox input.button {
	color: #000;

	border: 1px outset #d7b9c9;
	width: 100px;
} 	
.tagLine {
	font-size: Large;
	height: 25px;
	color: #00b2d9;
	margin-top: 10px;
	}	
.sideColumn {
	width: 229px;
	height: 375px;
	float: right;
	border-left: 1px solid #00b2d9;	
	margin-left: 10px;
	color: #00b2d9;
	}
.sideColumn .sideHeading {
	width: 200px;
	margin-left: 10px;
	background-image: url(../images/TMMS-arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 20px;
	margin-top: 10px;
	font-size: large;
	}
	
.sideColumn .sideText {
	width: 200px;
	margin-left: 10px;
	padding-left: 20px;
	font-size: small;
}
	
.footer{
	color: #00b2d9;
	font-size: x-small;
	width: 800px;	
	margin-left: auto;
	margin-right: auto;
}
.footer table {
	width: 800px;
	}
.footer td.left {
	text-align: left;
	}
.footer td.middle {
	text-align: center;
	}	
.footer td.right {
	text-align: right;
	}
.footer A:link {
	text-decoration: none;
	color: #00b2d9;
	}
.footer A:visited {
	text-decoration: none;
	color: #00b2d9;
	}
.footer A:active {
	text-decoration: none;
	color: #00b2d9;
	}
.footer A:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #00b2d9;
	}
.footer span {
	border: 1px solid red;
}