BODY
{
	font-family: verdana, sans-serif;
	background: #dcdcdc;
}

/* major areas of the document */

#LayoutFooter
{
	border-top: 1px solid #776666;
}

#MainTable
{
	/* background images don't work from a stylesheet for some reason; have to do it inline */
	background-image: url('images/bgloop.jpg');
	border: 1px solid #776666;
}

#Header
{
	font-size: 14px;
	padding: 20px;
}

#Content
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 25px;
}

#ContentSplash
{
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 20px;
}

#Footer
{
	margin-top: 10px;
	font-weight: bold;
	font-size: 7pt;
}


#Footer A
{	
	color: #666666;
	text-decoration: none;	
}

/* classes for navbar links */
.nav
{
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	color: white;	
}

.nav a
{
	color: white;	
}

.nav_selected
{
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	color: #ffff00;
}

.nav_selected a
{
	color: #ffff00;	
}


/* headers */
H1
{
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
	color: #003399;
	font-family: verdana, sans-serif;
	margin-bottom: 5px;
}

/* font size and color */
TD
{
	color: #222222;
	font-size: 90%;
}

A
{
	color:#cc0000;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}


.lemonbullet
{
	font-weight: bold;
	font-style: italic;
	padding-left: 4px;
	font-size: 19px;
	margin: 14px;	
}


.lemonbullet img
{
	margin-right: 10px;
}


.lemonbullet a
{
	color: #ffee66;
	text-decoration: none;
}

.lemonbullet a:hover
{
	color: yellow;
	text-decoration: underline;
}

#Services
{
	padding: 3px;
	font-size: 11px;
}

#Services UL
{
	color: #ff2222;
	margin-left: 0 em;
	margin-top: 0;
	margin-bottom: 0;
}

#Services LI
{
	padding: 1px;
	margin: 1px;
}

#Services H3
{
	font-size: 12px;
	margin: 0;
}

#ServicesHeader
{
	color: white;
	font-size: 11px;
	padding: 3px;
}

.highlighted
{
	background: #eeddcc;
}

#Tagline
{
	font-size: 11px;
	color: white;
}

#Tagline A
{
	color: white;
	text-decoration: underline;
}

