/***********************************************/
/* Start left navigation                       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font: normal 11px verdana;
  MARGIN: 0px;
  WORD-SPACING: normal;
  TEXT-TRANSFORM: none;
  LETTER-SPACING: normal;
  PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px; 
	TEXT-ALIGN: center;
	background-image: url(/Images/background.jpg);
	background-repeat: repeat;
}

a:link, a:visited, a:hover {
	color: #006699;
	/* text-decoration: none; */
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 /* list-style-type: square; */
 list-style-image: url(/images/blueball2.gif);
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#imgRight 
{
float: right;
border: 0px;
/* margin: 5px 5px 5px 5px; */
}

#imgLeft 
{
float:left;
border:0px;
margin:5px 5px 5px 5px;
}

#pgContainer 
{
	/* position: relative; */
	height: auto;
	MARGIN-TOP: 0px; 
	MARGIN-LEFT: auto; 
	width: 900px;
	MARGIN-RIGHT: auto; 
	PADDING-TOP: 0px; 
	TEXT-ALIGN: left;
	border-style: solid;
	border-color: Black;
	border-width: 2px;
	background-color: white;
	display: table;
}

 html>body #pgContainer 
{
	width: 900px;
}

#pgHeader
{
	position:relative;
	/* WIDTH: 750px; */
	width: 100%; 
	font-weight:bold;
	text-align:center;
}

#pgContent 
{	
	/* position:relative; */
	top:0px; 
	bottom:0px; 
	left:0px; 
	right:0px;
	float: right;
}
	
#leftNav
{
	position: relative;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	z-index: 1;
	/* width: 147px; */
	height: 100%
}

#pgCenter
{
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	width: 100%;
}

.pgPartBorders
{
	border: 1px solid #0A027C; 
	margin-top: 2px;
	margin-right: 2px; 
	background: #FFFFFF;
	text-align: left;
	width: 735px; 
}

.pgPartNoBorders
{
	border: 0px solid #0A027C; 
	margin-top: 2px; 
	margin-right: 2px;
	background: #FFFFFF;
	/* text-align: justify; */
	width: 735px; 
}

.pgPartHeader
{
	font-size:16px;
	margin-top: 0px;
	background: #0A027C;
	padding: 5px;
	color: white;
	font-family: arial;
	font-weight: bold;
}

.pgPartBody
{
	padding: 10px;
}

.pgPartBodyLrg
{
	padding: 10px;
	font-size: 15px;
	font-family: arial;
	font-weight: Normal;
	text-align: left;
	height: auto;
	width: auto;
}
	

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.pagefooter{

	padding: 5px 5px 5px 5px;
	COLOR: #808080;
	width: 700px; 
	FONT-FAMILY: arial,verdana,helvetica; 
	FONT-SIZE: 11px; 
	FONT-WEIGHT: normal;
	VISIBILITY: visible;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/***********************************************/
/* end left navigation                         */


#scrollMSIE {
	height: 300px; 
	width: 700px; 
	overflow: auto; 
	border: 1px solid #7f9db9; 
	background-color: #ffffff; 
	padding: 8px;
}

#scrollMOZ {
	height: 300px; 
	width: 700px; 
	overflow: auto; 
	border: 1px solid #7f9db9; 
	background-color: #ffffff; 
	padding: 8px;
}

#memscrollMSIE {
	height: 150px; 
	width: 700px; 
	overflow: auto; 
	border: 1px solid #7f9db9; 
	background-color: #ffffff; 
	padding: 8px;
}

#memscrollMOZ {
	height: 150px; 
	width: 700px; 
	overflow: auto; 
	border: 1px solid #7f9db9; 
	background-color: #ffffff; 
	padding: 8px;
}

#divLoginForm {
	LEFT: 0px;
	TOP: 5px;
	position: relative;
	visibility: visible;
	TEXT-ALIGN: left;
	border-style:solid;
	border-color:Black;
	border-width:1px;
	background-color:white;
}	

.flinkabout {FONT-WEIGHT: normal; VISIBILITY: visible;}
.flinkabout:hover {border-bottom-style: dotted; border-bottom-width: 1px}

.flink {COLOR: blue; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 14px; FONT-WEIGHT: normal; VISIBILITY: visible; text-decoration: none}
.flink:hover {COLOR: blue; border-bottom-style: dotted; border-bottom-width: 1px}

.flinkbold {COLOR: blue; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 16px; FONT-WEIGHT: bold; VISIBILITY: visible; text-decoration: none}
.flinkbold:hover {COLOR: blue; border-bottom-style: dotted; border-bottom-width: 1px}

.flinkboldred {COLOR: red; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 12px; FONT-WEIGHT: bold; VISIBILITY: visible; text-decoration: none}
.flinkboldred:hover {COLOR: red; border-bottom-style: dotted; border-bottom-width: 1px}

