/* Sub page stylesheet - 7 narrower navbar buttons */

body {
	font-family: Palatino Linotype, Book Antiqua, serif;
	font-size: 16px;
	line-height: 20px;
	color: #040652;
	width: 980px;
	margin: 10px;
	padding: 0px;
	background-color: #EFDEAD;
	background-repeat: repeat;
}


#pagewidth {
    background-color: #EFDEAD;
    margin: 0px;
}

#header {
	width: 980px;
	height: 237px;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #EFDEAD;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header h1 span {
    display: none;
}

#navbar {
    font-family: Times New Roman, serif;
    font-size: 1em;
    font-weight: bold;
    float: left; 
    width: 980px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
#navbar ul {
    margin: 5px 0px 0px 5px;
    padding: 0px;
}
#navbar li {
    list-style: none;
    display: inline;
    background-image: url(../images/button.gif);
    background-repeat: no-repeat;
    background-position: top center;
    float: left;
    margin: 3px 3px 3px 3px;
    width: 133px;
    height: 30px;
    text-align: center;
}
#navbar li a {
    display: block;
    margin: 0px;
    width: 133px;
    margin: 3% 0px 3% 0px;
    text-decoration: none;
}
#navbar li a:link {
    color: #A51000;
}
#navbar li a:visited {
    color: #A51000;
}
#navbar li a:hover {
    color: #FFFFFF;
}
#navbar .currentlink {
    background-image: url(../images/light.gif);
    background-repeat: no-repeat;
    background-position: 90% center;
}

#content {
    width: 980px;
    float: right;
    margin: 0px;
    padding: 2% 1% 0px 2%;
}


#footer {
    font-family: Verdana, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 0; 
    color: #A51000;
    clear: both;
    width: 980px;
    margin: 0px;
    padding: 20px 0px 10px 10px;
    text-align: center;
}

/* Classes for image handling in the main text */

.imgfull {
    margin: 0px 10px 0px 0px;
    clear: both;
}
.imgright {
    margin: 0px 0px 0px 10px;
    float: right;
}
.imgleft {
    margin: 0px 10px 0px 0px;
    float: left;
}
.imgcap {
    font-family: Verdana, Arial, Sans-serif;
    font-size: 10px;
    color: #444444;
    margin: 0px 1px 0px 1px;
    text-align: center;
}
.imgclear {
    margin: 0px;
    padding: 0px;
    clear: both;
}

/* HTML elements */



h1, h2, h3 {
    color: #A51000;
}
h1 {
    font-size: 6em;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
h2 {
    clear: both;
    font-size: 6em;
    margin: 0px 0px 10px 10px;
    padding: 0px;
}
h3 {
    clear: both;
    font-size: 16px;
    margin: 17px 0px 5px 0px;
    padding: 5px 0px 0px 0px;
}


.style1 {
	font: Palatino Linotype;
	font-size: 3em;
	line-height: 1.5em;
	color: #000000;
	font-weight: bold
}





.style4 {
	font: Palatino Linotype;
	font-size: 2em;
	line-height: 1.2em;
	color: #A51000;
	font-weight: bold
}
.style5 {font-size: 1.2em;
	font: Palatino Linotype;
     color: #040652;
}

.style6 {
    font:"Comic Sans MS";
	font-size: 1.2em;
	color: #A51000;

}

.style_red {
	font: Palatino Linotype;
	font-size: 1.4em;
	color: #FF0000;
	font-weight: bold
}

.style_background {
     color: #EFDEAD;
	 }

.style_bw {
    font:"Comic Sans MS";
	font-size: 1em;
	line-height: 1.5em;
	color: #FFFFFF;
	background-color:#000000;
	font-weight: bold
}
a:link {
	color: #550000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #550000;
}
a:hover {
	text-decoration: none;
	color: #550000;
}
a:active {
	text-decoration: none;
	color: #550000;
}

p {
	width: 90%;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
