body {
	margin: 25px 25px 25px 25px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px; /* about 9pt */
	line-height: 18px;
	color: #00344D;	
}

@media print { 

	body {

		margin: 0px 0px 0px 0px;
		padding: 0px;	

	}
	
}

table {
	border-collapse: collapse;
	empty-cells: show;
}

td, th {
	font-family: Verdana, Arial, sans-serif;
}

th {
	color: #FFFFFF;
	border-bottom: solid 1px #000000;
	background: #939871;
	text-align: left;
}

td {
	border-bottom: solid 2px #AAAAAA;
	background: #F6F6F6;
}

#directory table {

}

#directory th {
	background-color: #C6D6CE;
	font-family: Verdana, Arial, sans-serif;
	color: #00344D;	
}

#directory td {
	font-family: Verdana, Arial, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D7D29D;
}

a {
	color: #00573D;
	text-decoration: underline;

}


#header {
	width: 760px;
	padding: 0px;
	
}

#headTitle {
	/*background-image: url(img/coe_header.jpg);*/
	background-position: left;
	background-repeat: no-repeat;
	width: 400px;
	float: left;
	height: 74px;
	/*text-indent: -999em;*/
}
#headPicture{
	height: 74px;
	margin-left: 400px;
	position: relative;
	text-align: right;
}

div#headPicture form#search{
	position: absolute;
	bottom: 6px;
	right: 12px
}


#topNavBar{
	background-image: url(img/rounded_bar.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 13px;
	height: 21px;
	line-height: 21px;
}

#topNavBar ul{
	margin: 0;
	margin-left: 2em;
	padding: 0;
	cursor: default;
	list-style-type: none;
}

#topNavBar li{
	display: inline;
	position: relative;
	padding: 0px 6px;
}

#topNavBar a:link, #topNavBar a:visited, #topNavBar a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#topNavBar a:hover {
	color: #d7d29d;
	text-decoration: none;
}


#footer {
	width: 760px;
	height: 24px; 
	background-image: url(img/rounded_footer.gif);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 24px;
	margin-top: 2px;

}

#wrapper {
	/* background: url(img/sidebar_bg.gif) repeat-y left; */
	width: 760px;
}

#container {
	width: 100%;
	background: url(img/sidebar_bg.gif) repeat-y left;
	float: right;
	margin-left: -160px;
}
#content {
	margin-left: 160px;
	padding: 1.5em;
}

#sidebar {
	float: left;
	background-image: url(img/roundedtop_small.gif);
	background-repeat: no-repeat;
	width: 160px;
	padding-top: 30px;
	padding-bottom: 30px;

}

#content ul {
margin-top: -10px;
}

#content ul ul{
margin-top: 0px;
}

#content li {
padding: 2px;
}

#content table ul, #content div ul {
margin-top: 0px;
}


.infoBox {
	float: right;
	width: 176px;
	margin: 0em 0em 1em 1em;
	border: 2px solid #336699;
	clear: right;
	background-color: #E6E9F9;
	font-size: 10px;
	color: #000000;
}

.infoBox h3{
	background-color: #336699;
	color: #FFFFFF;
	padding: .25em .5em .25em 1em;
	font-size: 12px;
	margin: 0;
}

.infoBox p{
	margin: .5em;
}

.infoBox table { /*travis added 2/12/08 for eds faculty contact information tables*/
margin-left: .5em; /*seemed ok for other infobox tables like chdv homepage */
width:95%;
}

.infoBox th, .infoBox td {
border-bottom: none;
background: #E6E9F9;
}

.calloutbox {
	border: solid 1px #ac703d;
	clear: right;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 2em;
	margin-left: 0em;	
}

.calloutbox h3, .lonerBox h3{
	background-color: #eee6ce;
	color: #00573d;
	padding: .25em .5em .25em 1em;
	font-size: 12px;
	margin: 0;
}

.calloutbox p{
	margin: .5em;
	
}

.middleBox {
	float: left;
	width: 65%;
	margin: 0em 0em 1em 0em;
	border: solid 1px #ac703d;
	clear: inherit;
}

.middleBox h3{
	background-color: #eee6ce;
	color: #00573d;
	padding: .25em .5em .25em 1em;
	font-size: 12px;
	margin: 0;
}

.middleBox p{
	margin: .5em;
}

.lonerBox{
	display: block;
	width: 95%;
	margin: 0em 0em 1em 1em;
	border: solid 1px #ac703d;
}


}


.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}

a.skip {position: absolute; left: -1000em; width: 20em;}

/*---------------------------------------------------------------------*/


.mainTable {
	width: 760px;
	border-collapse: collapse;
	margin: 2em auto 0 auto;
	background-color: #999999;
	
}



#footer {

	color: #00573D;
	font-size: 10px;

}

h1 {
	font-size: 165%;
	margin-top: 0px;
	color: #AC703D;
	line-height: 24px;
}

h2 {
	font-size: 150%;
	color: #AC703D;	
}

h3 {
	font-size: 135%;
	color: #AC703D;	
}

h4 {
	font-size: 120%;
	color: #AC703D;	
}

h5 {
	font-size: 105%;
	color: #AC703D;	
}

h6 {

	font-size: 100%;
	
}

.darkgreen {

	background-color: #00573D;
	
}

.error_bad {

	background-color: #FF0000;
	
}

.lightgreen {

	background-color: #C6D6CE;
	
}

.lightgreen_short {

	background-color: #C6D6CE;
	width:65%;
	
}

.darkgreentext {

	color: #00573D;
	
}

.lightgreentext {

	color: #C6D6CE;
	
}

.bottom_rule {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D7D29D;}
	
.bottom_rule_2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;}
	

/* Styles used for popout menu - we should probably put it in a CSS file somewhere... */

	
#nav{
		margin-bottom: 16px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #00000;
		background-color: #3E647D;
		font-size: 10px;
		font-family: verdana,helvetica,sans;
		width : 160px;
	}
	

	

	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
	}
	
	#nav ul li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	width: 158px;
	font-weight: bold;
	border: 1px solid #000000;
	margin-bottom: -1px;
}

#nav ul li ul li {
	margin-left: -1px;
	border-right: none;
}


#nav ul li ul li ul li {
	border-right: 1px solid #000000;
}
	
	#nav ul li ul li ul { /* 3rd level lists */
		position : absolute;
		left: -999em;
		margin-left : 159px;
		margin-top : -1.75em;
	}
	
	#nav ul li ul li a{ /* 2nd level lists (not indented just color change */
		background-color: #EEEEEE;
		color: black;
		font-weight: strong;
	}
	
	#nav li a.daddy {
		
		background-image: url(img/nav_arrow.gif);
		background-repeat: no-repeat;
		background-position: center right;
	}
	
	#nav li a { /*make sure the padding + width = the total width of the container */
		width: 146px;
		display : block;
		text-decoration : none;
		padding: 6px;  
		color: #FFFFFF;
	}
	
	
	
	#nav a:link, #nav a:visited, #nav a:active {
	}
	
	#nav li a:hover {
		color : white;
		background-color : #ac703d;
	}
	
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

.redtext {
	color: #FF0000;
}

