/* CSS Document */
body {
background-image:  url(http://www.uindy.edu/images/graybar190.gif);
background-repeat: repeat-y;
background-color: #ffffff;
}
#header {
position: absolute;
width: 100%;
top: 0px;
left: 0px;
background-color: #990033;
height: 62px;
}
#wordmark {
position: absolute;
top: 10px;
left: 0px;
background: #990033;
}
#topnav {
position: absolute;
top: 0px;
right: 0px;
background: #990033;
}
#columns {
position: absolute;
top: 62px;
left: 0px;
width: 100%;
}
#center-col {
margin-right: 220px;
margin-left: 210px;
}
#left-col {
float: left;
left: 0px;
width: 210px;
height: 405px;
margin: 0px;
background-repeat: no-repeat;
background-position: bottom left;
}
#main-col2 , #center-col-stretched {
margin-left: 210px;
margin-right: 10px;
}
#right-col {
float: right;
right: 0px;
margin-top: 15px;
width: 190px;
position:static;
}
#headline_box {
border: solid;
border-color: #000000;
border-width: thin;
width: 160px;
height: 100px;
background-color: #CCCCCC;
margin-left: 30px;
}
#headline_header {
position: relative;
background-color: #990033;
color: #FFFFFF;
margin-top: 0px;
height: 15px;
font-family: Arial, Helvetica, sans-serif; 
font-size: 70%;
}
#headline_content {
margin-left: 5px;
position: relative;
}
#leftnav {
position: absolute;
left: 0px;
width: 180px;
}
ul.leftnav_links {
	position: relative;
	left: 8px;
	padding-left: 0px;
	margin: 6px 0px; 
}
ul.leftnav_sub {
	list-style: none;
	padding-left: 14px;
	}

.clear {
clear: both;
}
#footer {
position: relative;
margin-left: 210px;
margin-bottom: 0px;
}
.fac_bio {
position: relative;
float: left;
top: 0px;
left: 0px;
width: 240px;
}
.large_bio {
position: relative;
float: left;
top: 16px;
left: 0px;
}
.photo {
float: left;
width: 90px;
height: 155px;
}
.large_photo {
float: left;
width: 170px;
height: 460px;
}
/* Form styles */
#course_form {
width: 280px;
/*background-color:#CC3366;*/
}

.form_piece {
position: relative;
margin-top: 5px;
margin-left: 0px;
/*border-width: thick;
width: auto;*/
}

.el_name {
float: left;
width: 100px;
margin-top: 0px;
}

.el_value {
margin-left: 100px;
margin-top: 0px;
}

/* format styles */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	}
p {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 80%;
	}
b {  
	font-family: Arial, Helvetica, sans-serif; 
	}
ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #990033;
	text-decoration: none
	}
a:hover {
	color: #990033;
	text-decoration: underline;
	}
a.left_links {
	color: #990033;
	display: block;
	}
a:hover.left_links {
	color: #990033;
	text-decoration: underline;
	}
input, textarea {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 70%;
	}
.copyright {
	color: #666666;
	font-size: 70%
	}
.copyrightlink {
	color: #666666;
	text-decoration: none
	}
.copyrightlink:hover {
	color: #990033;
	text-decoration: underline
	}
.bullet	{
  color: #990033;
  text-decoration: none;
  font-weight: bold;
  }
.inline_head {
	font-weight: bold;
	}

.subheadunder {margin-bottom: 0px;}
.headover {margin-top: 0px; font-style: italic;}

span.roman {
	font-family:"Times New Roman", Times, serif;
}

