
/*GLOBAL OBJECTS*/
body {
	font: 80% helvetica, arial, sans-serif;
}
#container	{
	
}
#header	{
	min-height: 67px;
	background-image: url(../images/signature.gif);
	background-position: 7%;
	background-repeat: no-repeat;
	border-bottom: solid green 1px;
}

#content	{
	margin: auto auto auto 220px;
	padding: 2em;
	/*font-size: 90%;*/
	color: black;
}
#leftContent	{
	background-image: url(../images/border2.jpg);
	background-position: right 0%;
	background-repeat: repeat-y;
	float: left;
	padding: 2em 2em 0 2em;
	width: 160px;
	min-height: 1000px;
}
/*LOCAL OBJECTS AND CLASSES*/

.contentGroup	{
	padding-top: 2em;
}
div.clear	{clear: both; border: solid red 1px;}
div.left {float: left; padding-right: 20px;}
div.right {float: right; padding-left: 20px;}
div.center {text-align: center;}


/*TYPES AND FONTS ETC*/
h1.title	{font: 200% "times new roman", georgia, serif; color: black;}
h2.subtitle	{font: 140% "times new roman", georgia, serif; color: #2a4b1e;}
p {	line-height: 20px;}
p.ingress	{font: 100% helvetica, arial, sans-serif; color: black; font-weight: bold; font-style: italic;}
p.indent	{margin-top: -1em; font: 100% helvetica, arial, sans-serif; color: black; text-indent: 1em; 	line-height: 20px;
}
p.header	{font: 120% "times new roman", georgia, serif; color: black; font-weight: bold;}
p.cursive	{font: 100% helvetica, arial, sans-serif; color: black; font-style: italic;}
p.imgText	{max-width: 160px; font: 90% helvetica, arial, sans-serif; color: black; font-style: italic;}
a.menu, a.menu:link, a.menu:visited {
	text-decoration: none; color: green;
}
ul li	{
	line-height: 20px;
}
a.menu:hover {
	text-decoration: underline; color: green;
}
a.submenu, a.submenu:link, a.submenu:visited {
	font-size: 60%; text-decoration: none; color: green;
}

a.submenu:hover {
	font-size: 60%; text-decoration: underline; color: green;
}
a.text, a.text:link, a.text:visited {
	text-decoration: none; color: green;
}

a.text:hover {
	text-decoration: underline; color: green;
}
.imgCent	{
	margin: 1em 8em;
}

