
/* Layout Stylesheet */ 

#outer {
 text-align:left;
 border:1px solid #000000;
 width:750px;
 margin:auto;
 }

#hdr {
 height:60px;
 background:#eeeeee;
 color: #333333;
 }

#bar {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #dcdcdc;
 color: #333333;
 width:750px;
 padding:0;
 }

#navBar {
 float:left;
 background:#dcdcdc;
 color: #333333;
 width:146px;
 }
 

#content {
 width:600px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0px 0px 0px 1px;
 text-align:left;
 font-size:13px;
 text-align:justify;
 }

#ftr {
 height:23px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 vertical-align:middle;
 padding: 4px 0px 0px 0px;
 }


 /***********************************************/
/*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;
}


/*********** #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 li{
	border-top: 1px solid #cccccc;  
}


#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: #eeeeee;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}



 
 
 
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
 font-family: Arial,sans-serif;
 line-height: 1.166;	
 margin:20px;
 background:#808080;
 color: #333333;
 text-align:center;
 padding:0;
 }
 
 a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

p {
 font-size: 13px;
 color: #333333;
  margin:0;
 padding: 15px 15px 0px 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
 padding: 20px 15px 0px 15px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 20px;
 color: #333333;
}

h2 {
 font-size: 24px;
 color: #333333;
  margin:0;
}

h3 {
 font-size: 14px;
  padding: 20px 15px 10px 15px;
 color: #333333;
  margin:0;
}

h4{
 font-size: 14px;
 font-weight: normal;
 color: #333333;
  margin:0; 
}

h5{
 font-size: 12px;
 color: #333333;
}
 
 
 ul{
 list-style-type: square;
 padding: 0px 15px 0px 0px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #333333;
}
				