
	html {
		height:100%;
		min-height: 100%;				
	}
	
	body{
		margin:0;
		padding:0;
		background: repeat-x url("images/background_fade.jpg");
		height:100%;
		min-height: 100%;				
		font-family : Arial, Helvetica, sans-serif;		
		overflow:auto;		
	}

	div#content A:LINK{color:#0053A4;}
	div#content A:VISITED{color:#0053A4;}
	div#content A:ACTIVE{color:#2069AF;}
	div#content A:HOVER{color:#2069AF; text-decoration: underline;}
	div#content A {text-decoration : none;}	

	
	div#header{position:relative}
	div#footer{position:relative}

	div#header h1{
		position:absolute;
		margin:0;
		color: #FFFFFF;
		z-index : 1;
		top: 110px;
		right: 45px;
		font-size : 24pt;
		font-style : italic;
		font-weight : lighter;
	}
	
	div#wrapper{
		position:relative;
		width: 930px;
		margin-left: 1px;
		top: 152px;
		/* height:80%; */
	}
	

	div#navigation{
		background-color : #B4C2DF;		
		width:160px;
		margin:0;
		float: left;
		height : 100%;
	}


	#content {
		padding-top: 5px;
		margin-right: 5px;
		margin-left: 5px;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 10pt;
		/* height: 400px; */
		min-height: 400px;
	}

	 h2 {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12pt;
		margin-top: 5px;
		margin-bottom: 0px;
	}
	
	 h3 {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 8pt;
		margin-top: 2px;

	}

	td {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 10pt;
	}

	
	.navibutton{
		background: url('images/Navibutton.gif') 0 -0px no-repeat;
		height: 25px;
		width: 153 px;
		margin-top:2px;
		overflow: hidden;
		display : block;
		text-transform : uppercase;
		text-decoration : none;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-style : normal;
		font-weight : bold;
		color: white;
		line-height: 25px;
		padding-left:22px;
	}
	
	.subbutton{
		background: url('images/Subnavi.gif') 0 -0px no-repeat;
		height: 20px;
		width: 153 px;
		margin-top:2px;
		overflow: hidden;
		display : block;
		text-transform : uppercase;
		text-decoration : none;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-style : normal;
		font-weight : bold;
		color: white;
		line-height: 25px;
		padding-left:22px;
	}
	
	.formbutton{
		background: url('images/Navibutton.gif') 0 -0px no-repeat;
		height: 25px;
		border: 0px;
		width: 153 px;
		margin-top:2px;
		overflow: hidden;		
		text-transform : uppercase;
		text-decoration : none;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-style : normal;
		font-weight : bold;
		color: white;
		line-height: 25px;
		padding-left:22px;
	}


