@charset "utf-8";
/* CSS Document */

html,body
{
 background-color:#eff8fa;
 font-family:arial;
 font-size:12px;
 height: 100%;
 width: 100%;
 margin-left:0;
 margin-top:0;
 margin: 0;
 padding: 0; 
}

#objpostn {position:absolute;left:0;top:0;}

#missionhdr
{
 font: bolder 12px arial;
 color: #d6242f;
 position: relative;
 top:21px;
}

/* main menu settings */
td.menu
{
 background: #006db6;  /* blue */
}

td.menu1hdr
{
 border-top-width:0px;
 border-bottom-width:0px;
 border-left-width:thin;
 border-right-width:0px;
 border-color:#006db6;
 border-left-style: solid;
 text-align:center;
 vertical-align: middle;
}

td.menuhdr
{
 border-top-width:0px;
 border-bottom-width:0px;
 border-left-width:thin;
 border-right-width:0px;
 border-color:#eff8fa;
 border-left-style: solid;
 text-align:center;
 vertical-align: middle;
}

td.menu1selected
{
 border-top-width:0px;
 border-bottom-width:0px;
 border-left-width:thin;
 border-right-width:0px;
 border-color:#d6242f;
 background: #d6242f;  /* red */
 border-left-style: solid;
 text-align:center;
 vertical-align: middle;
 font: bold 12px arial;
 color:#eff8fa;      /* font color matches with background color */
}

td.menuselected
{
 border-top-width:0px;
 border-bottom-width:0px;
 border-left-width:thin;
 border-right-width:0px;
 background: #d6242f;  /* red */
 border-left-style: solid;
 text-align:center;
 vertical-align: middle;
 font: bold 12px arial;
 color:#eff8fa;      /* font color matches with background color */
}

#menu_nav a
{
 font: bold 12px arial;
 color: #eff8fa;
 line-height:16px;
 text-decoration: none;
 display: block;	
}

#menu_nav a:hover
{
 background: #d6242f;  /* red */
 color:#eff8fa;
}

/* spotlight */
.spotlighthdr
{
 font: bolder 12px arial;
 color: #eff8fa;
 line-height:16px;
 background: #006db6;   /* blue */
}

td.spotl1border
{
 border-top-width:0px;
 border-bottom-width:0px;
 border-left-width:thin;
 border-right-width:0px;
 border-color:#006db6;
 border-left-style: solid;
 text-align:center;
}

td.spotl4border
{
 border-top-width:0px;
 border-bottom-width:thin;
 border-left-width:thin;
 border-right-width:thin;
 border-color:#eff8fa;
 border-right-color:#006db6;
 border-bottom-color:#006db6;
 border-style: solid;
 text-align:center;
}

td.spotlborder
{
 border-top-width:0px;
 border-bottom-width:0px;
 border-left-width:thin;
 border-right-width:0px;
 border-color:#eff8fa;
 border-left-style: solid;
 text-align:center;
}

/* submenu settings */
.submenutitle
{
 cursor:pointer;
 margin-bottom: 3px;
 background-color:#d6242f;
 padding:2px;
 font: bold 12px arial;
 text-align:center;
 font-weight:bold;
 color:#eff8fa;
}

.submenutitle:hover
{
 background-color:#cf020e;
 color:#eff8fa;
}

.submenubgcolor
{
 background-color:#006db6;
}

.submenu
{
 margin-bottom: 0.2em;
 font: bold 11px arial;
 color:#eff8fa;
}

#sub1 a,#sub2 a,#sub3 a,#sub4 a,#sub5 a,#sub6 a,#sub7 a,#sub8 a
{
 line-height:18px;
 display: block;	
 text-decoration: none;
 color:#eff8fa;
}

#sub1 a:hover,#sub2 a:hover,#sub3 a:hover,#sub4 a:hover,#sub5 a:hover,#sub6 a:hover,#sub7 a:hover,#sub8 a:hover
{
 background: #f9e9ea;
 color:#d6242f;
}

/* content section */
td.contentborder
{
 border-top-width:0px;
 border-bottom-width:0px;
 border-left-width:1px;
 border-right-width:0px;
 border-color:#006db6;
 border-style: solid;
 text-align:left;
 vertical-align:top;
}

.contenthdr
{
 font: bold 18px arial;
 color: #006db6;
}

.contentbluesubhdr
{
 font: bold 14px arial;
 color: #006db6;
}

.contentsubhdr
{
 font: bold 12px arial;
}

.contentsect
{
 font: 13px arial;
}

#learn1 a, #learn2 a
{
 text-align:right;
 color: #006db6;
 text-decoration: none;
}

#learn1 a:hover, #learn2 a:hover
{
 color:#d6242f;  /* red */
 text-decoration: none;
}

a.contentinturl
{
 padding-right: 13px;
 color: #006db6;
 text-decoration: none;
}

a.contentinturl:hover
{
 color:#d6242f;  /* red */
 text-decoration: none;
}

a.contentexturl
{
 background: url(images/external.png) center right no-repeat;
 padding-right: 13px;
 color: #006db6;
 text-decoration: none;
}

a.contentexturl:hover
{
 color:#d6242f;  /* red */
 text-decoration: none;
}

a.spotlightexturl
{
 background: url(images/external.png) center right no-repeat;
 padding-right: 13px;
 color: #000000;
 text-decoration: none;
}

a.spotlightexturl:hover
{
 color:#ffffff;
 text-decoration:none;
}

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

a.spotlighturl:hover
{
 color:#ffffff;
 text-decoration:none;
}

/* button */
.button{border:1;font-weight:800;font-size:.9em;font-family:"arial";margin:10px 0 0;padding:2px;}