.flinksml {COLOR: #006699; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 12px; FONT-WEIGHT: normal; VISIBILITY: visible; text-decoration: none}
.flinksml:hover {COLOR: #006699; border-bottom-style: dotted; border-bottom-width: 1px}

.flinkitl {COLOR: blue; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 14px; FONT-WEIGHT: normal; VISIBILITY: visible; text-decoration: none; font-style: italic}
.flinkitl:hover {COLOR: blue; border-bottom-style: dotted; border-bottom-width: 1px}

.flinkbolditl {COLOR: blue; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 16px; FONT-WEIGHT: bold; VISIBILITY: visible; text-decoration: none; font-style: italic}
.flinkbolditl:hover {COLOR: blue; border-bottom-style: dotted; border-bottom-width: 1px}

.flinkcalj {COLOR: blue; FONT-FAMILY: Tempus Sans ITC; FONT-SIZE: 24px; FONT-WEIGHT: bold; VISIBILITY: visible; text-decoration: none}
.flinkcalj:hover {COLOR: blue; border-bottom-style: dotted; border-bottom-width: 1px}

.flinkcopyright {COLOR: blue; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 10px; FONT-WEIGHT: bold; VISIBILITY: visible; text-decoration: none}
.flinkcopyright:hover {COLOR: blue; border-bottom-style: dotted; border-bottom-width: 1px}

.mlink {COLOR: #808080; FONT-FAMILY: arial,verdana,helvetica; text-decoration: none}
.mlink:hover {COLOR: #CEAD31; text-decoration: none}

.pgPartBodyText {font: normal 11px verdana;}
.pgPartBodyTextBld {font: bold 11px verdana;}
.pgPartBodyTextHI {font: normal 11px verdana; color: #8F02E8;}
.pgPartBodyTextHIBld {font: bold 11px verdana; color: #8F02E8;}
.pgPartBodyTextUL {font: normal 11px verdana; text-decoration:underline}
.pgPartBodyTextBldUL {font: bold 11px verdana; text-decoration:underline}
.TxtHead {COLOR: #CEAD31; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 16px; FONT-WEIGHT: bold; VISIBILITY: visible}
.TxtBody {COLOR: #808080; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 14px; FONT-WEIGHT: normal; VISIBILITY: visible}
.TxtBodySml {COLOR: #808080; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 12px; FONT-WEIGHT: normal; VISIBILITY: visible}
.TxtBodySmlBld {COLOR: #808080; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 12px; FONT-WEIGHT: bold; VISIBILITY: visible}
.TxtBodySmlBldRed {COLOR: #FF0000; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 12px; FONT-WEIGHT: bold; VISIBILITY: visible}
.TxtBodyLrg {COLOR: #808080; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 16px; FONT-WEIGHT: normal; VISIBILITY: visible}
.TxtBodyLrgBld {COLOR: #808080; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 16px; FONT-WEIGHT: bold; VISIBILITY: visible}
.TxtBodyBld {COLOR: #808080; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 14px; FONT-WEIGHT: bold; VISIBILITY: visible}
.TxtBodyBldWht {COLOR: #FFFFFF; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 13px; FONT-WEIGHT: bold; VISIBILITY: visible}
.TxtBodyItl {COLOR: #808080; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 14px; FONT-WEIGHT: normal; font-style: italic; VISIBILITY: visible}
.TxtBodyBldItl {COLOR: #808080; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 16px; FONT-WEIGHT: bold; font-style: italic; VISIBILITY: visible}
.TxtBodyBldItlUl {COLOR: #808080; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 16px; FONT-WEIGHT: bold; font-style: italic; VISIBILITY: visible;  text-decoration:underline}
.TxtBodyBldItl14 {COLOR: #808080; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 14px; FONT-WEIGHT: bold; font-style: italic; VISIBILITY: visible}
.copyright {COLOR: #333333; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 10px; FONT-WEIGHT: bold; VISIBILITY: visible}
.calhead {COLOR: #808080; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 16px; FONT-WEIGHT: bold; VISIBILITY: visible}
.TxtBodyUL {COLOR: #808080; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 14px; FONT-WEIGHT: normal; VISIBILITY: visible; text-decoration:underline}
.TxtBodyBldUL {COLOR: #808080; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 14px; FONT-WEIGHT: bold; VISIBILITY: visible; text-decoration:underline}
.TxtPgMenu {color: #808080; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 12px; FONT-WEIGHT: bold; VISIBILITY: visible}	
.TxtCalTitle {COLOR: #CEAD31; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 26px; FONT-WEIGHT: bold; VISIBILITY: visible}
.TxtCalDay {COLOR: #808080; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 16px; FONT-WEIGHT: bold; VISIBILITY: visible}
.TxtCalJ {COLOR: #CEAD31; FONT-FAMILY: Tempus Sans ITC; FONT-SIZE: 24px; FONT-WEIGHT: bold; VISIBILITY: visible}
.TxtBookman {COLOR: #808080; FONT-FAMILY: Bookman Old Style; FONT-SIZE: 16px; FONT-WEIGHT: bold; VISIBILITY: visible}
.TxtBookmanItl {COLOR: #808080; FONT-FAMILY: Bookman Old Style; FONT-SIZE: 16px; FONT-WEIGHT: bold; font-style: italic; VISIBILITY: visible}
.TxtStencil {COLOR: #CEAD31; FONT-FAMILY: stencil,arial,verdana,helvetica; FONT-SIZE: 16px; FONT-WEIGHT: bold; VISIBILITY: visible}
.tableHeaderBG {COLOR: #FFFFFF; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 13px; FONT-WEIGHT: bold; VISIBILITY: visible; background-color:#336699}

.TxtBodyNew {COLOR: #666666; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 14px; FONT-WEIGHT: normal; VISIBILITY: visible}

.TxtLoginSmlBld {COLOR: #666666; FONT-FAMILY: arial,verdana,helvetica; FONT-SIZE: 12px; FONT-WEIGHT: bold; VISIBILITY: visible}

.sectionHeader
{
	font-size:16px;
	background: #0A027C;
	padding: 5px;
	color: white;
	font-family: arial;
	font-weight: bold;
	width: 690px;
}

.fullSection
{
	border: 1px solid blue; 
	margin: 5px; 
	background: #F9F8F0;
	text-align: justify;
	width: 700px; 
}

.sectionBody
{
	padding: 5px;
}
