body {
    margin-left: 0;
    margin-top: 0;
    background-color: #000080;
    background: url("../images/bgpage05.jpg"); 
    background-repeat: repeat;    /*  repeat repeat-y   repeat-x  no-repeat  */
}

/* ********** AREAS SURROUNDING CONTENT ********** */
#content1 {    /*  This surrounds the main content of the page */
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #000080;  
    background: url("../images/bgpage05.jpg"); 
    background-repeat: repeat;  
    width: 820px;
}
#content2 {    /*  This surrounds the main content of the page */
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #ffffff; 
    width: 802px;
}

/* ********** TOP MENU STYLES ********** */
.navitem {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottoom: 0px;
    width: 100%;
    background-color:#e5a924;
    text-align:left;
    font-family: arial, helvetica, sans-serif;
    font-size:11px;
    font-weight:800;
    color: #000080;
}
.navitem a {
    font-weight: 800;
    color: #000080;
    text-decoration: none;
}
.navitem a:hover {
    color: #fff;
    font-weight:bold;
    text-decoration:underline;
}

/* ********** MAIN TEXT AND PARAGRAPH STYLES ********** */
p {
    margin-top: 6px;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 12px;
    padding-top: 4px;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-right: 12px;
    color:#000000;
    font-size : 14px;
    line-height: 22px;
    font-family : Tahoma,Verdana,Arial;
}
p a {
    color: #000080;
}
p a:hover {
	color: #e5a924;  /* gold color */
    text-decoration:underline;
}

/* ********** SPECIAL HEADER AND EMPHASIS STYLES ********** */
.hdr01 {
    margin-top : 5px;
    margin-bottom : 0px;
	margin-left: 0px;
	margin-right: 4px;
    padding-top: 4px;
    padding-left: 24px;
    padding-right: 0px;
	padding-bottom: 0px;
    line-height: 18px;
    color: #000080;
    font-variant: small-caps;
	font-size : 20px;
    font-family: 'Georgia','Times New Roman','Times','Serif'; 
    font-weight: bold;
	width: 100%;
}
.hdr02 {
    margin-top : 5px;
    margin-bottom : 0px;
	margin-left: 0px;
	margin-right: 4px;
    padding-top: 4px;
    padding-left: 24px;
    padding-right: 0px;
	padding-bottom: 0px;
    line-height: 18px;
    color: #000080;
    font-variant: small-caps;
	font-size : 14px;
    font-family: 'Georgia','Times New Roman','Times','Serif'; 
    font-weight: bold;
	width: 100%;
}
.largest {
    color: #000080;
    font-variant: small-caps;
	font-size : 24px;
    font-family: 'Georgia','Times New Roman','Times','Serif'; 
    font-weight: bold;
    text-align:center;
}
.larger {
    color: #000080;
	font-size: 20px;
    font-family: 'Tahoma','Verdana','Arial';
    font-weight: 500;
    text-align:center;
}
.large {
    color: #000080;
    font-variant: small-caps;
	font-size : 18px;
    font-family: 'Georgia','Times New Roman','Times','Serif'; 
    font-weight: bold;
    text-align: center;
}
.standout {
    color: #117210;
    /* font-variant: small-caps; */
	margin-top : 2px;
    margin-bottom : 0px;
	margin-left: 36px;
	margin-right: 36px;
    padding-top: 6px;
    padding-left: 16px;
    padding-right: 16px;
	padding-bottom: 6px;
    line-height: 20px;
	font-size : 12px;
    font-family: 'Georgia','Times New Roman','Times','Serif'; 
    font-weight: bold;
    background-color: #ffde60;
    border-color: #a81a00;
    border-style: dotted;
    border-width: .1em;
}
.linebottom {
    border-bottom: dotted .1em #a81a00;
}

/* ********** BULLET LIST STYLES ********** */
ul, ol {
    text-align: left;
}
.mainlist {
    padding-left: 60px;
    margin-top: 4px;    
}
li {
	margin-left: 2px;
    color: #000080;
    padding-left: 6px;
    padding-top: 4px;
	margin-right: 0px;
	font-size: 14px;
    text-align: left;
    line-height:22px;
	font-family: Tahoma,Verdana,Arial;
}
li a {
    color:#117210;
}
li a:hover {
    color:#a81a00;
}

/* ********** TOP MENU ADDRESS STYLES ********** */
.menuaddress {
    color: #000080;  /* navy color */
    background-color:#e5a924;
    padding-top: 0px;
    padding-left:0px;
    padding-bottom: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 12px;
    font-family: Tahoma,Verdana,Arial;
    text-align: center;
    font-weight: bold;
}

.cell01 {
    margin: 0px;
    padding: 4px;
    background-color:#DFDFDF;  /* Light Gray */
    color:#000080;
    font-size : 14px;
    line-height: 18px;
    font-family : Tahoma,Verdana,Arial;
    text-align:center;
}
.cell02 {
    margin: 0px;
    padding: 4px;
    background-color:#FFF;
    color:#000080;
    font-size : 14px;
    line-height: 18px;
    font-family : Tahoma,Verdana,Arial;
    text-align:center;
}

/* ********** IMAGE STYLES ********** */
div.img {
    margin:8px;
    border:1px solid #C0C0C0;  /* Gray */
    height:auto;
    width:auto;
    float:left;
    text-align:center;
}
div.img img {
    display:inline;
    margin:3px;
    border:2px solid #000000;
}
div.img a:hover img {
    border:1px solid #0000ff;
}
div.desc {
    text-align:center;
    font-weight:normal;
    width:120px;
    margin:2px;
}

/* ********** FORM STYLES ********** */
/*  form {
    border: 1px solid #666699;
    padding: 5px;
}   */
/* input {
    background-color: #e5a924;
}  */
select {
    background-color: #e5a924;
    color: #ffffff;
}
textarea {
    background-color: #e5a924;
}
.texta {
    margin-bottom: 0px;
    color: #000080;
    font-size: 14px;
    font-weight:500;
    font-family: Tahoma,Verdana,Arial;
}
.textb {
    padding:2px;
    background-color: #dfdfdf;
    color: #000080;
    font-size: 14px;
    font-weight:500;
    font-family: Tahoma,Verdana,Arial;
}
.textc {
    padding:2px;
    background-color: #dfdfdf;
    color: #000080;
    font-size: 13px;
    font-weight:500;
    font-family: Tahoma,Verdana,Arial;
}

/* ********** FOOTER STYLES ********** */
.footer {
    color: #fff;
    padding-top: 4px;
    padding-bottom: 8px;
    font-size: 11px;
    font-family: Tahoma,Verdana,Arial;
    font-weight: 800;
}
.footer a {
	color: #fff;
	text-decoration: underline;
}
.footer a:hover {
	color: #e5a924;
    text-decoration: underline;
}

.sitecredit {
	color: #e5a924;
    padding-top: 2px;
	padding-bottom: 0px;
	font-size: 10px;
	font-family: Tahoma,Verdana,Arial;
	font-weight: 700;
}
.sitecredit a {
	color: #e5a924;
	text-decoration: none;
}
.sitecredit a:hover {
	color: #fff;
    text-decoration: underline;
}

