/* Edit Only the Colour Sections */

body { 
font-family: Tahoma, Arial, sans-serif;
background-color: #003366;
margin-left: 1%;
margin-right: 1%;
margin-top: 2%;
margin-bottom: 2%;
color: #606060;
font-size : 100%;
}

P, TD, LI, UL, Table {
color: #606060;
font-family : Tahoma, Arial, sans-serif;
font-size : 100%;
}


/* this group sets the normal link colors */

A:LINK {
color : #0050C9;
font-weight : bold;
text-decoration: underline;
}
A:VISITED {
color : #0050C9;
font-weight : bold;
text-decoration: underline;
}
A:HOVER {
color: #0050C9;
font-weight : bold;
text-decoration : underline overline;
}
A:ACTIVE {
color : #0050C9;
font-weight : bold;
text-decoration: underline;
}

/* this group sets the Heading colors */

H1 {
font-size : 120%;
font-weight : bold;
letter-spacing: 3px;
color: #990033;
}

H2, H3, H4, H5, H6 {
font-size : 100%;
font-weight : bold;
letter-spacing: 3px;
color: #990033;
}

/* this group sets the bullets and horizontal rule styles and colors */

UL {
list-style: square;
}

HR {
color : #ffffff; 
height : 1px;	 
width : 75%;
}

/* Edit Only the Colour Sections */

.content {
font-family : Tahoma, Arial, sans-serif;
background-color: #ffffff;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
font-size: 71%;
border: 1px solid #606060;
}

.pagename {
font-family : Tahoma, Arial, sans-serif;
padding-right: 5px;
padding-top: 7px;
padding-bottom: 7px;
padding-left: 5px;
font-size : 75%;
font-weight : bold;
letter-spacing: 1px;
text-align: center;
border: 1px solid #FFCC00;
background-color: #FFCC00;
color:#ffffff;
}

.htopictop {
font-family : Tahoma, Arial, sans-serif;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
background-color: #003366;
border-left: 1px solid #606060;
border-right: 1px solid #606060;
border-top: 1px solid #606060;
color:#ffffff;
}

.htopicbtm {
font-family : Tahoma, Arial, sans-serif;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 5px;
padding-left: 5px;
background-color: #ffffff;
border-left: 1px solid #606060;
border-right: 1px solid #606060;
border-top: 1px solid #606060;
border-bottom: 1px solid #606060;
}



/* Do Not Edit These Classes */

.toplink {
text-align: right;
font-size: 80%;
}

.bannercell {
font-family : Tahoma, Arial, sans-serif;
text-align: center;
}

.navigation {
text-align: center;
padding-top: 2px;
padding-bottom: 2px;
}

.namepadding {
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
}

.infopadding {
text-align: center;
padding-bottom: 5px;
font-size: 70%;
}

.ltpannelpadding {
text-align: center;
padding: 5px;
}

.contentpadding {
text-align: center;
padding: 5px;
}

.navpadding {
text-align: center;
padding-top: 2px;
padding-bottom: 7px;
font-size: 70%;
}

.imagecell {
text-align: center;
border: 1px solid #990033;
}

.navbtm {
font-family : Tahoma, Arial, sans-serif;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
font-size: 85%;
}


/* This sets the special navigation area link properties */

a.nav:link {
text-decoration:none;
color:#ffffff;
font-weight : bold;
width: 180px;
padding-top: 3px;
padding-bottom: 3px;
border: 1px solid #990033;
background-color: #990033;
}

a.nav:active {
text-decoration:none;
color:#ffffff;
font-weight:bold;
width: 180px;
padding-top: 3px;
padding-bottom: 3px;
border: 1px solid #990033;
background-color: #990033;
}

a.nav:visited {
text-decoration:none;
color:#ffffff;
font-weight:bold;
width: 180px;
padding-top: 3px;
padding-bottom: 3px;
border: 1px solid #990033;
background-color: #990033;
}

a.nav:hover {
text-decoration:none;
color:#ffffff;
font-weight:bold;
width: 180px;
background-color: #990033;
padding-top: 3px;
padding-bottom: 3px;
border: 1px solid #990033s;
}



