body {
  text-align: center;
  min-width: 985px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
#wrapper {
  text-align: left;
  width: 985px;
  margin-left: auto;
  margin-right: auto;
}

#wrappercolor {
  text-align: left;
  width: 985px;
  margin-left: auto;
  margin-right: auto;
  background: #000
}

body {
  /* MSIE 5 doesn't center based on auto left/right margins, 
     but 'text-align:center' does center top-level divs: */
  text-align: center;
  /* Specify a min-width for the body as wide as the 'wrapper'
     element itself. This prevents negative (i.e. inaccessible)
     left-margins in narrow browser windows when using 
     Navigator 6+/Mozilla on Win32: */
  min-width: 985px;
  background-color: #000000;
}
#wrapper {
  /* Reset alignment to compensate for 'text-align:center': */
  text-align: left;
  /* Specify the width of the element. This should be the same
     as 'body min-width': */
  width: 985px;
  /* Set left and right margins to auto, thus centering the 
     element in the containing (body) tag: */
  margin-left: auto;
  margin-right: auto;
}
#bottom {
	position:relative;
	text-align:center;
	left:0px;
	bottom:0px;
	width:985px;
	height:57px;
	margin-top: 15px;
	
}

#topbanner {
	position:relative;
	text-align:center;
	left:0px;
	top:0px;
	width:985px;
	height:200px;
	}
	
	#subnav {
	position:relative;
	text-align:left;
	left:0px;
	top:-10px;
	width:985px;
	height:25px;
	z-index:20;
	}
	
#maincontent {
	position:relative;
	text-align:center;
	left:0px;
	top:0px;
	width:985px;
	
	padding-left:7px;
	padding-right:7px;
	padding-bottom:7px;
	padding-top:0px;
	}


/* Link formatting */

a {
	text-decoration: none;
}

a:link {
	color: #6699cc;
}

a:visited {
	color: #6699cc;
}

a:hover {
	color: #6699cc;
	text-decoration: underline;
}


/* Universal Fonts */


p {text-align:left; font-size: 13px}

	
	
	.orangeheadline {font-family: verdana,arial,helvetica; 
	font-size: 15px; 
	letter-spacing: 0;
	padding:0;
	color:#ff9933;
}

.whiteheadline {font-family: verdana,arial,helvetica; 
	font-size: 15px; 
	letter-spacing: 0;
	padding:0;
	color:#FFFFFF;
}

	.caption {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 9px;
	font-weight:bold;
	text-align:center;
  
 }
 
	.captionleft {
		font-family:Verdana, Geneva, sans-serif;
		font-size: 9px;
		font-weight:bold;
		text-align:left;
		
	}
 

/* Bullets */

ol li { list-style-type: arabic numbers;}

ul {
list-style-type: none;
padding-left: 0px;
margin-left: 5px;
margin-top:0px;
padding-top:0px;
}

 .iconlist
{
list-style: none;
margin: 0;
padding: 0;
}

ul li
{
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 1px 1px 1px 7px;
	margin: .4em 0;
}

li.logobullet
{
	background-image: url(graphics/logobullet.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 7px 1px 1px 17px;
	margin: .4em 0;
}


li.bulletpdf
{
background-image: url(http://www4.wittenberg.edu/graphics/bullets/pdf.png);
background-repeat: no-repeat;
background-position: 0px 5px;
padding: 7px 1px 1px 17px;
margin: .4em 0;
}

li.bulletworddocument
{
background-image: url(http://www4.wittenberg.edu/graphics/bullets/word.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 3px 0 3px 15px;
margin: .4em 0;
vertical-align:top;
}

li.bulletsquare
{
background-image: url(http://www4.wittenberg.edu/graphics/bullets/square.png);
background-repeat: no-repeat;
background-position: 0 7px;
padding: 3px 0 3px 10px;
margin: .4em 0;
margin-left:5px;
vertical-align:top;
}

li.bulletsquarebold
{
background-image: url(http://www4.wittenberg.edu/graphics/bullets/square.png);
background-repeat: no-repeat;
background-position: 0 7px;
padding: 3px 0 3px 10px;
margin: .4em 0;
margin-left:5px;
vertical-align:top;
font-weight: bold;
}

#floatleft {
	margin-right: 7px;
	float: left;
	background-color: #FFF;
	padding: 3px;
	margin-top: 3px;
}

#floatright {
	float: right;
	background-color: #FFF;
	padding: 3px;
	margin-left: 7px;
	margin-right: 30px;
}

#picborder {
	background-color: #FFF;
	padding: 3px;
}
#floatleftvid {
	float: left;
	background-color: #000;
	padding: 0px;
	margin: 0px;
}

#floatrighttvid {
	float: right;
	background-color: #000;
	padding: 0px;
	margin: 0px;
}
