/* Northampton Pagans CSS */

/* Common */

BODY,TD,P {font-family: Verdana, Arial, sans-serif; font-size: 12px}

H1, H2, H3, H4, H5, H6 {font-family: Verdana, Arial, sans-serif}

H2 {font-size: 18px}
h3 {font-size: 16px}
H4 {font-size: 14px}

.pagefooterlink {font-size: 10px; color: #D50DE7}
.pagefootertext {font-size: 10px; color: #000000}

BODY {background: #DBE1FF}

.outer {border-style: ridge; border-width : medium}

/* Drop down menu (2D) */

#dd {margin-left: 0%; padding: 0 0 5px 0;}

#dd li {margin: 0; padding: 0; list-style: none; float: left; font: bold 11px arial;}

#dd li a.menu {display: block; text-align: center; background: #5970B2; padding: 4px 5px; margin: 0 1px 0 0; color: #FFFFFF; width: 85px; text-decoration: none;}

#dd li a.menu:hover {background: #49A3FF;}

.submenu {background: #EAEBD8; border: 1px solid #5970B2; visibility: hidden; position: absolute; z-index: 3;}

.submenu a {display: block; font: 11px arial; text-align: left; text-decoration: none; padding: 5px; color: #5970B2; width: 85px;}

.submenu a:hover {background: #49A3FF; color: #FFFFFF;}

.caption {background: #EAEBD8; color: #5970B2; font-weight: bold; font-size: 18px}

