/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	font-family: Palatino, "Bookman Old Style", "Euphemia UCAS", "Lucida Bright";
	font-size: medium;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
 	font: impact;
	margin: 10px;
	padding: 0px;
}

h1{
 font-size: 150%;
 color: #334d55;
}

h2{
 font-size: 120%;
 color: #006699;
}

h3{
 font-size: 110%;
 color: #334d55;
}

h4{
 font-size: 100%;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
	margin-left:10px;
}

ul ul{
 list-style-type: disc;
	margin-left:10px;
}

ul ul ul{
 list-style-type: none;
	margin-left:10px;
}

label{
	font: bold 100%;
 	color: #334d55;
}

p{
	margin-left:10px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navBar{
	margin: 0 0 0 79%;
	padding: 0px;
	background-color: #eeeeee;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:left;
	width: 75%;
	margin-left: 10px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

/************* #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;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: small;
	padding: 3px 0px 3px 20px;
	border: 1px solid #CCCCCC;
	background-color: #eeeeee;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color: #eeeeee;
}
/* 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" */

/*********** #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;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#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;
}

.pageTitle{
	color: #CC3333;
	font-size: x-large;
	font-weight: bold;
	margin-left:10px;
	font: Impact;
}
.style11 {font-size: x-large;
	font-family: "Impact";
	font-size: 22pt;
	position:relative;
	left:10px;
	letter-spacing: 3px }

.style7 {font-size: small; }

.style8 {
	font-size: x-large;
	font-weight: bold;
}
.style12 {
	font-family: Impact;
	font-size: large;
}
