body {
/*background: url(images/blue_grad.gif) repeat-x;*/
background-color: #61ABF2;
font-family: Verdana, Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
padding: 5px 5px 5px 5px;
color: #4F6CA6;
text-transform: uppercase;
line-height: 1.5em;
width: auto;
margin: 5px 0 5px 0;
}


h1 {font-size: 13px; background-color: #F8F4FF; border-bottom: 1px solid #D3C0FF; border-width: 3px 0;}
h2 {font-size: 10px; background-color: #F8F4FF; border-bottom: 1px solid #D3C0FF; color: #777;}
h3 {font-size: 10px; }
ul {list-style-type: square;}
#content ul li {padding-bottom: 5px;}


#content img {
background-color: #fff;
padding: 5px;
border: 1px solid #000;
margin: 5px;
display: block;
}

/*li,ol {padding-bottom: 8px;}*/
hr {color: #FF8000; width: 75%;}

#container {margin: auto; padding: 0; border: 1px solid #ffffff; width: 760px; background-color: #F0EAFF; border: 0px solid #33862A;}

table {font-size: 12px;}

#date {
color: #4971A2;
font-size: 10px;
padding: 4px;
margin: 0;
font-weight: bold;
/*border-bottom: 2px solid #003366;*/
}

#content {
padding: 10px;
margin: 0;
}


#nav {
/*background-color: white*/;
margin: 0;
padding: 0 0 0 5px;
width: 180px;
}

/*
ul#navmenu {
list-style: none;
padding: 0;
border-bottom: 0;
width: 150px;
margin: auto;
margin-top: 5px;
}

ul#navmenu li{
background-color: #276DAB;
display: block;
padding: 0;
}

ul#navmenu a {
line-height: 2em;
display: block;
text-decoration: none!important;
color: #ffffff;
width: 100%;
padding-left: 5px;
border-bottom: 1px solid #F85507;
font-weight: bold;
}

ul#navmenu a:link {
color: #ffffff;
background-color: #276DAB;
}

ul#navmenu a:visited {
color: #ffffff;
background-color: #276DAB;
}

ul#navmenu a:hover {
color: #ff3333;
background-color: #FFF5E7;
border-bottom-color: #ff0000;
}

ul#navmenu a:active {
color: #ff0000;
background-color: #FFF5E7;
}
*/


#content p {
font-size: 12px;
line-height: 1.6em;
}

#footer {
padding: 0;
margin: 0;
font-size: 10px;
background-color:#000000;
background: url(images/sky_med_footer.gif) no-repeat;
width: 760;
height: 120px;
/*border-top: 5px solid #004F9D;
border-bottom: 5px solid #004F9D;*/
color: #000;
font-weight: bold;
}

#footer a {text-decoration: none;}
#footer a:link {color: #58A0DB;}
#footer a:active {color: #58A0DB;}
#footer a:visited {color: #58A0DB;}
#footer a:hover {color: #A7DD9A;}

.highlight {
color: #4F6CA6;
/*
font-weight: bold; 
border-bottom: 1px solid red;*/
}

.noticebox {
margin: 3px;
padding: 5px;
background-color: #FFFFC0;
border: 2px solid #FF0000;
}

a {text-decoration: none;}
a:link {color: #003366;}
a:active {color: #003366;}
a:hover {color: #003366;}
a:visited {color: #003366;}

#content a:hover {text-decoration: underline;}

table.fancy1 {
width: 95%;
border: 4px solid #D3C0FF;
border-width: 4px 0;
background-color: #fff;
padding: 10px;
}

table.fancy1 tr{
vertical-align: top;
}

table.fancy1 td{
border-bottom: 1px solid #E8DDFF;
padding: 1em;
margin: 0;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
/*border: 1px solid #9A9A9A;*/
border-bottom-width: 0;
background-color: #588BE6;
}

.glossymenu li a{
/*background: white url(images/glossyback.gif) repeat-x bottom left;*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
border-bottom: 1px solid #FFE0C0;
}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
color: #000;
}

#nav_activelink a {
background: #F0EAFF url();
color: #000;
border-bottom: 1px solid #FF8080;
border-left: 4px solid #D3C0FF;
} 

a.submenu {
margin-left: 15px;
border-bottom: 1px solid #DEFFBF!important;
}