/***********************************************/
/* 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;
}


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: 675px;
}

#content{
  float: left;
  width: 100%;

}

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

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


}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 60%;
	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;
}

