﻿body
{
	margin: 4px; 
	color: Black; 
	background: White;
	font-family: Arial,Verdana, Helvetica, Geneva, Sans-Serif;
}

table td
{
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
a
{
	 color: #0033CC;
	 text-decoration: none;
}
ul
{
	list-style-type:square;
	margin-top:0;
}
a:hover
{
	color: #0033CC;
	text-decoration: underline;
}
a:active
{
	color: #0033CC;
	text-decoration: none;	
}
a:visited 
{
	color:Purple;
}
table#Main
{
	width: 760px; 
	height:100%;
	margin:0px auto 0px auto;
}
/*****************Application Style *************************/
table#Application Style
{
    width: 100%;
}
.smallGrayText
{
    font-size: .75em;
    color: #808080;
}

/*****************End Application Style *********************/

/*****************Global Header file*********************/
div#UtilityLinks
{
	text-align: right;
	font-size: 0.75em;
	padding-bottom: 1px;
}
div#SiteSearch
{
	text-align: right;
	padding-bottom: 3px;
	height:25px;
	
}
table#Header
{
	width: 100%;
	border-right: solid 1px black;
	border-top: solid 1px black;
	border-left: solid 1px black;
}
td#HeaderLogo
{
	width: 195px;
	height: 76px;
	text-align: center;
	vertical-align: top;
}
td#HeaderLogo img
{
	border:0;
}
td#HeaderImage
{
	height: 76px;
	background-repeat: no-repeat;
}
.txtSearch
{
	width:150px;
	font-size:0.75em;
}
.btnSearch
{
	font-size:0.75em;
}
table#TopNav
{
	background-color: #6D6DBF;
	height: 20px;
	width: 100%;
	color: White;
	font-size: .75em;
	font-weight: normal;
	border-left: solid 1px black;
	border-right: solid 1px black;
	margin:0px auto 0px auto;

}
table#TopNav td
{
 text-align: center;
 vertical-align: middle;
 border-right: solid 1px white;	
}
table#TopNav td#Lastlink
{
	border: none;
}
table#TopNav a
{
	color: White;
}
table#TopNav a:hover
{
	color: Black;
	text-decoration: none;
}
div#BreadCrumbNav
{
	padding-top: 5px; 
	padding-bottom: 5px;
	padding-left: 5px;   
	font-size: 0.7em;
	border-left: solid 1px black;
	border-right: solid 1px black;

}
div#PageHeader
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 24px;
	text-align: Right;
	padding: 6px 6px 6px 0px;
	border: solid 1px black;
}
div#PageImage
{
	float: left;
	border-left: solid 1px black;
	border-top: solid 1px black;
}

div#PostingTitle
{
	font-size: 0.8em;
	font-weight: bold;
	text-align: Left;
	padding:  5px 0px 0px 5px;
	vertical-align: top;
} 

/*****************End of Global Header file**************/
/*****************Page Content**************************/
table#Content
{
	width:100%;
	border-left: solid 1px black;
	border-right: solid 1px black;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	vertical-align: top;	
}
div#PageContent
{
	padding: 5px 20px 0px 20px;
	font-size: 0.8em;	
}
div#PageContent ul
{
	margin-top: 5px;
	margin-left: 17px;
	list-style-type:square;
}
div#PageContent li
{
	padding-bottom: 3px;
}
/*****************End Page Content**********************/
 
/*****************Left Navigation***********************/

td#LNav
{
	background-color: #BFCFFF;
	width: 195px;
}
div#LNav
{
	width: 195px;
}
div#LNav ul
{
	color: Black;
	list-style-type: none;  /*get rid of the bullets */
	font-size: 0.7em;
	margin:0px; 
	padding: 0px;
}
div#LNav ul li
{
	margin: 0px;
	display: block; 
	border-top: 1px solid white; /* lines */ 

}
div#LNav ul li a 
{
	display: block;
	font-weight: bold;
	color: black;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}
div#LNav ul li #currentChannel
{
    background-color: #E6ECFF; 
}
div#LNav ul ul li a
{
	padding-left: 20px;
    font-size: 1.4em;
    font-weight: normal; 
}
div#LNav ul ul li #currentChannel
{
    background-color: #E6ECFF; 
}
div#LNav ul ul ul li a
{
	padding-left: 40px;
	font-size: 2em;
}
div#LNav ul li a:hover
{
	color: black;
	background-color: white;
}
/*****************End Left Navigation*******************/

/*****************Page Footer****************************/
div#Footer
{
	background-color: #6D6DBF;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	color: White;
	font-size: 0.7em;
	padding: 3px 5px 3px 5px;
	height: 12px;
}
div#Footer a
{
	color: White;
}
div#Footer span#Copyright
{
	float: left;
}
div#Footer span#Links 
{
	float: right;
}
/*****************End of Page Footer*********************/

