/*
   Colors
   		Purdue Gold	
   			#b1946c  &  #e0d5c5   (90734b)
   		Accents & links
   			#4C5A7C	#6C81B1 #CDDDFF #E6EEFF
   		Accent greys
   			#333  #666 
*/

/* Fonts & basic color issues first */
body
{
	color: black;
	background-color: white;
	text-align: justify;
	font: normal Medium/1.3em "Times New Roman", "Times", serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Arial Black", "Gill Sans", "Arial", sans-serif;
	color: black;
	font-weight: bold;
}

.invis { display: none; }
.cursive { font-family: "Zapf Chancery", "Apple Chancery", cursive; }

a:link
{
	background-color: inherit;
	cursor: pointer;
	color: #90734b;
}

a:visited { color: #6C81B1; }
a:hover { text-decoration: underline; }

a:active
{
	color: #CDDDFF;
	text-decoration: underline;
}

/* Headers */
h1
{
	text-transform: capitalize;
	text-align: left;
	font-size: 1.6em;
	float: left;
	clear: left;
	padding: 0;
	margin: .75em;
	display: inline;
}

h2
{
	text-transform: capitalize;
	background-color: #b1946c;
	font-style: oblique;
	font-size: 1.2em;
	text-align: center;
	padding: .5em 0 .5em 0;
	border: black thin ridge;
	margin: 1em auto .5em auto;
}

h3
{
	text-indent: -1em;
	text-align: left;
	margin: 0;
	padding: 1em 0ex .4em 0ex;
}

h4
{
	padding: .75em 0 .5em 0;
	margin: 0;
}

.center
{
	text-align: center;
	margin: auto;
}

/* Regular  formats */
strong
{
	font-style: oblique;
	font-weight: bold;
}

address
{
	display: inline;
	font-size: .9em;
	font-style: oblique;
	font-variant: normal;
}

hr
{
	margin: 1em auto 1em auto;
	width: 70%;
	height: 2pt;
	background-color: black;
	color: inherit;
	display: block;
}

acronym
{
	text-transform: capitalize;
	font-variant: small-caps;
}

blockquote
{
	margin: .5em auto .5em auto;
	width: 80%;
	color: #666;
	text-align: justify;
	display: block;
	white-space: normal;
	font-size: 95%;
	font-style: oblique;
	font-variant: normal;
	font-weight: lighter;
}

q
{
	color: #666;
	font-size: 1em;
	font-style: italic;
}

/* Images */
img
{
	border: 0;
	padding: 0px;
	margin: 1.5em;
	vertical-align: middle;
	display: inline;
}

img.pdf
{
	padding: 0;
	margin: 0;
	vertical-align: text-bottom;
}

img.left
{
	float: left;
	clear: left;
}

img.right
{
	float: right;
	clear: right;
}

/* List styles */
ul.bullet
{
	list-style-type: disc;
	list-style-position: outside;
	margin: .6em 0 .6em 2.5em;
}

ul.box
{
	list-style-type: square;
	list-style-position: inside;
	margin: .6em 0 .6em 1.5em;
}

ol
{
	list-style-type: decimal;
	list-style-position: inside;
}

/* Special general styles */
.both { clear: both; }
.indent { margin: 0 0 0 2em; }

/* 
    Special sections 
*/

#main
{
	background-color: #B1946C;
	clear: both;
	border-color: black;
	border-width: medium 0 0 0;
	border-style: solid;
	margin: 0;
}

#content
{
	background-color: white;
	padding: 1em 2em;
	min-height: 46em;
	border-right: 1em #B1946C solid;
	margin: 0 0 0 16em;
}

#content p { margin-bottom: 1em; }

#bottom
{
	background-color: #b1946c;
	clear: both;
	padding: .5em 2em;
	font-size: 75%;
	vertical-align: middle;
}

#footleft
{
	float: left;
	text-align: left;
	width: 20%;
	margin: 1em 0 1em 0;
}

#footmid
{
	margin: auto;
	text-align: center;
}

#footright
{
	float: right;
	text-align: right;
	width: 20%;
	margin: 1em 0 1em 0;
}
