@charset "utf-8";

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;}

#container {
	width: 1000px;
	margin: 0 auto; 
	padding: 0;
	text-align: left;}
	
#top {
	height: 108px;}
#top img {
	margin-top: 25px;
	margin-left: 30px;}
#top a {position: absolute;
	top: 0;
	margin-left: 650px;}

#top_menu {
	/*background: url(MasterView/img/logon.jpg);*/
	position: absolute;
	top: 0px;
	margin-left: 275px;
	height: 138px;
	width: 658px;}
	
#search {
	height: 38px;
	color: #fff;}

#bottom_menu {
	height: 23px;
	color: #fff;}
	
#filler {
	font-size: 1px; /*IE fix for height */
	height: 14px;
}
	
h2 {font-size: 1.5em;}

.txtRed {color: #FF0000;}

#logon {
	background: url(MasterView/img/logon.gif) no-repeat;
	width: 404px;
	margin: 0 auto;}

#logon table {
	width: 100%;}
	
.curvedBox {
	background: #ccc url(MasterView/img/cbBG.jpg) repeat-y;
	padding: 0 15px;
	margin-top: 14px;}
.cbTop {
	width: 985px;
	height: 25px;
	margin: 0;
	padding: 0;
	background: #ccc url(MasterView/img/cbTop.jpg) no-repeat;
	position: relative;
	left: -15px;}
.cbBottom {
	width: 985px;
	height: 25px;
	margin: 0;
	padding: 0;	
	background: #ccc url(MasterView/img/cbBottom.jpg) no-repeat;
	position: relative;
	left: -15px;}
.curvedBoxMain {margin: 0 0 0 15px;
	position: relative; 
	top: -15px;
	width: 940px;
	text-align: center;}	


	

