/* CSS Document */

body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color: #FFFFFF;
}

a.mainmenu:link,
a.mainmenu:active,
a.mainmenu:visited {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma, Book Antiqua, Arial, Times New Roman, Times, serif;
	padding: 18px;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #333333;
}

a.mainmenu:hover	{
	color: #FFFFFF;
	text-decoration: none;
	border: 1px outset #669933;
	background-color: #669933;
}

a.submenu:link,
a.submenu:active,
a.submenu:visited {
	display: inline;
	color: #669933;
	text-decoration: none;
	font-family: Tahoma, Book Antiqua, Arial, Times New Roman, Times, serif;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

a.submenu:hover	{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #669933;	/* produces roll-over effect  (size based on padding above) */
}

.title	{
	font-family: Tahoma, Arial, Times New Roman, Times, serif;
	font-size: 19px;
	font-weight: bold;
	color: #669933;
}

p	{
	font-family: Tahoma, Arial, Times New Roman, Times, serif;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
}

li	{
	font-family: Tahoma, Arial, Times New Roman, Times, serif;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}

.body_divider	{
	background-image: url(images/body_divider.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

a.body:link,
a.body:active,
a.body:visited {
	display: inline;
	color: #669933;
	text-decoration: none;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
}

a.body:hover	{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #669933;	/* produces roll-over effect  (size based on padding above) */
}

.footer,
a.footer:link,
a.footer:active,
a.footer:visited {
	display: inline;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma, Arial, Times New Roman, Times, serif;
	padding: 2px;
	font-size: 11px;
	font-weight: normal;
}

a.footer:hover	{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #669933;	/* produces roll-over effect  (size based on padding above) */
}

span.right	{
	text-align: right;
	overflow: hidden;
	position: static;	/* positions element inline; where it's placed within code*/
	height: auto;
	width: auto;
	float: right;		/* IMPORTANT: allows element to right-align without breaking layout */
}

div.contact	{
	position: relative;	/* positions element relative to containing block (td), using top/right position info */
	height: auto;
	width: auto;
	float: right;		/*IMPORTANT: necessary to position element without breaking layout */
	right: 146px;		
	top: 218px;
	overflow: hidden;
}

div.submenu	{
	position: relative;	
	height: auto;
	width: auto;
	float: right;	/*IMPORTANT: necessary to position element without breaking layout */
	right: -68px;	/* right position info accounts for div.contact position above */
	top: 238px;
}

div.noscript	{
	position: relative;	
	height: auto;
	width: auto;
	float: right;	/*IMPORTANT: necessary to position element without breaking layout */
	right: -208px;	/* positions noscript element directly over div.submenu */
	top: 242px;
}

input {
	font-size:11px;
	text-transform:uppercase;
	color:#FFFFFF;
	background-color:#669933;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	margin-top: 2px;		/* controls spacing around outside of button  */
	margin-bottom: 2px;
	padding: 2px;			/* controls spacing inside button */
}
