body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image:url(../i/NAT_back.jpg);
	background-repeat: repeat-x;
	background-color:#0094c7;
	margin:0;
	padding:0;
}

h1
{
	font-size: 18px;
	color: #cccc99;
	margin: 20px 0 15px 42px;
}

h2
{
	font-weight: bold;
	font-size: 11px;
	color:#FFFFFF;
	margin: 0 0 0 20px;
	padding: 0;
}

h3
{
	font-weight: bold;
	font-size: 16px;
	color:#FFFFFF;
	margin: 0 0 3px 25px;
	padding: 0;
}

td.PageContent h1, h3.black
{
	font-weight: bold;
	font-size: 16px;
	color:#000000;
	margin: 0 0 3px 25px;
	padding: 0;
}

td.PageContent table {
	font-weight: bold;
	margin-left: 25px;
}

td.PageContent h2, h4
{
	font-weight: bold;
	font-size: 11px;
	color:#666633;
	margin: 0 0 0 25px; 
	padding: 0;
}

	#photoholder {
	  background:#fff;
	  height:324px;
		overflow:hidden;
	  width:542px;
		position:relative;
	}

td.header
{
vertical-align:bottom;
background:#FFFFFF url(../i/top_background.gif) no-repeat;
height:136px;
}

.headerlogin
{
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	line-height:16px;	
	padding-bottom: 13px;
}

td.PageContent p, p.blacktext
{
	font-weight: bold;
	font-size: 11px;
	color:#000000;
	margin: 0 65px 12px 25px;
	padding: 0;
}

td.PageContent ul, ul.blacktext
{
	margin: 0 85px 12px 45px;
	padding: 0 0 0 0;
}

td.PageContent ul li, ul.blacktext li
{
	font-weight: bold;
	font-size: 11px;
	line-height:15px;
	margin: 0; padding: 0;
}

td.PageContent ul ul, ul.blacktext ul
{
	margin: 0 0 0 20px;
	padding: 0;
	list-style-image:url(../i/bulletdash.gif);
}

td.PageContent hr { border: none; }
td.PageContent hr.Line { border-top: solid 1px #000000; margin: 2em; }


p.newslist
{
	font-weight: bold;
	font-size: 11px;
	color:#000000;
	margin: 15px 20px 0 20px;
	padding: 0;
}

td.HomeContent p, p.middlefront
{
	font-weight: bold;
	font-size: 11px;
	color:#ffffff;
	margin: 0 38px 20px 42px;
	line-height: 20px; 
	padding: 0;
}

p.newslist a
{
	color: #00386b;
	text-decoration: none;
}

p.newslist a:hover
{
	color: #0091c5;
}

p.bottomtext
{
	margin: 0; padding-top: 21px;
	color:#FFFFFF;
	font-size: 9px;
	font-weight: bold;
	text-align:center;
	line-height:18px;
}

p.bottomtext a
{
	color:#FFFFFF;
	text-decoration: none;
}

p.bottomtext a:hover
{
	color:#FFFFFF;
	text-decoration: underline;
}

.bottomslashes
{
	font-size: 12px;
}

p.contactus
{
	font-weight: bold;
	font-size: 11px;
	color:#ffffff;
	margin: 0 0 18px 18px;
	padding: 0;
}

p.contactus a
{
	color:#ffffff;
	text-decoration:none;
}

/* MENU - All <ul> tags in the menu including the first level */
.menulist {
 margin: 0 25px 0 0;
 padding: 0;
 width: 100px;
 list-style: none;
 text-align: right;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 margin: 0;
 padding:  10px 0;
 display: none;
 position: absolute;
 top: 0;
 left: 105px;
 width: 170px;
background:  url(../i/menu_back.png);
 list-style: none;
  text-align: left;
}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
 position: relative;
 padding-bottom: 20px;
 line-height: 12px;
}

.menulist ul li
{
	padding: 0;
}

.menulist ul li a
{
	 color: #FFF;
	 padding: 5px 0 7px 20px ;
     display: block;
}

/* Links inside the menu */
.menulist li a {
 padding: 0;
 color: #333;
 font-size: 12px;
 font-weight: bold; 
 text-decoration: none;
 margin: 0;

}

/*
 Lit items: hover/focus = the current item. 'highlighted' = parent items to visible menus.
 Here, active items are given a border, and a padding tweak to 'elevate' the text within.
 Feel free to use background-image:url(file.gif) instead of background-color:#nnn here...
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
}
.menulist a.highlighted {
 color: #FFF;
}

.menulist ul li a:hover {
 color: #FFF;
 background-color: #00386b;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}
