body, p, td{
	background-color : transparent;
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	font-size : .9em;
}

p {																						/* This ensures all text tagged will indent 20 pixels. */
	margin : 20px;
}

.normal {
	background-color : transparent;
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	font-size : .9em;
}

.main {																				/* This pads the main content area of every page. */
	padding : 20px 0 0 0;
}
#menu {																				/* Not sure if this is in use or not.  Will check. */
	font-size : .75em;
	color : #ccc8bc;
	background-color : #608750;
	text-decoration : none;
}

#auction {
	font-size : .75em;
}

.clearmenu {  														 /* This is used for the footer menu */
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	font-size : .75em;
}

.divider {																	/* This is the dotted line divider */
	border-bottom : dashed 2px #506087;
}

ul li.green {																/* This is the green bullet image */
	list-style-image : url(../images/g-bullet.gif);
	padding-bottom: 5px; 
}

ul li.blue {																	/* This is the blue bullet image */
	list-style-image : url(../images/b-bullet.gif);
}

ul li.disc {
	list-style-image : none;
	list-style-type : disc;
	padding-bottom: 5px; 
}

.orderform {
	padding-bottom : 10px;
}
/* ------------ IDs  ------------------------------------------------------------ */

#green {																	/* This is the green border on all pages. */
	border-top : solid 22px #608750;
	border-left : solid 3px #608750;
	border-right : solid 3px #608750;
	border-bottom : solid 10px #608750;
	width : 768px;
}

#green-popup {																	/* This is the green border on all pages. */
	border-top : solid 22px #608750;
	border-left : solid 3px #608750;
	border-right : solid 3px #608750;
	border-bottom : solid 10px #608750;
	width : 500px;
}

#blue{																			/* This is the small blue border on all pages. */
	border : solid 2px #506087;
	width : 764px;
	background-color : white;
}

#blue-popup{																			/* This is the small blue border on all pages. */
	border : solid 2px #506087;
	width : 496px;
	background-color : white;
}

#feature {																	/* This is used to format the text on the features page which feeds the Latest News box on the home page. */
	padding : 10px 5px;											
	font-size : .90em;
	background-color : #ffffff;
	background-image : none;
}

#news {																			/* This is used to format the Latest News box on the Home Page */
	position : relative;													/* Increase or decrease the height on this ID to effect the height of the Latest News box on the main page.*/
	top : 0px;																	/* I don't think I'd make it smaller than 250px */
	left : 0px;
	width : 335px;
	height : 425px;
	border : dashed #506087; 2px;
	padding : .1em;
	background-color : #ffffff;
}

#popuptitle {																			/* Position and style of popup window titles */
	position : absolute; top : 0; left : 13px;
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.25em;
	color : #ffffff;
}

#join {
	position : relative; top : 10px; left : 85%;
	border : black 1px solid;
	width : 88px;
}

/* ------------ HEADINGS ------------------------------------------------------------ */

h1 {																							/* Currently not used.  */
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.75em;
}

h2 {																							/* Used for the Griswold Site Title */
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.5em;
}

h3 {																							/* Currently not used */
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.25em;
}

h3.green {																					/* Used for the Page title */
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.25em;
	color : #608750;
	background-color : transparent;
}

h3.white {																					/* Used for the Page title */
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.25em;
	color : #ffffff;
	background-color : transparent;
}

input.button {																							/* Changes the color of  form buttons */
	background-color : #608750;
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	color : white;
}

/* ------------ OTHER FONT STYLES ------------------------------------------------------------ */

.copyright {																				/* Used for the copyright in the footer */
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .65em;
	color : black;
	background-color : transparent;
}

.title {																							/* Currently not used. */
	font-style : italic;
	color : #506087; 
	font-weight : bold;
	background-color : transparent;
}

.cite {																								/* Used to document page authorship */
	font-style : italic;
	font-size : .65em;
	color : #000000; /* Black */
	background-color : transparent;
}

/* ------------ LINKS ------------------------------------------------------------ */

a:link {
	color : blue;
	background-color : transparent;
	font-weight : bold;
	font-size : .9em;
}

a:hover {
	color : #608750;
	background-color : transparent;
	font-weight : bold;
	font-size : .9em;
}

a:visited {
	color : purple;
	background-color : transparent;
	font-weight : bold;
	font-size : .9em;
}

a:active {
	color : red;
	background-color : transparent;
	font-weight : bold;
	font-size : .9em;
}

/* ------------ FONT WEIGHT/STYLE ------------------------------------------------------------ */

.b {
	font-weight : bold;
}

.i {
	font-style : italic;
}

.bi {
	font-weight : bold;
	font-style : italic;
}

/* ------------ EXTRA MARGIN INDENTS ------------------------------------------------------------ */
/* ------- Used in various places to increase margin insets */
.ml_h {
	margin-left : .5em;
}

.ml_1 {
	margin-left : 1em;
}

.ml_1h {
	margin-left : 1.5em;
}

.ml_2 {
	margin-left : 2em;
}

.ml_2h {
	margin-left : 2.5em;
}

.ml_3 {
	margin-left : 3em;
}

/* ------------ EXTRA FONT SIZES ------------------------------------------------------------ */
.size_55 {
	font-size : .55em;
}

.size_6 {
	font-size : .6em;
}

.size_75 {
	font-size : .75em;
}

.size_9 {
	font-size : .9em;
}

.size100 {
	font-size : 1em;
}

.size108 {
	font-size :1.08em;
}

.size118 {
	font-size : 1.18em;
}

.size125 {
	font-size : 1.25em;
}

.size150 {
	font-size : 1.5em;
}

.size175 {
	font-size : 1.75em;
}

/* ------------ Colors  ------------------------------------------------------------ */

.greent {
	color : #608750;
	background-color : transparent;	
	font-weight : bold;
}

.bluet {
	color : #506087;
	background-color : transparent;
	font-weight : bold;
}

.red {
	color : #ff0000;
	background-color : transparent;
	font-weight : bold;
}
