/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	BACKGROUND-COLOR: white;
	FONT-SIZE: .8em;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal
}


BODY, P, TD
{
	COLOR: #000000;
	font-family:  Georgia, Goudy Old Style, Book Antiqua, Times New Roman, serif;
	font-size:	12pt;
}

.mainTable
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.menuTable TD, .menuTable TD A, .menuTable TD A:visited, .menuTable TD A:hover
{
	color: white;
}

.menuItem
{
	background-color: #7EB8F0;
	background-image: url(images/bg_gradient.jpg);
}

#menuDiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font-size: 11pt;
	line-height:20px;
	z-index:100;
}

#menuDiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
}

#menuDiv a:hover{ /*hover background color*/
	color: White;
	background-color: #5181B1;
}

.detailTable
{
	border-collapse: collapse;
}

.detailTable TD
{
	border: black 1px solid;
}

.MissionStatement
{
	position: relative;
	float: right;
	width: 250px;
	border: #5181B1 3px solid;
	font-size: 15pt;
	font-style: italic;
	text-align: center;
	margin-top: 25px;
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 10px;
	background-color: #7EB8F0;
}

.MissionHeader
{
	font-weight: bold;
	background-color: #6099D2;
	margin-bottom: 10px;
	padding: 7px;
}

.MissionContent
{
	padding: 10px;
}

.blueLine
{
	width: 80%;
	height: 2px;
	border: none;
	color: #5181B1; /* #7EB8F0; */
	background-color: #5181B1; /* #7EB8F0; */
	text-align: center;
}
.blackLine
{
	width: 80%;
	height: 2px;
	border: none;
	color: black;
	background-color: black;
	text-align: center;
}
.blueLineSpaced
{
	width: 80%;
	height: 2px;
	border: none;
	color: #7EB8F0;
	background-color: #7EB8F0;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}

TD.pageContent
{
    COLOR: #000000;
	font-size:	11pt;
	text-align: justify;
	padding-left: 25px;
	padding-right: 25px;
}

.pageContentBolded
{
    COLOR: #000000;
	font-size:	11pt;
    FONT-WEIGHT: 600;
	text-align: justify;
}

TD.homePageSectionTitle
{
    COLOR: #FFFFFF;
	font-size:	14pt;
    FONT-WEIGHT: normal;
	text-align: center;
    BACKGROUND-COLOR: #5181B1;
    line-height: 22px;
    border-top: black 1px solid;
    border-bottom: black 1px solid;
}

TD.homePageSectionContent
{
    COLOR: #000000;
	font-size:	10.5pt;
    FONT-WEIGHT: normal;
	text-align: justify;
    BACKGROUND-COLOR: #FFFFFF;
    padding: 10 5 10 5;
    background-color: #e0e0e0;
}


TD.footer_text 
{
    COLOR: #000000;
	font-size:	10pt;
}

.bodytext
{
	font-size: 10pt;
	text-align: justify;
}

.smallheader
{
	font-size: 11pt;
	font-weight: 900;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #648C50;
}

H1	{	
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	


A:link	{
	text-decoration:	underline;
	color:	#000000;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#000000;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#000000;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#5181B1;
	}



A.small_link:link	{	
	text-decoration:	none;
	color:	#5181B1;
	font-size:	10pt;
	}	
		
A.small_link:visited	{	
	text-decoration:	none;
	color:	#5181B1;
	font-size:	10pt;
	}	
		
A.small_link:active	{	
	text-decoration:	none;
	color:	#5181B1;
	font-size:	10pt;
	}	
	
A.small_link:hover	{	
	text-decoration:	underline;
	color:	#5181B1;
	font-size:	10pt;
	}
	


A.footer_link:link	{	
	text-decoration:	underline;
	color:	darkblue;
	font-size:	10pt;
	}	
		
A.footer_link:visited	{	
	text-decoration:	underline;
	color:	darkblue;
	font-size:	10pt;
	}	
		
A.footer_link:active	{	
	text-decoration:	underline;
	color:	darkblue;
	font-size:	10pt;
	}	
		
A.footer_link:hover	{	
	text-decoration:	none;
	color:	#5181B1;
	font-size:	10pt;
	}



A.header_link:link	{	
	text-decoration:	none;
	color:	#FFFFFF;
	font-size:	10pt;
	}	
		
A.header_link:visited	{	
	text-decoration:	none;
	color:	#FFFFFF;
	font-size:	10pt;
	}	
		
A.header_link:active	{	
	text-decoration:	none;
	color:	#FFFFFF;
	font-size:	10pt;
	}	
		
A.header_link:hover	{	
	text-decoration:	underline;
	color:	#FFFFFF;
	font-size:	10pt;
	}



		
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	margin-bottom: 15px;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.error
{
	font-size: 12pt;
	font-weight: bold;
	color: #b22222;
	font-family: Arial;
}


.sectionTitle
{
	font-weight: bold;
	font-size: 13pt;
	color: darkred;
}

.sectionTitle A:link, .sectionTitle A:visited
{
	font-weight: bold;
	font-size: 13pt;
	color: darkblue;
}

.sectionTitle A:hover
{
	color: #5181B1;
}

.pageTitle
{
	font-size: 14pt;
	color: #5181B1;
	font-weight: bold;
}

.pageTitle_large
{
	font-weight: bold;
	font-size: 14pt;
	color: #4169e1;
}


.smalltext
{
    FONT-SIZE: 8pt
}

.break
{
    PAGE-BREAK-BEFORE: always
}

@media print 
{
	#tblMain, #tblFooter { width: 6.95in; }
	#imgHeader { width: 6.95in; }
	/*#imgBooth { width: 1.5in; height: 1.07in; }*/
	#slideshow, #slideshow2 { width: 5.2in; height: 1.48in; }
	.homePageSectionTitle img { width: 1.73in; height: 0.25in }
	.navButton { width: 1.75in; height: 0.24in; }
	.missionStatement 
	{
		float: none;
		width: 90%;
		margin: 0in;
		margin-left: 0.5in;
	}
}

