/*************************************************************
 Maintainer's style sheet for the Economics Department Website
 Author: Joel Ross
 Updated: 8/23/06
 Original Design: ???
**************************************************************/

/******
 **The general style. Used for blocks of text. Adjusted against the default layout in /includes
 ******/
.style1 {font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 15px; margin-top:0px;}

/******
 **A smaller version of the font. Use with <span> tags to change the font size. (ex: <span class="small">text text text</span> )
 ******/
.small {font-size: 11px;}

/******
 **For subheadings in the page--big, bold, and green. Use with <p align=center class="subheading">
 **Subheadings should also be prefaced with a spacer, below.  
 ******/
.subheading {font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 15px; font-weight: bold; text-decoration: underline; color: #006666;
	margin-top:0px;}

/******
 **For putting a slightly larger space between blocks of text (or other elements).
 ******/
p.spacer {margin-top:10px;}

/******
 **Adjusts the default layout's titles so that they are bigger than subheadings.
 ******/
h1 {font-size:1.6em;}

/******
 **For making a box around certain text
 ******/
.boxdiv {width: 90%;
	margin-right: 7px;
	padding: 5px;
	display: table;
	border: 7px solid #DDE8E4;}
