	body{
	margin : 20px;
	background-color : #ffffff;
	background-image : url(../images/bg.gif);
	background-position : center 0px;
	background-repeat : repeat-x;
	}
	#center{
	width : 950px;
	margin : auto;
	clear : both;
	}
	#toplogo{
	width : 284px;
	height : 252px;
	background-image : url(../images/logo.jpg);
	background-position : 0px 0px;
	background-repeat : repeat-x;
	float : left;
	}
	#topimage{
	width : 651px;
	height : 252px;
	border-right : 15px solid white;
	float : left;
	}
	#menucol{
	width : 635px;
	font-family : Arial, Verdana, Helvetica, Sans Serif;
	font-size : 11px;
	color : #185d7a;
	padding-left : 300px;
	height : 50px;
	}
	#menucol ul{
	padding : 10px;
	margin : 0px;
	}
	#menucol li{
	list-style-type : none;
	display : inline;
	padding : 10px;
	padding-bottom : 30px;
	background-position : center;
	background-repeat : no-repeat;
	}
	#menucol li.selected{
	background-image : url(../images/menubg.gif);
	background-position : center;
	background-repeat : no-repeat;
	}
	#menucol li.over{
	background-image : url(../images/menubg.gif);
	background-position : center;
	background-repeat : no-repeat;
	}
		#menucol a{
		font-family : Arial, Verdana, Helvetica, Sans Serif;
		font-size : 11px;
		color : #185d7a;
		text-decoration : none;
		font-weight : bold;
		}
		#menucol a:hover{
		color : #0a9bda;
		}
	#contentcol1{
	width : 286px;
	float : left;
	margin-top : 50px;
	}
	#contentcol2{
	width : 547px;
	float : left;
	padding : 50px;
	}
	#content{
	width : 450px;
	font-family : Arial, Verdana, Helvetica, Sans Serif;
	font-size : 11px;
	color : #000000;
	line-height : 1.6em;
	clear : both;
	padding-right : 50px;
	padding-left : 20px;
	}
	h1{
	font-family : arial narrow, Helvetica, Sans Serif;
	font-size : 40px;
	color : #034582;
	text-align : right;
	}
	#footer{
	width : 651px;
	height : 20px;
	margin-left : 286px;
	clear : both;
	border-top : 1px solid silver;
	padding-top : 3px;
	}

	
	.inputfield2{
	border : 1px solid gray;
	}
	.width250{
	width : 300px;
	}
	.hidefield{
	display : none;
	}

