/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: whitesmoke;
    FONT-FAMILY: MS Sans Serif, Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    /*margin: 0 0 0 0;*/
    padding: 0 0 0 0;
    width: 100%;
}

H1, H2, H3, H4, H5
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

TEXTAREA
{
	font-family: Arial;
}

#centercontent
{
	width: 100%;
	margin-left: 1.5in;
}

#bottomcontent
{
	width: 100%;
}

#bottomcontent table
{
	width: 100%;
	font-size: 70%;
	text-align: right;
	/*border-top: solid thin gainsboro;*/
}

#centercontentadmin
{
	/*margin-top: 1in;*/
	width: 100%;
	margin-left: 1.5in;
}

#bottomcontentadmin
{
	/*margin-top: 1in;*/
	width: 100%;
	margin-left: 1.5in;
}

#bottomcontentadmin table
{
	width: 100%;
	font-size: 70%;
	text-align: right;
}

#topcontent
{ 
	left: 0px;
	width: 100%;
	top: 0px;
	height: 1in;
	background-color: white;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(
   GradientType=1, StartColorStr='gainsboro', EndColorStr='white');*/
	border: gainsboro thin dashed; 
}


#leftcontent
{
	position: absolute;
	top: 1.16in;
	/*padding-top: 1in;*/
	left: 10;
	width: 1.5in;
	height: 80%;
	background-color: #f5f5f5; /* whitesmoke */
	border-right: gainsboro thin solid;
	/* border: solid line, 1px, black; */
}

.largecaps
{
	font-size: 3.0em;
	font-weight: bold;
	font-style: italic;
	color: Navy;
	font-family: GothicE;
}

.smallcaps
{
	font-size: 1.5em;
	font-weight: bold;
	color: Navy;
}

.headerdiv
{
	width: 100%; 
	background-color: #dcdcdc; /* gainsboro */
	border: navy thin solid;
}

.contentdiv
{
	width: 100%;
}

.menudiv
{
	width: 100%;
	background-color: Navy;
}

.maintable
{
	width: 8.5in;
}

.contenttable
{
	width: 100%;
}

.contenttable td.menucell
{
	width: 1.75in;
	vertical-align: top;
	background-color: navy;
	border-right: solid 5px whitesmoke;
}

.contenttable td.contentcell
{
	/*width: 100%;*/
	vertical-align: top;
	background-color: whitesmoke;
	/*border: navy thin solid; */
	/*padding: 10px 10px 10px 10px;*/
}

.menutable
{
	color: White;
	font-size: larger;
	/*font-family: MS Sans Serif;*/
	height: 0.35in;
}

.menutable td.item
{
	width: 1.25in;
	text-align: center;
	cursor: pointer;
}

.menutable td.hoveritem
{
	width: 1.25in;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.menutable td.seperator
{
	width: 0.1in;
	text-align: center;
}

.submenu
{
	width: 100%;
	color: White;
}

.submenu th
{
	/*background-color: whitesmoke;*/ /*color: Black;*/
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	border-bottom: gainsboro thin solid;
}

.submenu th.link
{
	cursor: pointer;
}
 
.submenu td
{
	font-size: 90%;
	color: White;
}

.submenu td.link
{
	cursor: pointer;
}

.submenu td.linkhover
{
	font-weight: bold;
	cursor: pointer;
}

.submenu td.extrapadding
{
	padding-left: 15px;
	cursor: pointer;
}

.submenu td.extrapaddinghover
{
	font-weight: bold;
	padding-left: 15px;
	cursor: pointer;
}

.footertable
{
	width: 100%;
	text-align: center;
	font-size: 80%;
}

.bannertable
{
	width: 100%;
	font-size: 80%;
	color: White;
}

.navigation
{
	padding: 5px 5px 5px 5px;
	font-size: 70%;
	font-weight: bold;
	background-color: #dcdcdc; /* gainsboro */
}

.mailto
{
	cursor: pointer;
}

.ssactive
{
	color: #333399;
	cursor: pointer;
}

.ssinactive
{
	color: gray;
	cursor: default;
}

.infotable
{
	width: 100%;
	border: solid 1px navy;
	background-color: #dcdcdc; /* gainsboro */
}

.infotable td.main
{
	font-size: larger;
	font-weight: bold;
}

.infotable td.detail
{
	padding-top: 10px;
	padding-left: 10px;
}

.infotable td.header
{
	background-color: Navy;
	font-size: larger;
	color: White;
}

.infotable td.header2
{
	background-color: Navy;
	color: White;
}

.infotable td.header2 span.link2
{
	cursor: pointer;
}

.infotable td.header2 span.link2hover
{
	cursor: pointer;
	font-weight: bold;
}

.infosubtable
{
	width: 100%;
}

.infosubtable td span.sheader
{
	font-size: larger;
	color: Navy;
	cursor: pointer;
}

.infosubtable td span.sheaderhover
{
	font-size: larger;
	font-weight: bold;
	cursor: pointer;
	color: Navy;
}

.smallfont
{
	font-size: 70%;
}