/*Milton Keynes Play Association Style Sheet*/

/*default styles*/

body {background-image: url(../images/layout/background.jpg); background-repeat: repeat; margin: 50px; color: #1F0F84; font-size: x-small; font-family: Comic Sans MS, Arial, Helvetica, sans-serif; text-align: left;}
p { font-family: Comic Sans MS, Arial, Helvetica, sans-serif; vertical-align: top; font-size: x-small; color: #1F0F84;}
td {}
h1 {font-size: large;}
h2 {color: #2E17C0; font-size: medium;}
h3 {font-size: small;}
h4 {}
ul  { color: #1F0F84; font-size: x-small; font-family: Comic Sans MS, Arial, Helvetica, sans-serif; text-align: left;}
li {color: #1F0F84; font-size: x-small; font-family: Comic Sans MS, Arial, Helvetica, sans-serif; text-align: left;}


/*layout styles*/
.frame {width: 740px; height: 100%; border: 1px solid #1F0F84;}
.innercell {height: 100%;}
.header {height: 138px;}
.mainback {height: 100%; background-image: url(../images/layout/main.jpg); background-position: top left; background-repeat: repeat;}
.footer {text-align: center; height: 135px; background-image: url(../images/layout/footer.jpg); background-position: bottom left; background-repeat: no-repeat; vertical-align: middle;}
.navcell {padding-left: 10px; border-bottom: 1px solid #1F0F84; height: 40px; width: 222px;}
.maincell {padding: 10px; width: 518px;}
.sechome {width: 489px; padding: 4px;}
.squarecell {width: 163px;}


/*links*/

a:link, a:visited, a:active {  
 font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
 color: #1F0F84; 
 font-size: x-small; 
 font-weight: bold;
 text-decoration: none;
}

a:hover {  
 text-decoration: underline;
 color: #CD051E;
}


a.nav:visited, a.nav:active {font-size: small; height: 30px; padding-left: 38px;  background-image: url(../images/layout/star.gif); background-position: left; background-repeat: no-repeat; color: #1F0F84; text-decoration: none;}
a.nav:link  {font-size: small; height: 30px; padding-left: 38px;  background-image: url(../images/layout/star.gif); background-position: left; background-repeat: no-repeat; color: #1F0F84; text-decoration: none;}
a.nav:hover {font-size: small;  height: 30px; padding-left: 38px;  background-image: url(../images/layout/star.gif); background-position: left; background-repeat: no-repeat; color: #CD051E; text-decoration: none;}







