html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body, td, .normal {
 	font-family : Din Medium, Trade Gothic, TradeGothic, Tahoma, Verdana;
 	font-size : 12px;
	color : #334B97;
}

body {
	text-align:center;
}
	
p {	line-height: 16px; }


#breadcrumb { padding:0px 0px 6px 0px; font-family:arial; font-size:10px; font-weight:bold; letter-spacing:normal; color:#008C5B; }
#breadcrumb a  { color:#008C5B; }
#breadcrumb a:hover { color:#37439D; text-decoration:none; }

#body {
	width:800px;
	margin:0px auto;
	text-align:left;
	height:100%;
	background-image:url(../image/wui-bg.gif);
	background-position:top center;
	background-repeat:repeat-y;
}

#headstripes {
	height:25px;
	background-image:url(../image/wui-headstripes-bg.gif);
	background-repeat:repeat-x;
}

#content {
	width:749px;
	margin:0px 26px 0px 24px;
	padding:0px;
	background-color:white;
	clear:both;
}

#contentPadded {
	width:749px;
	margin:0px 26px 0px 24px;
	padding:10px 20px;
	background-color:white;
	clear:both;
	/* begin box model hack for getting IE to behave */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:709px;
}

/* be nice to opera hack */
html>body #contentPadded {
  width:709px;
} 

#footer {
	width:749px;
	height:52px;
	background-image:url(../image/wui-footbg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#334B97;
	margin:0px 26px 0px 24px;
	clear:both;
}

#footer p {
	padding:34px 0px 4px 10px;
	margin:0px;
	font-family:verdana;
	font-size:11px;
	color:white;
}

#randImages {
	height:206px;
	background-color:#334B97;
}

#randImages img {
	margin:16px 8px 0px 8px;
}


.babybluebox {
	float:left;
	width:261px;
	background-color:#E6EBFC;
}

a { color: blue;  }
a:visited { color: blue; }
a:hover { color: #942A6E; }

h1, .head  	{
 	font-family: Din Medium, Trade Gothic, TradeGothic, Tahoma, Verdana;
	font-size : 18px;
 	font-weight : bold;
	color : #008C5B;
	line-height:100%;
	}

h2, .home1 {
	font-weight: bold;
	color: #00704B;
	font-size:12px;
	margin:0px 7px 0px 0px;
	}

h3, .home2 {
	font-weight: bold;
	color: #A38302;
	font-size:12px;
	}
	
	
.input {
 	font-family : verdana, geneva, arial, helvetica;
	font-size : 10px;
	color: black;
	background-color:#FFFFFF;
	width:150px;
	}
	
.select {
 	font-family : verdana, geneva, arial, helvetica;
	font-size : 10px;
	color: black;
	background-color:#ffffff;
	}

.textbox {
 	font-family : courier new, monospaced;
	font-size : 11px;
	color: black;
	background-color:#ffffff;
	width:400px
 	}

.button {
 	font-family : verdana;
	font-size : 8pt;
	color: black;
	}
 
.dwarf {
	font-family : verdana;
	font-size : 7pt;
	font-weight:normal;
	line-height: 150%;
	color : black;
	letter-spacing:normal;
	}

	
.trlabel  {
 	font-family : verdana;
 	letter-spacing:normal;
	font-size : 10px;
	font-weight: bold;
	color: #000000;
	background-color:#008C5B;
	}
	
.tdlabel  {
 	font-family : verdana;
 	letter-spacing:normal;
	font-size : 10px;
	font-weight: bold;
	color: #000000;
	background-color:#E7EAFD;
	}
	
.cell  {
 	font-family : verdana,arial,helvetica;
 	font-size:10px;
	font-weight:normal;
	color:black;
	background-color: #f0f0f0;
 	letter-spacing:normal;
	}
	
.cell2  {
 	font-family : verdana,arial,helvetica;
 	font-size:10px;
	font-weight:normal;
	color:black;
	background-color: #e0e0e0;
 	letter-spacing:normal;
	}
		
.box  {
 	font-family : verdana,arial,helvetica;
 	font-size:10px;
	font-weight:normal;
	letter-spacing:0px;
	}

	
	
.dim {
	color: gray;
	}
	
.error {
	color: red;
	font-weight:bold;
	background-color:white;
	}
	
.applyBorder {
	border-width:2px;
	border-color:#008C5B;
	border-style:solid;
}


.calloutbox {
	border: 1px solid #CCCCCC;
	padding:0px;
	margin:0px 19px 0px 0px;
	width:240px;
	background-color:#F6F6F6;
}

.calloutbox p, .calloutbox h2, .calloutbox h3 {
	margin-left:15px;
	margin-right:15px;
}


/* H1 inside comment box will be the blue header stripe. This sets a default text style as well, though you can also use an image */
.calloutbox h1 {
	margin:0px;
	height:42px;
	heig\ht:36px;
	background-image:url(../image/wui-calloutheaderbg.gif);
	background-repeat:repeat-x;
	font-size:15px;
	font-weight:bold;
	font-family:verdana, arial narrow, arial;
	color:#ffffff;
	padding:3px 4px 2px 4px;
}


/* if you use an image, this adjusts the image down 2 pix to center it in the blue stripe */
.calloutbox h1 img {
	margin-top:3px;
}

ul.nav { font-size:11px; margin-left:0px; margin-top:5px; margin-bottom:5px; padding-left:12px; list-style-type:none; list-style-image:none;line-height:170%; }
ul.nav li { margin-bottom:2px; margin-left:0px; list-style-type:none; }
ul.nav li a { background-image:url(../image/navbullet.gif); background-position:0px 3px; background-repeat:no-repeat; padding-left:18px; font-weight:bold; display:block; width:90%;color:#334B97; }
ul.nav li a:hover { background-image:url(../image/navbullet.gif);color: #334B97; }
ul.nav li a:visited { color: #008C5B; }
ul.nav li a, #breadcrumb a  { text-decoration:none; }