body {
	background: #eaeff7 url(../i/background.gif) repeat-x;
	font-family: 'Lucida Grande', verdana, arial, sans-serif;
	margin: 1px 0 0 0;
}
p, .bodyText {
	font-size: 11px;
	color: #333;
	margin: 12px 0 14px 0;
}
input.txt, textarea {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
}
input.but {
	font-size: 10px;
	font-weight: bold;
	color: #666;
	background-color: #e8e8e8;	
}
h4 {
	font-size: 12px;
	color: #336;
	margin: 14px 0 5px 0;
}

/**** TEXT ****/
.blue { font-size: 11px; color: #336; }
.lg { font-size: 12px; line-height: 140%; }
.grey { font-size: 11px; color: #666; }
.smText { font-size: 10px; color: #333; }
.boldText {
	font-size: 10px;
	color: #333;
	font-weight: bold;
}

/**** LAYOUT ****/
#copyBox {
	margin: 0px 0 0 25px;
	width: 86%;
}
html > body #copyBox { margin: 13px 0 0 25px; }
.formTbl td {
	padding: 5px 5px;
	border-bottom: 1px dotted #CCC;
}
#footer {
	margin: 20px 0 0 2px;
	display: block;
	line-height: 170%;
}
#header { position: relative; }
#highlightBox {
	background: #FFF url(../i/background_box.gif) repeat-x;	
	border: 1px dotted #CCC;
	padding: 0 6px 0 12px;
}
#mainTbl { margin-left: 30px; width: 748px; }
.project { width: 360px; margin-left: 12px; }
.project img { float: left; margin: 0 12px 10px 0 ;}
#topNav {
	font-size: 9px;
	font-weight: bold;
	width: 763px;
	xheight: 29px;
	text-align: center;
	xvertical-align: top;
	font-family: verdana, arial, sans-serif;
	xmargin-left: 15px;
	color: #c22323;
}
#topNav td { background: #FFF url(../i/background_nav.gif) no-repeat; }
#topNav td.on { background: #FFF url(../i/background_nav_on.gif) no-repeat; }

#utilNav {
	position: absolute;
	z-index: 10;
	top: 49px;
	left: 559px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}
html > body #utilNav { left: 574px; }
#wrapper {
	margin:0px auto;
	width: 793px;
	background: #FFF url(../i/background_wrapper.gif) repeat-y;
}

/* LISTS */
.arrow ul {
	padding: 0 0 0 12px;
	margin: 0 0 0 12px;
}
.arrow ul li {
	list-style-image: url(../i/bullet_arrow.gif);
	font-size: 12px;	
	font-weight: bold;
	padding: 0 0 6px 0;
	margin: 0 0 6px 0;	
	
}
.blueBullet { width: 330px; }
.blueBullet ul {
	padding: 12px 0 0 10px;
	margin: 12px 0 0 10px;
	
}
.blueBullet ul li {
	list-style-image: url(../i/bullet.gif);
	font-size: 12px;	
	font-weight: bold;
	color: #336;	
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;	
}
#bpoints {
	width: 763px;
	height: 96px;
	background: #FFF url(../i/blend.gif) no-repeat;
	margin-left: 15px;
}
#bpoints ul {
	margin-top: 12px;
	margin-bottom: 0;
}
#bpoints li {
	list-style-image: url(../i/bullet_sm.gif);
	font-size: 12px;	
	color: #336;
	margin-bottom: 7px;
	/*border:1px solid green;*/
}

/** LINKS **/
#utilNav a, #utilNavHome a { text-decoration: none; color: #c22323; }
#utilNav a:hover, #utilNavHome a:hover { text-decoration: underline; }
a { text-decoration: underline; color: #c22323; }
a:hover { text-decoration: none; }
#topNav a{ text-decoration: none; color: #416a95; }
#topNav a:hover{ text-decoration: underline; }