/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	background-color: #F5F5F5;
	color: #920327;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #033A20;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 500;
}

a:link{
	font-size: 80%;
	color: #A38118;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #460A67;
	text-decoration: none;
}
/***********************************************/
/* Red color font                            */
/***********************************************/ 

h1{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: 700;
 color: #DD0000;
 margin: 0px;
 padding: 0px;
}
/***********************************************/
/* Gold color font                            */
/***********************************************/ 
h2{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: 700;
 color: #A38118;
 margin: 0px;
 padding: 0px;
}
/***********************************************/
/* Olive color font                            */
/***********************************************/ 
h3{
 font-family: Arial,sans-serif;
 font-size: 115%;
 color: #6A6A35;
 margin: 10px;
 padding: 0px;
}
/***********************************************/
/* Rose color font                            */
/***********************************************/
h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: 700;
 color: #C10973;
 margin: 0px;
 padding: 0px;
}
/***********************************************/
/* Plum color font                            */
/***********************************************/
h5{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: 700;
 color: #8410A0;
 margin: 0px;
 padding: 0px;
}
/***********************************************/
/* Bright Blue color font                            */
/***********************************************/
h6{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: 700;
 color: #395CEA;
 margin: 0px;
 padding: 0px;
}
/***********************************************/
/* Bright Green color font                            */
/***********************************************/
h7{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: 700;
 color: #0B7723;
 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: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: none;
	width: 100%;
	font-size: 80%;
	color: #A38118;
}

#navBar{
	float: left;
	width: 26%;
	margin: 0px;
	padding: 0px;
	border-right: none;
	border-bottom: none;
}

#content{
	float: left;
  width: 65%;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #515151;
color: #515151;
}

#globalNav img{
	display: block;
}

#globalNav a {
	color: #920327;
	font-weight: 700;
	font-size: 65%;
	padding: 0 4px 0 0;
	padding-left: 10px;
	padding-right: 10px;
}

/************** .feature styles ***************/

.feature{
	padding: 10px 0px 10px 10px;
	font-size: 75%;
    font-weight: 700;
    color: #6A6A35;
}

.feature h3{
 font-family: Arial,sans-serif;
 font-size: 115%;
 color: #6A6A35;
 margin: 10px;
 padding: 0px;
}

.feature img{
	float: right;
	padding: 10px 10px 0px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #515151;
	font-size: 75%;
	color: #920327;
	padding: 10px 10px 10px 10px;
	font-weight: 200;
	padding-right: 20px;
	padding-left: 5px;
}

#siteInfo a {
	color: #920327;
	font-weight: 200;
	font-size: 100%;
	padding: 0 4px 0 0;
	padding-left: 10px;
	padding-right: 10px;
}
/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	color: #A38118;
	font-weight: 800;
	font-size: 90%;
}
#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: none;}

/* 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: none;
	font-size: 70%;
	color: #6A6A35;
	font-weight: 500;
}

#sectionLinks h3{
	padding: 0px 0px 0px 0px;
    font-family: Arial,sans-serif;
    font-size: 115%;
    color: #6A6A35;
}

#sectionLinks a {
	display: block;
	border-top: none;
	padding: 8px 0px 0px 10px;
	color: #6A6A35;
	font-weight: bolder;
}

#sectionLinks a:hover{
}
.brightblue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #264DE8;
	font-size: 100%;
}
.brightgreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 700;
	color: #0B7723;
}
.gold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 700;
	color: #A38118;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 700;
	color: #DD0000;
}
.plum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 700;
	color: #8410A0;
}
.aqua {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 700;
	color: #018C94;
}
.rose {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 700;
	color: #C10973;
}
.olive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 700;
	color: #5C5C2E;
}
.bluegrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 700;
	color: #5959AC;
}
.mauve {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 700;
	color: #9C4B72;
}
.brightpurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 700;
	color: #B700B7;
}
.homepagetype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: 700;
	color: #174157;
}
.pagetitles {
	font-family: "Copperplate Gothic Light";
	font-size: 240%;
	font-weight: 700;
	color: #36BABA;
}
