/* GLOBAL
-------------------------------------------------------------------- */
body { 
	margin: 0;
	padding: 0;
	text-align: left;
	background: #9cb58e url(/dait/imgs/bg.jpg) repeat-x;
	font-family: "Trebuchet", sans-serif;
	font-size: 12px;
	}

img {
	border: 0
	}

form {
	padding: 0;
	margin: 0;
	}

fieldset, legend {
	border: none;
	}

hr {
	border: none 0;
	border-top: 1px solid #666666;
	width: 100%;
	height: 1px;
	padding-top: 5px;
	margin-bottom: 5px;
	}

.req {
	font-size: 11px;
	color: #ec9a10;
	font-weight: normal;
	}

/* legacy
table th {
	font-weight: bold;
	color: #cc9933;
	margin: 10px 0 5px 10px;
	padding: 0;
	}
	table th a {
	color: #3333cc;
	text-decoration: underline;
	}
	table th a:hover {
	color: #cc6633;
	text-decoration: none;
	}
table td {
	color: #824100;
	margin: 0 0 10px 10px;
	padding: 0;
	}
*/


/* STRUCTURE
-------------------------------------------------------------------- */
#wrapper {
	width: 850px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 13px;
	margin-bottom: 20px;
	padding: 0 10px 0 10px;
	}

#wrapper #header {
	width: 850px;
	height: 117px;
	text-align: left;
	background: url(/dait/imgs/bg_header.gif) no-repeat;
	margin: 0 0 12px 0;
	padding: 0;
	}
#wrapper #header h1.reader {
	display: none;
	}
#wrapper #header .util {
	float: right;
	margin: 12px 15px 0 0;
	padding: 0;
	}
* html #wrapper #header .util { /* IE6 */
	margin: 12px 10px 0 0;
	}
#wrapper #header .util p {
	color: #e0eed8;
	margin: 0;
	padding: 0;
	}
	#wrapper #header .util p a {
	color: #e0eed8;
	text-decoration: underline;
	padding: 0 3px 0 3px;
	}
	#wrapper #header .util p a:hover {
	color: #314625;
	text-decoration: underline;
	}	

#wrapper #nav {
	width: 850px;
	height: 25px;
	background: url(/dait/imgs/bg_nav.gif) no-repeat;
	margin: 0;
	padding: 0;
	}
#wrapper #nav ul {
	height: 25px;
	list-style: none;
	display: inline;
	margin: 0 0 0 12px;
	padding: 0;
	}
#wrapper #nav ul li {
	font-size: 13px;
	line-height: 25px;
	font-weight: bold;
	display: inline;
	border-left: 1px solid #ffffff;
	margin: 0;
	padding: 0 8px 0 9px;
	}
* html #wrapper #nav ul li { /* IE6 */
	padding: 0 5px 0 8px;
	}
*:first-child+html #wrapper #nav ul li { /* IE7 */
	padding: 0 5px 0 8px;
	}
#wrapper #nav ul li.home {
	border: none;
	}
	#wrapper #nav ul li a {
	color: #ffffff;
	text-decoration: none;
	}
	#wrapper #nav ul li a:hover {
	color: #314625;
	text-decoration: none;
	}

	#wrapper #nav ul li.on a {
	color: #314625;
	text-decoration: none;
	}

#guts .subnav {
	color: #314625;
	margin: 0 0 20px 0;
	padding: 0;
	}
	#guts .subnav a {
	color: #314625;
	text-decoration: underline;
	}

#wrapper #content {
	width: 850px;
	background: #ffffff;
	margin: 0;
	padding: 0;
	}
#wrapper #content #guts {
	margin: 0;
	padding: 18px 20px 18px 20px;
	}
#wrapper #content #gutsHome {
	margin: 0;
	padding: 18px 20px 18px 20px;
	}
#wrapper #content #btm {
	width: 850px;
	height: 13px;
	background: #9cb58e url(/dait/imgs/bg_content_bottom.gif) no-repeat left top;
	margin: 0;
	padding: 0;
	}


/* BASICS / Home
-------------------------------------------------------------------- */
#gutsHome .one {
	width: 260px;
	float: left;
	border-right: 1px dotted #c2d699;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	}
#gutsHome .two {
	width: 260px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	}
#gutsHome .three {
	width: 230px;
	float: right;
	margin: 0;
	padding: 0;
	}

#gutsHome p {
	line-height: 19px;
	color: #000000;
	margin: 0 0 10px 0;
	padding: 0;
	}
	#gutsHome a {
	color: #3333cc;
	text-decoration: underline;
	}
	#gutsHome a:hover {
	color: #314625;
	text-decoration: underline;
	}
#gutsHome h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #72a457;
	margin: 0 0 7px 0;
	padding: 0;
	}

#gutsHome .login {
	background: url(/dait/imgs/bg_login.gif) no-repeat;
	background-position: top;
	margin: 0;
	padding: 0 10px 10px 10px;
	}
* html #gutsHome .login { /* IE6 */
	padding: 0;
	}
#gutsHome .login h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #72a457;
	margin: 0;
	padding: 5px 0 10px 0;
	}
* html #gutsHome .login h3, *  html #gutsHome .login table { /* IE6 */
	padding-left: 10px;
	}
#gutsHome .login table td {
	color: #585f48;
	}
#gutsHome .login p.forgot {
	font-size: 11px;
	color: #000000;
	background: url(/dait/imgs/icon_help.gif) no-repeat 0 50%;
	margin: 0;
	padding: 1px 0 0 15px;
	}
* html #gutsHome .login p.forgot { /* IE6 */
	background: url(/dait/imgs/icon_help.gif) no-repeat 10px 30%;
	padding: 1px 0 10px 25px;
	}

