/* JC WEbsite CSS File */


/* Define standard body background color & font */

body
{
  font-family: times,roman;
  font-size: 10pt;
  color:#000000;
  background-color: #336699;
}



/* Create a class of link named 'navbar' */



a.navbar
{
float: right;
width: 70px;
padding: 4px;
border-right: 1px solid #F3EFE0;
font-family: times,roman;
font-size: 12pt;
font-weight: bold;
text-decoration: none;
text-align: center;
}

a.navbar:link
{
color: #CC6600;
background-color: #E7DBBD;
}

a.navbar:visited
{
color: #CC6600;
background-color: #E7DBBD;
}

a.navbar:hover 
{
color: #CC6600;
background-color: #FFF8DC;
}

a.navbar:active 
{
color: #CC6600;
background-color: #003264;
}


/* Create a class of link named 'normal' */

a.normal
{
  font-family: times,roman;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: underline;
}
a.normal:link 
{
  color: #8B4513;
}
a.normal:visited
{
  color: #8B4513;
}
a.normal:hover
{
  color: #FFFFFF;
}
a.normal:active 
{
  color: #8B4513;
}

/* Create a standard heading format */


h1 {

	color: #FF9900;
	font-size: 22pt;
	font-weight: bold;
	font-style: italic;
	font-family: times,roman;
	text-align: center;
    }

h2 {

	color: #E7DBBD;
	font-size: 20pt;
	font-weight: bold;
	font-style: italic;
	font-family: times,roman;
	text-align: left;
    }

h3 {

	color: navy;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	font-family: times,roman;
	text-align: left;
    }

h5 {

	color: #FF9900;
	font-size: 22pt;
	font-weight: bold;
	font-style: italic;
	font-family: times,roman;
	text-align: left;
    }

h6 {

	color: #FF9900;
	font-size: 20pt;
	font-weight: bold;
	font-style: italic;
	font-family: times,roman;
	text-align: left;
    }


h4 {

	color: #FF9900;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	font-family: times,roman;
	text-align: left;
    }


/* Create a standard paragraph format */


p {
	font-size: 12pt;
	font-family: times,roman;
	color: #000000;
	margin-left: 50px;
	margin-right: 50px;
	text-align: justify;
   }

