/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR:white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    /*
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    */
     
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    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;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

/*
A:link	{	
	text-decoration: underline;
	color:Blue;
	font-size:smaller;
	
	}	
A:hover	{	
	text-decoration:	underline;

	color:white;
	font-size:smaller;
	}
*/	

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;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}




/* center column headlines on home page */

.homeCenterColHeadline{
	color:black;
	background-color:lightsteelblue;
	border-bottom:solid 1px black;
	border-top:solid 1px white;
	border-left:solid 1px white;
	border-right:solid 1px black;
	text-align:center;
	font-family:Comic Sans MS;
	font-size:16;
}
.homeCenterCol{
	font-family:Comic Sans MS;
	font-size:small;
   /*font-weight:bold;*/
   color:dimgray;	
	/*background-color:gainsboro;*/
}

.thinBlackBorder{
	border-bottom: black 1px solid;
	border-right: black 1px solid;
	border-top:black 1px solid;
	border-left:black 1px solid;
}

.raisedBorder{
	border-bottom: black 1px solid;
	border-right: black 1px solid;
	border-top:white 1px solid;
	border-left:white 1px solid;
}

/* apply A sttributes to specific  classes */
/* Not used and menuItem is not an A element just here for reference 
A.menuItem:link    {
    text-decoration:    none;
    color:white;
}

A.menuItem:visited {
    text-decoration:    none;
    color:white;
}

A.menuItem:active  {
    text-decoration:    none;
    color:white;
}

A.menuItem:hover   {
    text-decoration:    underline;
    color:white;
}
*/
/* End apply A sttributes to specific  classes */
	



.utc
{
	/*border-bottom: black 1px solid;
	border-right: black 1px solid;
	border-top:white 1px solid;
	border-left:white 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;*/
	/*font: messagebox;*/
	font-size:medium;
  /*font-weight:bold;*/
	/*background-color: lavender;*/
	color:Black;
	text-align:right;
}
.fixedTable
{
	table-layout: fixed;
}

.photoCaptions
{
	font-family:Comic Sans MS;
	font-size:medium;
	color:lightSteelBlue;	
}

/* for master page menu */
DIV.topMenu
{
	/* ONLY WAY I COULD GET RID OF WHITE SPACE ABOVE THE MENU */
	position:relative;
	left:0px;
	top:-6px
}
/*
DIV.topMenu A:visited
{
	text-decoration: underline;
	color:Blue;
	font-size:medium;
}

DIV.topMenu A:link	{	
	text-decoration: underline;
	color:Blue;
	font-size:medium;
	
	}	
DIV.topMenu A:hover	{	
	text-decoration:	underline;
	color:Blue;
	font-size:medium;
	}
*/
/*
A:visited
{
	color:yellow;
		
}
A:link
{
	color:yellow;
	
}
A:hover
{
	color:yellow;
}*/

.MainMenu
{
	border-bottom:solid 1px white;
}

.leftSideDynamicMenu
{
	background-color:lavender;
	margin:0px 0px 0px -10px;
	padding:12px 12px 12px 12px; 
	border:solid 1px black;

	
}