/***********************************************/
/* 2col_left_grey.css                             */
/* Use with 2col_topnav.html or 2col_sidenav.html       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.166;
	font-size: medium;
	background-color: #000000;
	color: #FFFFFF;
	height: 99%;
}

a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}

/* 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: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bolder;
	text-transform: capitalize;
}

h2{
	font-size: x-large;
	color: #460200;
	font-family: "Times New Roman", Times, serif;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}

h3{
	font-size: large;
	color: #330000;
	font-family: "Times New Roman", Times, serif;
}

h4{
	font-size: 100%;
	font-weight: bold;
	color: #330000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h5{
	color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 5px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	color: #C60000;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
}

#content{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	height: 46%;
}

/************** .feature styles ***************/

.feature{
	font-size: 85%;
}

.feature h3{
	text-align: left;
}

.feature img{
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: x-small;
	text-align: left;
	color: #330000;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: bottom;
}
/* 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;
	text-align: center;	
}


/***********************************************/
/*Component Divs                               */
/***********************************************/


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
background-color: #BFB2AA;
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;
	padding-left: 10%;
	padding-top: 10%;
	padding-right: 30%;
	padding-bottom: 20%;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}
