/* CSS Document */

* {
	padding:0px;
	margin:0px;
}

body {
background-color:#2C145B; /*  #EECE5F Gold #27801A Green  2C145B Purple  #2E6027 dark green #A60000 Red #039980 t green*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:100%;
}

#bigpage {
width:96%;
background-color:#FFFFFF;
margin-top:.5%;
margin-left:auto; 
margin-right:auto;
padding:3%;
}

#toppage {
margin-left:auto;
margin-right:auto;
padding:1%;
overflow:hidden;
}

#toppage p {
font-size:0.76em;
font-weight:600;
}

#toppage p.notsomuch {
font-size:0.70em;
}


/*------- TOPPAGE LINKS ---------*/

#toppage a:link 
{
/*font-weight:400;*/

color:#000000;
text-decoration:none;
line-height:130%;
}

#toppage a:visited  
{
color:#000000;
text-decoration:none;
}

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

#toppage a:active 
{
color:#0099FF;
text-decoration:none;
}


/*------- TOPPAGE UPDATE LINKS ---------*/

#toppage a.special:link 
{
font-weight:600;
background-color:#FFFF33;
color:#000000;
text-decoration:none;
line-height:130%;
}

#toppage a.special:visited  
{
font-weight:600;
background-color:#FFFF33;
color:#000000;
text-decoration:none;
}

#toppage a.special:hover  
{
font-weight:600;
background-color:#FFFF33;
color:#FF6633;
text-decoration:underline;
}

#toppage a.special:active 
{
font-weight:600;
background-color:#FFFF33;
color:#0099FF;
text-decoration:none;
}

/*------- SEASONAL IMAGE ---------*/
img.season {
float:left;
padding-right:2%;
margin-left:0;
padding-left:0;
}

/*------- MIDDLEPAGE ---------*/

#middlepage {
clear:both;
margin-left:auto; 
margin-right:auto;
font-size:0.70em;
padding:2%;
overflow:hidden;
}

#middlepage table {
width:90%;
}

#middlepage td {
border-left-style:solid;
border-left-width:1px;
border-left-color:#666666;
text-align:left;
}

#lefty {

padding-left:2%;
padding-right:2%;
overflow:hidden;
}

#middlelefty {

padding-left:2%;
padding-right:2%;
overflow:hidden;
}

#endlefty {

padding-left:2%;
padding-right:2%;
overflow:hidden;
}

#righty {

padding-left:2%;
padding-right:2%;
overflow:hidden;
}

.greenbold {
color:#3C168A;
font-weight:600;
}

.greenboldspaceabove {
color:#3C168A;
font-weight:600;
padding-top:2%;
}

/*-------MIDDLEPAGE LINKS---------*/

a:link 
{
font-weight:400;
color:#000000;
text-decoration:none;
line-height:130%;
}

a:visited  
{
color:#000000;
text-decoration:none;
}

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

a:active 
{
color:#2C145B;
text-decoration:none;
}


/*------- BOTTOMPAGE ---------*/

#bottompage {
font-size:0.70em;
padding:2%;
}





