/* CSS Document */

body {
	background:#F3EFDD;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-size:12px;
}
body,td,th {
	font-family:verdana, sans-serif;
	color:#1B2467;
}
.inputText {
	color:#333399;
	font-size:9px;
}
.top {
	width:100%;
	height:200px;
	background:url(../images/page/topBack.gif);
}
.topLeft {
	width:780px;
	height:200px;
	background:url(../images/page/topBack.jpg);
}
.leftcolumn {
	background: url(../images/page/menuBack.gif);
	width:200px;
	height:100%;
	float:left;
	display:inline;
	z-index:2;
}
.rightcolumn {
	padding:20px;
	float:right;
	display:inline;
	z-index:1;
}
.title {
	font-size:180%;
	font-weight:bold;
	color:#CC0000;
    letter-spacing:-1px;
}

