
/* Begin Typography & Colors */
body {
	font-size: 75%; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #fff;
	color: #333;
	text-align: left;
    width: 800px;
	height:100%
	}
	
a:link {
	color: #000066;
	}
	
a:visited {
	color: #333333;
	}

#content {
	font-size: 1.2em;
	}
	
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
	
h1 {
	font-size: 1.2em;
	color: #990000;
	}
	
h2 {
	font-size: 1.1em;
	color: #000066;
	}
	
h3 {
	font-size: 1em;
	color:#006600
	}
	
h4 {
	font-size: 1.5em;
	color:#FFFFFF;
	}
 
.caption {
	font-size: 1em;
	}
		
p {
	font-size: 1em;
	}

#main {
height:100%;
position:static;


}


/* Layout
----------------------------------------------- */

/* Page
----------------------------------------------- */
#page {
	/*clear: both;*/
	
}

/* Header
----------------------------------------------- */
#header {
	width: 790px;
	height: 60px;
	clear: both;
	background-image: url(Templates/img/eyebar3.jpg);
	background-repeat:no-repeat;
	line-height: 1.5em;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 1px;
	color: #fff;
}

.header {
	font-size: 1.5em;
	color:#fff;
	margin-top: 10px;
	}
	
.header a:link, a:visited {
	color:#fff;
		}

.header a:hover {
	color:#ff0; 
    }	

/* Crumb
----------------------------------------------- */
#crumb {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 10px;
}

.crumb {
	font-size: 1em;
	color: #FFFFFF;
	}
	
.crumb a:link, a:visited {
	color: #FFFFFF;
		}

.crumb a:hover {
	color: #FFFF00; 
    }	

/*  Left column
----------------------------------------------- */
#left {
	width: 150px;
	height:100%;
	/*position: absolute;
	top: 69px;
	bottom: 8px;
	left: 8px;*/
	padding: 5px;
	float:left;
	background-color: #CCCCCC;
}

.sidehead {
	margin-top:5px;
	font-weight:bold;
	color:#990000;
	}
	
.sidehead a:link, a:visited {
	color:#990000;
	}
	
.sidehead a:hover {
	color:#FFFF00;
	}

.navbox {
	float: none;
	padding: 5px;
}

.navboxtitle {
	font-size: 1.2em;
	font-weight: bold;
}

.navboxtitle a:link {
color:#900;
}

.navboxtitle a:visited {
color: #97534E;
}

/* Center column
----------------------------------------------- */
#center {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 450px;
	height:100%;
	margin: 5px;
	padding: 5px;
}

.pic {
	margin: 4px;
	padding: 4px;
	float: right;
	clear: none;
}


/* Right (right column)
----------------------------------------------- */
#right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#003366;
	font-style:italic;
	width: 160px;
	margin-top: 5px;
	margin-left: 5px;
	padding: 5px;
	position:absolute;
	top: 69px;
	left: 630px;
}

/* Footer
----------------------------------------------- */
.footer {
	font-size: 1em;
	font-style:italic;
	width:150px;
	vertical-align:bottom;
	position:absolute;
	bottom: 1px;
}
