/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    FONT-SIZE: 13px;
    COLOR: #003366;
    FONT-FAMILY: arial, arial;
    BACKGROUND-COLOR: #ffffcc;
    TEXT-ALIGN: center
}
TABLE.maintable
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	width: 780px;
	border-bottom: black 1px solid;
}
TD.leftmenucell
{
	border-right: #808080 1px solid;
	background-position: 50% bottom;
	padding-left: 6px;
	background-image: url(images/menubg.jpg);
	width: 168px;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-color: #ffffcc;
}
TD.contentcell
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 612px;
	padding-top: 10px;
}
TD.homequickcell
{
	border-right: #ffcc33 1px solid;
	padding-right: 2px;
	border-top: #ffcc33 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #ffcc33 1px solid;
	padding-top: 2px;
	border-bottom: #ffcc33 1px solid;
}
A, A:visited, A:active	{	
	text-decoration:	none;
	color:	#660000;
	}	
	
A:hover	{	
	text-decoration:	underline;
	color:	#660000;
	}
	
A.MenuItemParentEx, A.MenuItemParentEx:visited, A.MenuItemParentEx:active
{
	font-weight: bold;
	font-size: 17px;
	color: #cc0000;
	line-height: 15pt;
	font-family: times new roman, serif;
	text-decoration: none;
}
A.MenuItemParentEx:hover
{
	font-weight: bold;
	font-size: 17px;
	color: #cc0000;
	font-family: times new roman, serif;
	text-decoration: underline;
}
A.MenuItemParent, A.MenuItemParent:visited, A.MenuItemParent:active
{
	font-weight: bold;
	font-size: 15px;
	color: #660000;
	line-height: 15pt;
	font-family: times new roman, serif;
	text-decoration: none;
}
A.MenuItemParent:hover
{
	font-weight: bold;
	font-size: 15px;
	color: #660000;
	font-family: times new roman, serif;
	text-decoration: underline;
}
	
A.MenuItemChild, A.MenuItemChild:visited, A.MenuItemChild:active
{
    text-decoration: none;
    font-size: 11;
    color: #063366;
    font-family: arial
}
A.MenuItemChild:hover
{
    text-decoration: underline;
    font-size: 11;
    color: #063366;
    font-family: arial
}
SMALL
{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
H1
{
	font-size: 15pt;
	font-family: Verdana, Arial;
}
.pagetitle
{
	font-weight: bold;
	font-size: 16px;
}

/* Mapping Styles */
.mapdiv
{
	border-right: dimgray 2px solid;
	border-top: dimgray 2px solid;
	border-left: dimgray 2px solid;
	width: 580px;
	border-bottom: dimgray 2px solid;
	height: 300px;
}
.mapinfo
{
	font-size: 12px;
}
.mapinfowindow
{
	font-size: 10px;
}

