/* CSS Document */

body {
	background-color: #FFFFFF;
}

body{
	font-family: Times, serif;
	font-size: 110%;
	color: #000000;
	line-height: 1.2;	
	margin: 0px;
	padding: 0px;
}

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: Times, serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: times, serif;
 font-size: 175%;
 color: #000000;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #999933;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0 10 0 0 ;
	padding: 10px 0px;
	background-color: #FFFFCC;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 80% 0 0;
	padding: 3px;
	background-color: #CCCC66;
	height: 1250px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}
#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}

/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	background-color: #CCCC66;
	padding: 0px 0px 0px 10px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}
	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: 95%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/
