
body
    {
    margin: 0;
    padding: 0;
    color: #333;
    font: 13px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
    background: #E2EBED;
    text-align: center;
    }



 #container
{

width: 850px;
margin: 10px auto;
background-color: #fff;
position: relative;
border: 1px solid gray;
line-height: 130%;
}

#top
{

background: #fff url(new_pa1.jpg) no-repeat top left;
height: 149px; 
padding: .0em;
border-bottom: 1px solid gray;
}

#topmenu
{
padding: 0em;
background-color: #ddd;
border-bottom: 1px solid gray;
}


#top h1
{
background-color: #ddd;
padding: 0;
margin: 0;
border-bottom: 1px solid gray;
}

#leftnav
{
float: left;
width: 128px;
margin: 0;
padding: 1em;
font-size: 12px;

}

#rightnav
{
float: right;
width: 128px;
margin: 0;
padding: 1em;

}

#content
{
text-align: left;
margin-left: 159px;

margin-right: 159px;

padding: 1em;
max-width: 36em;
}

#footer
{
text-align: center;
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #ddd;
border-top: 1px solid gray;
font-size: 18px;
font-weight: bold;
}

div#box {
	background-color: #00FFFF;
	width: 170px;
	float: center;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 15px;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }

body {
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	padding: 10px;
    line-height: 150%;
    text-align: center;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 26px;
    color: blue;
}

h2 {
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 18px;
    color: blue;
}

h3 {
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
    color: blue;
}

h4 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
    color: blue;
}

p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
	line-height: 140%;
}

hr {
	margin-top: 10px;
	padding: 0px;
}

ul {
	padding-left: 40px;
}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
 margin: 0;
 padding: 0;
 width: 120px;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 visibility: visible;
 position: absolute;
 top: 0;
 left: 125px;
}

/*
 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
 They have borders that are slightly overlaid on one another to avoid doubling up.
*/
.menulist li {
 position: relative;
 border: 1px solid #330;
 background: #f68d06;
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #000;
 text-decoration: none;
}

/*
 Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #f6cd0d;
}
.menulist a.highlighted {
 color: #FFF;
 background-color: #f6b100;
}

/*
 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;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
