/*****************************************/
/**	 GENERIC PAGE STRUCTURE		**/
/* all items that are used in the main site template */

BODY
{	margin: 0px;
	background-color: white;
}
#Universe
{	position:relative;
	left:50%;
	height:100%;
	min-height: 100%;
	margin-left:-300px;
	width: 600px;
}
#Logo
{	height: 91px; width : 625px;
/*	border: 1px solid brown;										*/
	text-align: right;
}
#Menu
{	height: 35px;
	padding: 4px;
	font-family: Verdana;
	font-size: 8pt;
	width: 599px;
	text-align: right;
}

#Time
{	display: none;
}

#Page
{	width: 610px;
	padding: 5px 5px 5px 15px;
/*	border: 1px solid brown;										*/
}

#LeftColumn
{	float: left; width: 165px;
/*	border: 1px solid green;										*/
}
#RightColumn
{	padding-left: 175px;
/*	border: 1px solid green;										*/
}
#Foot
{	margin-top: 30px; margin-left: 30px;
	color: gray;
}
#Foot A, #Foot A:visited, #Foot A:hover { color: gray; text-decoration: underline; }

/**	/GENERIC PAGE STRUCTURE		**/
/*****************************************/
/**	 GENERIC PAGE CLASSES		**/
/* all items that alter the l&f of each page */

.menuItem
{	padding: 3px;
	border: 1px solid white;
	margin: 10px;
	text-decoration: none;
	text-align: center;
	color: black;
/*	border: 1px dotted black;										*/
}
.menuItem:hover
{	color: #9f9f9f;
}

.main
{	font-family: Verdana, "Times New Roman", Georgia; font-size: 10pt; line-height: 150%;
}
.mainsmall
{	font-family: Verdana, "Times New Roman", Georgia; font-size: 8pt; line-height: 150%;
}

.searchEngine
{	display: none;
}

#Content H1
{	height: 50px; display: block;
/*	border: 1px dotted blue;										*/
	margin: 0px; padding: 0px 0px 0px 0px;
	vertical-align: bottom;
	font-family: Georgia; font-weight: normal; font-size: 24pt; color: #AFAFAF;
}
#Content H2
{	font-size: 12pt;
	font-family: Verdana, Georgia;
	margin: 0px; padding: 0px 0px 0px 0px;
}
#Content H3
{	margin: 0px; font-size: 10pt; color: brown;
}
#Content A, #Content A:visited
{	color: blue; text-decoration: none;
}
#Content A:hover
{	text-decoration: underline;
	color: purple;
}
#Content A:active
{	color: red; text-decoration: none;
}

ADDRESS
{	text-decoration: none; font-style: normal;
}

/**	/GENERIC PAGE CLASSES		**/
/*****************************************/
/**	 FRONT ELEMENTS			**/

.frontBox
{	background-image: url("images/front_boxline.gif");
	background-repeat: repeat-x;
	float: left; text-align: left;
/*	border: 1px dotted black;										*/
}
.frontBox A
{/*	display: block;												*/
	font-weight: bold; font-family: Arial, Verdana; color: #6B2B1F; text-decoration: none;
}
.frontBox DIV
{	padding-left: 5px;
}
.frontBox H1
{	font-size: 8pt; margin: 0px; padding: 0px; color: #AFAFAF; height: 25px;
/*	border: 1px dotted blue;										*/
}
.frontBox H2
{	font-family: Arial, Verdana; font-size: 8pt;font-weight: bold; font-family: Arial, Verdana; color: #6B2B1F; text-decoration: none;
	margin: 0px;
}
#FrontServices
{	width: 185px;
}
#FrontNews
{	width: 121px;
}
#FrontInstructions
{	width: 209px;
}


/**	/FRONT ELEMENTS			**/
/*****************************************/
/**	 NEWS ELEMENTS			**/

.newsItem { border: 1px solid #DFDFDF; margin-bottom: 20px; padding: 5px; }

/**	/NEWS ELEMENTS			**/
/*****************************************/
/**	 LINKS/CONTACT ELEMENTS		**/

.linksList LI { padding-bottom: 15px; }
.linksList A { text-decoration: none; color: red; }

#ContactForm INPUT, #ContactForm TEXTAREA
{	background-color: #F3F2FD;
	border: 1px solid #5849E2;
}
.legend
{	float: left; width: 100px; font-weight: normal; text-align: right; display: inline; padding-right: 5px;
}
.field
{	float: left; font-weight: normal; text-align: left; display: inline;
}

/**	/LINKS/CONTACT ELEMENTS		**/
/*****************************************/
/**	 PROPERTIES ELEMENTS		**/
/* all items in a section */


#LeftColumn A, #LeftColumn A:visited
{	font-weight: bold; font-family: Arial, Verdana; color: #6B2B1F; text-decoration: none;
}
#LeftColumn A:hover
{	font-weight: bold; font-family: Arial, Verdana; color: black; text-decoration: underline;
}

.property
{	background-color: #FAFAFA;
	padding: 5px; margin: 0px 0px 10px 10px;
}

/**	/PROPERTIES ELEMENTS		**/
/*****************************************/
/**	 SCREEN/PRINT ELEMENTS		**/
/* all items which alter the l&f according to the media */

.printHide
{	display: none;
}

/**	/SCREEN/PRINT ELEMENTS		**/
