/*------------------*/
/* COMMON SELECTORS */
/*------------------*/

html,body {
margin:0;
padding:0;
height:100%; /* this is the key! */
x-overflow: scroll;
font-family: Verdana,Arial;
border: none;
}


h1 {
color: #000080;
font-size: 14pt;
font-weight: bolder;
margin: 0px;
padding:0px;
}

h2 {
color: #000080;
font-size: 10pt;
font-weight: bolder;
margin: 0px;
padding:0px;
}

h3 {
color: #000080;
font-size: 10pt;
font-style: italic;
margin-top: 10px;
margin-bottom: 0px;
}

h4 {
color: #000080;
font-size: 10pt;
font-weight:lighter;
font-style: italic;
font-variant: small-caps;
margin-top: 10px;
margin-bottom: 0px;
}


a {
color: #0066FF;
font-size: 10pt;
text-decoration: none;
}

a:hover {color: #000080}

p {
font-size: 10pt;
color: #000080; 
}


/*------------------*/
/* AREA SELECTORS   */
/*------------------*/
#fullheight {
height:100%;
width:100%;
}

#area_copyrights {
text-align: center;
background-color: #FFFFFF;
color: #000080;
font-size: 8pt;	
}

#area_main_members {
background-color: #FFFFFF;
color: #AAAAAA;
font-size: 10pt;
margin-left: 10px;
margin-right: 20px;
text-align: justify;
}

#area_content {
width: 100%;
/*position: absolute;
top: 0px;
left: 180px;
background:#ffffff;
border:0px;
padding:0 0px;
visibility: hidden; */
}

.area_menu {
text-align: center;
vertical-align: text-top;
background-color: #000080;
width: 150px;
z-index: 1;
}
/*-------------------*/
/*      MISC AREA    */
/*-------------------*/

#area_copyrights a {
font-size: 8pt;		
}
.area_menu table {
padding: 0px;
border-style: none;
border-width:0xp;
margin: 0px;
}

#area_main_members h1 {
color: #DDDDDD;
font-size: 11pt;
font-weight:  bolder;
}
#area_main_members a {
color: #DDDDDD;
font-size: 10pt;
text-decoration: none;
}

#area_main_members a:hover {
color: #000080;
font-size: 10pt;
text-decoration: none;
}


.menu_cell {
	text-align: center; 

	
}

/*-------------------*/
/*    MENU BUTTONS  */
/*-------------------*/



/* menu option 1 */
div.menu1 {
	background-image:url(../images/defaultns.gif);
	background-repeat: no-repeat;
  	height: 30px;
	width: 101px;
}

div.menu1 img {
width:100%;
height:100%;
border:0;
}

div.menu1 a:hover img {
visibility:hidden;
}

div.menu1 a, div.menu1 a:link, div.menu1 a:visited {
 display:block;
}
/* menu option 2 */
div.menu2 {
	background-image:url(../images/missionns.gif);
	background-repeat: no-repeat;
  	height: 30px;
	width: 101px;
}

div.menu2 img {
width:100%;
height:100%;
border:0;
}

div.menu2 a:hover img {
visibility:hidden;
}

div.menu2 a, div.menu2 a:link, div.menu2 a:visited {
 display:block;
}

/* menu option 3 */
div.menu3 {
	background-image:url(../images/membersns.gif);
	background-repeat: no-repeat;
  	height: 30px;
	width: 101px;
}

div.menu3 img {
width:100%;
height:100%;
border:0;
}

div.menu3 a:hover img {
visibility:hidden;
}

div.menu3 a, div.menu3 a:link, div.menu3 a:visited {
 display:block;
}

/* menu option 4 */
div.menu4 {
	background-image:url(../images/linksns.gif);
	background-repeat: no-repeat;
  	height: 30px;
	width: 101px;
}

div.menu4 img {
width:100%;
height:100%;
border:0;
}

div.menu4 a:hover img {
visibility:hidden;
}

div.menu4 a, div.menu4 a:link, div.menu4 a:visited {
 display:block;
}

