html, body{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}

body{ 
	background:url(/resource/images/body-background.jpg) repeat-x #6288C7;
}

form {padding:0px; margin:0px; border:0px;}

/*a { color:#333333; }*/
a { color:#0000ff; }

#outer-wrapper{
	width:100%;
	min-height:845px;
	margin:0;
	padding:0;
	background:url(../images/outer-wrapper-background.jpg) no-repeat 50% 0;
}
#inner-wrapper{
	width:76em;
	margin:0 auto;
}

#header{
	
	/*background:url(/resource/images/header-background.png) no-repeat 0 100%;*/
	
	background:url(/resource/images/header-background.jpg) no-repeat;
	
	height:12.2em;
	width:100%;
	padding-right:1ex;
	color:#fff;
}

#header #logo-holder{
	position:absolute;  
	z-index:99;
	top:0px;
	margin-top:10px;
	margin-left:-42px;
	
	/* float:left;
	position:relative;
	left:-9ex;
	top:1.1em;	
	z-index:100; */
}

/*
#header #headerBackgroundContainer{
	position:absolute; 
	z-index:2; 
	margin-top:40px;
}
#headerMainContainer {
	position:absolute; 
	z-index:5; 
	width:760px;
}
*/
/* #headerTopNavContainer {height:40px;} */
/* #headerTopNav {float:right;  margin-right:12px; margin-top:12px;} */
/* #headerMainNav {float:right; margin-right:15px; margin-top:25px;} */
/* a.headerTopLink { color:#ffffff; font-size:11px; text-decoration:none; } */

#header .nav{float:right;}

#header #sub-nav{
	font-size:1.1em;
	height:4em;
	line-height:4em;
	padding:0.1em;
	word-spacing:2px;
	white-space:nowrap;
}

#header #sub-nav a{
	color:#fff;
	text-decoration:none;}

#header #sub-nav span.yellow{
	color:#F3CE37;
	font-weight:900;
}

#header #sub-nav form{display:inline;}
#header #main-nav{padding:1.4em 3em 1.3em 0;}

#content-wrapper{
	/*background:url(../images/content-background-1x1-opaque.png) repeat;*/

	background:url('/resource/images/inner-wrapper-background.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-color:#eaeaec;

}

#content #content-footer div{
	float:left;
	padding-left:13px; 
}

#footer{
	text-align:center;
	color:#ffffff;
	margin-top:2em;
	font-size:1.2em;
	
}
#footer a {
	color:#fff;
	font-size:1.2em;
}

#applicationTable td, #subApplicationTable td {
	padding-bottom:7px;
}

img{border:0;}

.clear{clear:both;line-height:0px;height:0px;width:0px;font-size:0px;}
.red{color:#ed330e;}
.bold{font-weight:700;}

input.inputbox {border:1px solid #809DB9; font-size:12px;}
input.inputImageButton { vertical-align:text-bottom;}




