﻿/*
	siteindex.css
	Copyright 2006 Northern Arizona University
	Author: Dave Laplander (Dave.Laplander@nau.edu)
*/

html, body 
{
	 margin-left: 20px;
}

div#main
{
	position: relative;
	width: 800px;
}

div#banner
{
	width: 100%;
	text-align: center;
	color: #0000cc;
	border-bottom-color: black; 
	border-bottom-style: solid;
	border-bottom-width: thin;
}

div#index
{
	text-align: center;
	width: 100%;
	border-bottom-color: black; 
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding-top: 10px;
	padding-bottom: 10px;

}
div#index li
{
	display: inline;
	white-space: nowrap;
	margin-left: 5px;
	margin-right: 5px;
}

div#index ul
{
	display: inline;
	vertical-align: middle;

}

div#leftC
{ 
	margin-top: 10px;
	position: absolute;
	left: 0px;
	right: 50%;
	width: 50%; 
	text-indent: 10px; 
}

div#rightC
{
	margin-top: 10px;
	position: absolute;
	left: 50%;
	right: 0;
	width: 50%; 
	text-indent: 10px;
	border-left-style: solid;
	border-left-color: black;
	border-left-width: thin;
}

.indexEntry
{
	 list-style-type: none;
}

