
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	line-height: 1.166;	
	margin: auto 0;
	padding: 0px;
	background-color: #FFFFFF;
}


a:link {
	color: #333333;
	text-decoration: none;
	font-size:100%;
}
a:visited {
	color: #333333;
	text-decoration: none;
	font-size:100%;
}
a:active  {
	color: #333399;
	text-decoration: none;
	font-size:100%;
}
a:hover {
	color:#FF0000;
	text-decoration: underline;
	
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif ;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Georgia, "Times New Roman", Times, serif  ;
 font-size: 120%;
 color: #333333;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #000000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #333333;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	
	padding: 0px 0px 20px 0px;
	width: 100%;
	background-color:#ffffff;
	background-image:url(images/krobartist-gray.png);
	background-position: top left;
	background-repeat:no-repeat;
	margin-top:0px;
	
	 
}

#navBar{
	margin: 0 74% 0 30px;
	padding: 0px;
	background-color: #ffffff;
	
}

#content {
  float:right;
	width: 85%;
	margin: 0;
	padding: 0 8% 0 10%;
	background-color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight:500;
	line-height: 1.9em;
}



/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ff0000;
	
}


/************* #globalNav styles **************/

#globalNav{
font-family:Georgia, "Times New Roman", Times, serif;
color:#333333;
font-weight:700;
padding: 10px 0px 0px 10px;
margin-left:40px;
margin-top: 10px;
margin-right: 60px;
white-space: normal;
}
/* '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: 100%;
	padding: 0px 4px 0px 0px;
	color: #333333; 
}

#globalNav a:hover {
	color:#FF0000;
	text-decoration: underline;
	
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 30px 10px;
	font-size: 100%;
	line-height:1.9em;
}

.feature h3{
	padding: 0px 0px 5px 30px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin-right:25px;
	border:thin;
	border-color:#000000;
	border-style:solid;
}
/* adjust margins to change separation between the feature image and text flowing around it */




/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	
	font-size: 80%;
	color: #333333;
	padding: 10px 10px 10px 30px;
	margin-top: 0px;font-weight:400;
}
/* 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;
	
}



/*********** #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;}











