/***********************************************/
/* 3 column layout                              */
/***********************************************/

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

body{

	background-image: url(http://www.junebowman.com/includes/images/gradient.jpg);
	background-repeat: repeat-x; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color:#333333;
	text-decoration: underline;
}

a:link{
	color:#333333;
	text-decoration: underline;
	font-weight:normal;
}

a:visited{
	color:#333333;
	text-decoration: underline;
	font-weight:normal;
}

a:hover{
    color: #FFFFFF;
    background-color: #003366;
	text-decoration: none;
}

/* Link styles for links on light background

a.dark:link {
	 color:#99CCFF;
	 font-weight:normal;
     background-color: transparent;
	 text-decoration:none;
     }

a.dark:visited {
     color: #99CCFF;
	 font-weight:normal;
     background-color: transparent;
	 text-decoration:none;
     }

a.dark:hover {
     color: #FF3300;
     background-color: transparent;
     text-decoration: underline;
     }

Link styles for links on light background */

h1{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 120%;
 color: #003366;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 114%;
 color: #003366;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #003366;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #003366;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #003366;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 80%;
 font-weight: bold;
 color: #003366;
}
/***********************************************/
/* Different Styles used                       */
/***********************************************/
.style1 {font-size: 14px}
.style2 {font-size: 16px; }
.style3 {font-size: 10px; }
.style4 {font-size: 9px; }
.style5 {font-size: 10px; color: #D1D1D1; font-weight: bold; }
.style6 {font-size: 9px; font-weight: bold; }
.style8 {font-size: large}
.style9 {font-size: large; color: #D8D8D8; }
.style10 {
	font-size: 24px;
	font-weight: bold;
	color: #D8D8D8;
}
.style11 {font-size: 16px; font-weight: bold; }
.style12 {font-size: large; color: #D8D8D8; font-weight: bold; }
.style13 {font-size: 12px; }
.style14 {font-size: large; color: #FF0000; }
.style15 {font-size: large; color: #000000; }
.style16 {font-size: 16px; color: #000000; }
.style17 {color: #C0C0C0; }
.style18 {color: #000000; font-weight: bold; }
.style19 {color: #000000; font-weight: bold; font-size: 14px; }
.style20 {color: #000000; font-size: 14px; }
.style22 {color: #CCCCCC}
.style23 {font-size: 12px; color: #000000; }
.style24 {font-size: 12px; color: #8C3EBB; }
.style25 {
	font-size: 12px;
	font-weight: bold;
	color: #8C3EBB;
}
.style26 {font-size: large; color: #000000; font-weight: bold; }
.style27 {
	font-size: 10px;
	font-weight: bold;
	color: #8C3EBB;
}

.style28 {font-size: 14px; }
.style29 {color:#B580D5; }
.style30 {color: #000099; font-weight: bold; font-size: 14px;}
.style31 {font-size: 14px; color: #D8D8D8; font-weight:bold; }

.style32 {font-size: 10px; color:#003366; }
.style33 {font-size: 12px; color:#003366; }



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

#masthead{
	padding: 10px 0px 0px 0px;
	/* border-bottom: 1px solid #ff0000; */
	width: 910px;
}

#navBar{
	font-size: 80%;
	float: left;
	width: 20%;
	margin: 0px;
	padding: 5px 15px 0px 0px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #FFFFFF;
	
}

#headlines{
  float: right;
	width: 20%;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding-right: 10px;
}

#content{
  float: left;
  width: 55%;
  border-width: thin;
  border-bottom-color: #CCC;
  border-color: #CCC;
  border-left-color: #CCC;
  border-right-color: #CCC;

}

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

#globalNav{
padding: 0px 10px 5px 10px;
border-top: 1px solid #333333;
color: #333333;


}

#globalNav img{
 display: block;
}

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

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

.feature{
	padding: 0px 10px 10px 10px;
	font-size: 80%;
	color:#003366;
	background-color:#f2f2f2;
	border: 2px solid #000;
	
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: center;

}

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

#siteInfo{
	clear: both;
	border: 1px solid #FFFFFF;
	font-size: 75%;
	color: #003366;
	padding: 10px 10px 10px 10px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited { display:block;

	font-size: 90%;
 }

#navBar ul {list-style: none; margin: 0; padding: 1px 10px 5px 10px;
	font-size: 90%;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #003366;
	font-size: 90%;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;
	font-size: 90%;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 1px 10px 5px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
