/* CSS Document */
body
{
    font-family: 'Times New Roman' , Times, serif;
    color: #000000;
}

p{
font-family: 'Times New Roman' , Times, serif;
font-size: 1.0em;
color: #000000;
line-height: 14px;
padding: 2px;
}

h1{
    font-family: Calibri;
    font-size: x-large;
    font-weight: bold;
    margin: 0px;
    color: #487586;
    line-height: 14px;
    padding: 2px;
    height: 11px;
}

a, a:link, a:visited, a:active
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 1.0em;
    text-decoration: underline;
    font-weight: normal;
}

a:hover
{
    font-weight: 700;
}

.title
{
    font-family: 'Calibri' , Bold;
    font-size: xx-large;
    font-weight: 900;
    color: #487586;
    margin-bottom: 10px;
}

.sectionTitle
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 1.1em;
    color: #990000;
    line-height: 18px;
    font-weight: 700;
}

.sectionSubTitle
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 1.0em;
    color: #000000;
    line-height: 14px;
    font-weight: 600;
}

.bold {
	font-family: 'Times New Roman' , Times, serif;
	font-size: 12px;
	font-weight: 700;
	color: #990000;       
}

.link:bold {
	font-family: 'Times New Roman' , Times, serif;
	font-size: 11px;
	font-weight: 700;
	color: #0000CC;
}

.navigation{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #760606;
	display: block;
	padding: 8px;
	width: 140px;
}


.navigation:hover{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D03D03;
	display: block;
	padding: 8px;
	width: 140px;
}

.navMenu ul
{
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
}
.navMenu li
{
    list-style-type: none;
    display: inline-block;
}
.navMenu a, .navMenu a:link, .navMenu a:visited, .navMenu a:active
{
    border-style: solid;
    border-width: 0px thin thin 0px;
    border-color: #790000 #202735 #202735 #790000;
    padding: 1px 10px 1px 10px;
    margin: 2px;
    font-family: 'Arial Narrow';
    font-size: 1.0em;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #3D4A63;
}

.navMenu a:hover
{
    border-style: solid;
    border-width: 0px thin thin 0px;
    border-color: #790000 #800000 #800000 #790000;
    padding: 1px 10px 1px 10px;
    margin: 2px;
    font-family: 'Arial Narrow';
    font-size: 1.0em;
    font-weight: 500;
    background-color: #CC0000;
    color: #FFFFFF;
    text-decoration: none;
}

.bottomNav ul
{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.bottomNav li
{
    list-style-type: none;
    display: inline-block;
}

.bottomNav a, .bottomNav a:link, .bottomNav a:visited, .bottomNav a:active
{
    padding: 1px 10px 1px 10px;
    margin: 2px;
    font-family: 'Arial';
    font-size: 1.0em;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: underline;
}

.bottomNav a:hover
{
    padding: 1px 10px 1px 10px;
    margin: 2px;
    font-family: 'Arial';
    font-size: 1.0em;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: underline;
}