#guts .loginSolo {
	margin: 0;
	padding: 0;
	}
#guts .loginSolo h1 {
	font-size: 19px;
	line-height: 22px;
	font-weight: bold;
	color: #72a457;
	margin: 0 0 15px 0;
	padding: 0;
	}
#guts .loginSolo table td {
	color: #585f48;
	}

#gutsHome .qlinks {
	background: url(/dait/imgs/bg_qlinks.gif) no-repeat;
	background-position: bottom;
	margin: 0;
	padding: 0 0 15px 0;
	}
#gutsHome .qlinks h3 {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #ffffff;
	background: #72a457;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	}
#gutsHome .qlinks ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 10px 0 10px;
	}
#gutsHome .qlinks ul li {
	border-bottom: 1px dotted #669900;
	margin: 0;
	padding: 5px 0 4px 0;
	}

#gutsHome .footer {
	background: url(/dait/imgs/home_footer_top.gif) no-repeat;
	margin: 20px 0 0 0;
	padding: 15px 0 0 0;
	}
* html #gutsHome .footer { /* IE6 */
	margin: 40px 0 0 0;
	}
*:first-child+html #gutsHome .footer { /* IE7 */
	margin: 40px 0 0 0;
	}
#gutsHome .footer .info {
	float: left;
	margin: 0;
	padding: 0;
	}
#gutsHome .footer table {
	border-collapse: collapse;
	margin: 0;
	}
#gutsHome .footer table th {
	margin: 0;
	padding: 0 0 8px 0;
	}
#gutsHome .footer table td {
	margin: 0;
	padding: 0 0 7px 0;
	}

#gutsHome .footer .logos {
	text-align: center;
	float: left;
	margin: 10px 0 0 100px;
	padding: 0;
	}
#gutsHome .footer .logos p {
	text-align: center;
	font-size: 11px;
	line-height: 15px;
	font-style: italic;
	color: #555555;
	margin: 0;
	padding: 7px 0 0 0;
	}


/* BASICS
-------------------------------------------------------------------- */
#guts p {
	line-height: 18px;
	color: #000000;
	margin: 0 0 10px 0;
	padding: 0;
	}
	#guts a {
	color: #3333cc;
	text-decoration: underline;
	}
	#guts a:hover {
	color: #314625;
	text-decoration: underline;
	}
#guts h1 {
	font-size: 19px;
	line-height: 22px;
	font-weight: bold;
	color: #72a457;
	margin: 0 0 15px 0;
	padding: 0;
	}
#guts h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #72a457;
	margin: 15px 0 5px 0;
	padding: 0;
	}
#guts h3 {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #72a457;
	margin: 0 0 5px 0;
	padding: 0;
	}

#guts span.header {
	font-size: 19px;
	line-height: 22px;
	font-weight: bold;
	color: #72a457;
	margin: 0 0 15px 0;
	padding: 0;
	}

#guts h1 span.util {
	font-size: 12px;
	}

#guts ul {
	list-style-type: none;
	margin: 0 0 10px 10px;
	padding: 0;
	}
#guts ul li {
	line-height: 18px;
	background: url(/dait/imgs/bullet.gif) no-repeat;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	}

#guts .photo {
	float: left;
	margin: 0;
	padding: 0 10px 10px 0;
	}	

#guts .modPilot {
	float: right;
	width: 330px;
	background-color: #e8f0d9;
	margin: 0;
	padding: 0;
	}
#guts .modPilot .top {
	height: 20px;
	background: #ffffff url(/dait/imgs/bg_pilot_top.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
	}
#guts .modPilot .btm {
	height: 20px;
	background: #ffffff url(/dait/imgs/bg_pilot_btm.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	}
#guts .modPilot h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #72a457;
	margin: 0;
	padding: 7px 0 6px 10px;
	}
* html #guts .modPilot .top h3 { /* IE6 */
	padding: 7px 0 0 10px;
	}
#guts .modPilot h4 {
	font-size: 12px;
	font-weight: bold;
	color: #72a457;
	margin: 0;
	padding: 12px 10px 5px 10px;
	}
#guts .modPilot p {
	line-height: 18px;
	color: #000000;
	margin: 0;
	padding: 0 10px 5px 10px;
	}


/* CUSTOM / Legacy
-------------------------------------------------------------------- */
.printview {
	background: #ffffff;
	margin: 0;
	padding: 10px;
	}
.printview h1 {
	font-size: 19px;
	line-height: 22px;
	font-weight: bold;
	color: #cc9933;
	margin: 0;
	padding: 0 0 0 15px;
	}
.printview ul li {
	font-size: 12px;
	line-height: 18px;
	color: #824100;
	padding: 0;
	margin: 0;
	}

.cal {
	margin: 0;
	padding: 0;
	}
.cal .table {
	color: #557145;
	}
	.cal .table a {
	color: #3333cc;
	text-decoration: underline;
	}
	.cal .table a:hover {
	color: #cc6633;
	text-decoration: none;
	}

.disc {
	border: 1px solid #000000;
	margin: 0;
	padding: 0;
	}
.disc .table {
	color: #557145;
	}
	.disc .table a {
	color: #3333cc;
	text-decoration: underline;
	}
	.disc .table a:hover {
	color: #cc6633;
	text-decoration: none;
	}

table.rs_matrix {
	margin: 0;
	padding: 0 10px 0 10px;
	}
table.rs_matrix th {
	text-align: left;
	color: #ffffff;
	background-color: #577a44;
	margin: 0;
	padding: 2px 0 2px 5px;
	}
table.rs_matrix td {
	vertical-align: top;
	border-bottom: 1px solid #cde0c4;
	margin: 0;
	padding: 10px 0 5px 5px;
	}