/* menu option 5 */
div.menu5 {
	background-image:url(../images/policyns.gif);
	background-repeat: no-repeat;
  	height: 30px;
	width: 101px;
}

div.menu5 img {
width:100%;
height:100%;
border:0;
}

div.menu5 a:hover img {
visibility:hidden;
}

div.menu5 a, div.menu5 a:link, div.menu5 a:visited {
 display:block;
}

/* menu option 6 */
div.menu6 {
	background-image:url(../images/factsns.gif);
	background-repeat: no-repeat;
  	height: 30px;
	width: 101px;
}

div.menu6 img {
width:100%;
height:100%;
border:0;
}

div.menu6 a:hover img {
visibility:hidden;
}

div.menu6 a, div.menu6 a:link, div.menu6 a:visited {
 display:block;
}

/* menu option 7 */
div.menu7 {
	background-image:url(../images/contactns.gif);
	background-repeat: no-repeat;
  	height: 30px;
	width: 101px;
}

div.menu7 img {
width:100%;
height:100%;
border:0;
}

div.menu7 a:hover img {
visibility:hidden;
}

div.menu7 a, div.menu7 a:link, div.menu7 a:visited {
 display:block;
}


/*---------------------------*/
/* CONTENT BULLETLIST IMAGE  */
/*---------------------------*/

.navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}
.navlist li 
{
font-size: 10pt;
color: #000080; 
padding-left: 20px;
padding-bottom: 5px;
background-image: url(../images/bullet.gif) ; 
background-repeat: no-repeat;
background-position: left top ;
/*background-position: 0 .5em; */
}

/*--------------------------*/
/* HEADER BULLETLIST IMAGE  */
/*--------------------------*/

.hdr_navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
text-align: left;
}
.hdr_navlist li 
{
padding-left: 30px;
height:15px;
background-image: url(../images/headerbullet.gif) ; 
background-repeat: no-repeat;
background-position: 10px 0px ;
/*background-position: 0 .5em; */
}
/*-------------------*/
/*    ETAG SEGMENT   */
/*-------------------*/

.hr {


width: 97%;
border-bottom: solid;
border-bottom-color: #000080;
border-bottom-width: 1px;
margin-top: 5px;
margin-bottom: 10px;
padding: 10px;
}

.ebseg a {
text-align: left;
}

/*-------------------*/
/*    ETAG BOX       */
/*-------------------*/

.ebtop div { background: url(../images/eb_ht_left.gif) no-repeat top left;  z-index:2;}
.ebtop { background: url(../images/eb_ht_right.gif) no-repeat top right; z-index:2; }
.ebtopfill { background: url(../images/eb_ht_middle.gif) repeat;  z-index:1;}
.ebtopbot div { background: url(../images/eb_hb_left.gif) no-repeat top left; z-index:2; }
.ebtopbot { background: url(../images/eb_hb_right.gif) no-repeat top right; z-index:2; }
.ebtopbotfill { background: url(../images/eb_hb_middle.gif) repeat; z-index:1; }
.ebbot div { background: url(../images/eb_ft_left.gif) no-repeat bottom left; z-index:2; }
.ebbot { background: url(../images/eb_ft_right.gif) no-repeat bottom right;  z-index:2;}
.ebbotfill { background: url(../images/eb_ft_middle.gif) repeat;  z-index:1;}

/* height and width stuff, width not really nessisary. */
.ebtop div, .ebtop, .ebbot div, .ebbot, .ebtopfill, .ebbotfill, .ebtopbotfill, .ebtopbot div, .ebtopbot  {
height: 15px;
font-size: 1px;
}

.ebtopheader { 
text-align: center;
background: #CEE7FF; 
margin: 0px;
padding: 0px;
}

.ebcontent { 
padding: 10px;
border-left-color: #CEE7FF;
border-left-style: solid;
border-left-width: 4px;
border-right-color: #CEE7FF;
border-right-style: solid;
border-right-width: 4px;
}

.ebroundbox { 
margin: 10px;
padding: 0px;
}

.ebtopheader h1 {
color: #000080;
font-size: 14pt;
font-weight: bolder;
margin: 0px;
padding:0px;

}





