/*FILE NAME: project.css 
WRITTEN BY: Christina E. Miller	& Aonya McCruiston
DATE CREATED: Nov. 2006
Purpose: To provide scripting code to be universally applied throughout the site.  Mainly code in here provides the placement coordinates for structures commonly found througout our site.  There is also code involving text and image layouts.
Last Modified: April 05, 2007*/

BODY {	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;	font-size: 14pt;	background-color: #FFFFCC;	color: #663333;	}

a:link {color: #663333;	font-weight:bold;}

a:hover {text-transform: uppercase}

a:visited {color: #000000;}

H1, H2, H3 {	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;	background-color: #FFFFCC;	color: #663333;	}

h1 {	font-size: 22pt;	text-align: center;	}

H2 {	font-size: 16pt;	}	

BLOCKQUOTE {		margin-left: 140px; 		margin-right:140px;		margin-top: 1cm; 		margin-bottom: 1cm;		} 

#navbar {		position: absolute;		top: 0px;		left: 0px;		}

#siglog {	position:absolute;	width:200px;	height:115px;	left: 510px;	top: 12px;}

#pictable {	position:absolute;	width:900px;	left:211px;	top:352px;}

#Header {	position:absolute;	width:897px;	height:51px;	z-index:2;	left: 208px;	top: 278px;}

#text {	position:absolute;	width:758px;	height:115px;	z-index:3;	left: 275px;	top: 368px;}

#wotmtrans { position:absolute;	width:830px; height: 433px;	left: 201px;	top: 290px;}

IMG.left {	float: left;	margin: 15px 15px 15px 15px;	}

IMG.right {	float: right;	margin: 15px 15px 15px 15px;	}
