			.orange {
				color: #ea5d0b;	
			}

			* {
				color: #64688d;
				font-family: arial, verdana, sans-serif;
				font-size: 10pt;	
				line-height: 1.3;			
			}
			html, body {
				height: 100%;
			}			
			body {
				background: #1c2874 url('../gfx/background.gif') top left repeat-x;
				margin: 0px;
			}	
			div#wrapper {
				height: 100%;
				width: 971px;
				margin-left: auto;
				margin-right: auto;
				background: transparent;	
			}
			div#wrapper_l {
				height: 100%;
				padding-left: 8px;
				background: transparent url('../gfx/shadow_left.gif') top left no-repeat;	
			}
			div#wrapper_r {
				height: 100%;
				padding-right: 8px;
				background: transparent url('../gfx/shadow_right.gif') top right no-repeat;
			}
			div#main {
				min-height: 100%;								
				background: #ffffff url('../gfx/background_navbar.gif') top left repeat-x;
			}
			div#logo {
				height: 137px;
				background: transparent url('../gfx/logo.gif') top left no-repeat;
			}
			div#header {
				height: 82px;
				text-align: right;
				font-weight: bold;
				padding-top: 16px;
				padding-right: 17px;
				font-size: 9pt;
				line-height: 1.3;
				color: #211e75;
			}
			div#nav {
				width: 792px;
				float: right;
				font-weight: bold;	
				padding-left: 18px;
				padding-top: 14px;
			}
			div#nav a {
				color: #64688d;
				text-decoration: none;				
			}
			div#nav a:hover {
				color: #ffffff;
				text-decoration: none;				
			}
			div#logo_bottom {
				background: #ffffff url('../gfx/logo_bottom.gif') top left no-repeat;
				padding-left: 148px;
			}
			div#content {
				background: #ffffff url('../gfx/background_content.gif') top left repeat-x;
				padding-top: 15px;
				padding-left: 15px;	
				padding-right: 17px;	
				padding-bottom: 68px;
			}
			div#content a {
				color: #211e75;
				font-weight: bold;
				text-decoration: none;
			}
			div#content a:hover {
				color: #64688d;
				font-weight: bold;
				text-decoration: none;
			}
			
			div#footer {
				width: 955px;
				height: 18px;
				bottom: 0px;
				margin-top: -68px;

				padding-top: 50px;
				background: #ffffff url('../gfx/background_footer.gif') top left no-repeat;
				text-align: center;
				font-weight: bold;
				color: #943600;				
			}
			
			h1 {
				color: #ea5d0b;	
				font-size: 19pt;
				font-weight: bold;
				margin-top: 0px;
			}
			input,textarea { 
				margin-bottom: 2px;
				width: 99%;	
			}
			textarea {
				height: 150px;
			}