/* ISU WEB TEMPLATE #3 */
/* Table-ized Version */

/* Author: Jason Hiddle */
/* Pardon the hacks, but being a fellow designer */
/* one just expects IE to screw up anything and everything */

/* ---[ START CSS ]--- */

/* BASIC ELEMENTS */

body { 
	background: #fff;
	margin: 0;
	padding: 0;
}

#home { 
	background: #fff; 
	margin: 0px;
}

p { 
	margin-top: 0px; 
	text-align: left;
}

a:link { 
	text-decoration: none; 
	color: #0b4094;	
}

a:visited { 
	text-decoration: none; 
	color: #4F6B8B;
}

a:hover { 
	text-decoration: underline; 
	color: #4F6B8B;
}

#layout td {
	font: 10px/13px Arial, Helvetica, sans-serif;
	color: #111;
}

#isuglobal a:link, #isuglobal a:hover, #isuglobal a:visited {
	color: #01267F;
	text-decoration: none;
	background: transparent;
}

#isuglobal a:hover {
	text-decoration: underline;
}

td#logo {
	border-left: 1px #01267F solid;!important;
	border-left /**/: none;
}

td#hdr { 
	text-align: left;
	border-left: 1px #01267F solid;!important;
	border-left /**/: none;
	border-right: 1px #01267F solid;!important;
	border-right /**/: none;
}

td#hdr h1 {
	font: 28px trebuchet ms, tahoma, arial, helvetica, sans-serif; 
	color: #3393f7; 
	margin: 5px 0 0 15px;
	padding: 0;
	background: transparent;
}

td#content {
	font: 12px/14px arial, helvetica, sans-serif; 
	color: #303030; 
	padding: 15px 30px 0px 15px;
	background: transparent;
	text-align: left;
}

td#content h2 {
	color: #0053af;
	margin: 10px 0 25px 0;
	font-size: 180%;
	font-family: trebuchet ms, tahoma, arial, helvetica, sans-serif;
}

td#footer {
	padding: 10px 10px 30px 10px;
	margin-left: 0px;
	font: 10px/13px arial, helvetica, sans-serif; !important; 
	font /**/: 9px/13px arial, helvetica, sans-serif; /* IE5/Win */
	color: #444;
	background: transparent;
	text-align: left;
}

td#nav {
	border-right: none;
}

/* SITE NAVIGATION LIST */

#sitenav, #sitenavlist { display: none; }


/* NON-BULLETED LISTS */

#nobull li {list-style-type: none;}
#nobull li a {background: transparent; text-decoration: none;}
#nobull li a:hover {background: transparent; text-decoration: underline;}

ul.nobull li {list-style-type: none;}
ul.nobull li a {background: transparent; text-decoration: none;}
ul.nobull li a:hover {background: transparent; text-decoration: underline;}


/* ---[ END CSS ]--- */










