
/* Earlier from Jolene - rgb(9, 64, 138) == hsl(152,225,74) == #09408a */
/* Final from Jolene - rgb(78,117,183) == hsl(154,108,130) == #4e75b7 */
/* Third color - rgb(144,174,220) == hsl(153,133,182) == #90aedc */

body
{
background-color: #000000;
font-size: 12pt; 
font-family:Verdana; 
color: rgb(78,117,183);
margin: 0; 
line-height:1.3 lines 
}

               
.input_field, textarea
{
background-color: #000000;
font-family:Verdana; 
color: #90aedc;
border:1px solid #90aedc;
}


form
{
border:2px solid rgb(78,117,183);
padding: 8 8 8 8;
}

               
h1, h2, h3, h4, h5, h6           
{
font-weight: bold; 
font-family: Verdana; 
background-color:rgb(9,64,138);
color: #ffffff;
/* line-height:1.3 lines  */
}


h1 {font-size: 18pt; padding: 8 8 8 8}

h2 {font-size: 16pt; padding: 7 7 7 7}

h3 {font-size: 14pt; padding: 6 6 6 6}

h4 {font-size: 12pt; padding: 5 5 5 5}

h5 {font-size: 11pt; padding: 4 4 4 4}

h6 {font-size: 10pt; padding: 3 3 3 3}


img {border-color:rgb(9,64,138);}


hr {color:rgb(9,64,138)}


p, table  {margin-top: 0; margin-bottom: 0; color: #90aedc}


li {margin-top: 0; margin-bottom: 12px; color: #90aedc}


.topper		 
{ 
/* border-color:rgb(78,117,183); border-bottom-style:solid; border-bottom-width:6px */
}


.bkgd_hilite_med
{
background-color: rgb(9,64,138);
}


.bkgd_hilite_high
{
background-color: rgb(78,117,183);
}


.gallery_photo
{
border-top:4px solid rgb(9,64,138); 
border-left:6px solid rgb(9,64,138); 
border-bottom:4px solid rgb(9,64,138); 
border-right:6px solid rgb(9,64,138);
align:center;
text-align:center;
width:81px;
}


.gallery_between_L
{
/* border-right:6px solid rgb(9,64,138); */
width:20px;
height:33px;
}


.gallery_between_C
{
/* border-left:6px solid rgb(9,64,138); 
border-right:6px solid rgb(9,64,138); */
background-color: rgb(9,64,138);  
width:41px;
height:33px;
}


.gallery_between_R
{
/* border-right:6px solid rgb(9,64,138); */
width:20px;
height:33px;
}

.frame
{
background-color:#041838;
}


.frame form
{
border:0px solid rgb(78,117,183);
padding: 0 0 0 0;
}


.frame select
{
font-family: Verdana; 
color: #90aedc;
font-size: 10pt; 
font-weight: bold;
background-color: #041838; 
border: 1px solid #90aedc;
}


.menu_select
{
font-family: Verdana; 
color: #90aedc; 
font-size: 10pt; 
font-weight: bold;
background-color: #000000; 
border: 1px solid #90aedc;
}


.frame a:link
{ 
text-decoration: none; 
color: #90aedc; 
font-weight: bold; 
font-family: Verdana;
margin: 0;
line-height:1.3 lines;
cursor: pointer;
}


.frame a:visited
{ 
text-decoration: none; 
color: #90aedc; 
font-weight: bold; 
font-family: Verdana;
margin: 0;
line-height:1.3 lines;
cursor: pointer;
}


.frame a:hover
{ 
text-decoration: none; 
color: #ffffff;
background-color:rgb(9,64,138);
font-weight: bold; 
font-family: Verdana;
margin: 0;
line-height:1.3 lines;
cursor: pointer;
}


a:link, a:visited
{
text-decoration: underline; 
color: #90aedc;
font-weight: bold; 
font-family:Verdana;
margin: 0; 
line-height:1.3 lines 
}


a:hover
{
padding:0px; 
color: #ffffff; 
background-color:rgb(9,64,138);
font-family: Verdana;
margin: 0; 
line-height:1.3 lines 
cursor: pointer;
}


/* a:visited    { text-decoration: none; #ffffff; font-weight: bold; font-family: Verdana;
               margin: 0; line-height:1.3 lines }

a:active     { text-decoration: none; #ffffff; font-weight: bold; font-family: Verdana;
               margin: 0; line-height:1.3 lines }
*/
               
               
.calendar_square
{
border:1px solid rgb(78,117,183);
}


.home_square
{
border:1px solid rgb(78,117,183);
valign:top;
vertical-align:top;
}

.home_square p
{
margin-left:6px;
}


.sidebar_square
{
border:2px solid rgb(78,117,183);
}

.sponsor_list
{
border:1px solid rgb(78,117,183);
line-height:150%; 
margin-bottom: 0;
align:left;
valign:top;
vertical-align:top;
}


.sponsor_list p
{
margin-left:6px;
}


.no_display
{
display:none;
}