body {
background-color:#faf0d8;
text-align: center;
}

table.main{
width: 900px;
}
/*---------------Navigation---------------*/
td.main_nav{
background: url(http://www.nlgma.org/images/bkg_top.jpg) no-repeat bottom left;
text-align: right;
vertical-align: bottom;
width:100%;
}
td.title{
text-align: left;
}
td.navBlank{
width: 25px;
}
td.navBlank2{
height:35px;
}
td.nav{
text-align: right;
vertical-align: bottom;
}
ul.nav{ 
	list-style: none;
	margin: 0;
	text-align: right;
	padding: 0pt;
}
ul.sub {
	margin: 15;
	list-style: none;
	background:#b3c1c3;
	border:5px solid #FFFFFF;
	padding: 0pt;
}

li.nav{
	float: left;
	position: relative;
	text-align: center;
	color:#ffffff;
	white-space:nowrap;
}
li.sub{ 
	text-align: left;
	position: relative;
	margin: 5px;
	padding:0;
	white-space:nowrap;
	border-bottom: 1px solid #006666;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 16pt;
	left: 0;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
a:link.nav2 {color:#000000;text-decoration: none; font-weight: bold;}
a:visited.nav2  {color:#000000;text-decoration: none; font-weight: bold; }
a:hover.nav2  {color:#ffffff;text-decoration: none; font-weight: bold; background-color: #006666;}
a:active.nav2  {color:#000000;text-decoration: none; font-weight: bold; }
/*------------------Content---------------*/
td.main_content{
width: 100%
}
table.content{
width: 900px;
}
td.content_left{
width:50px;
background: url(http://www.nlgma.org/images/bkg_left.jpg) repeat-y;
}
td.content{
background-color: #ffffff;
width: 800px;
padding-top: 5px;
height:500px;
vertical-align: top;
}
td.content_right{
width:50px;
background: url(http://www.nlgma.org/images/bkg_right.jpg) repeat-y;
}
/*----------------Highlight and Top--------------*/

td.highlight{
background: url(http://www.nlgma.org/images/bkg_highlight.jpg) no-repeat;
width:275px;
height:210px;
vertical-align: text-top;
padding: 12px;
}
/*------------------Footer---------------*/
td.main_footer{
width: 100%;
height: 65px;
}
table.footer{
height: 65px;
}
td.footer_left{
background: url(http://www.nlgma.org/images/bkg_footer_left.jpg) repeat-y;
width:50px;
}
td.footer{
vertical-align: top;
background: url(http://www.nlgma.org/images/bkg_footer_mid.jpg) repeat-x;
color:#ffffff;
width:800px;
text-align: center;
}
td.footer_right{
background: url(http://www.nlgma.org/images/bkg_footer_right.jpg) repeat-y;
width:50px;
}
a:link.footer {color:#ffffff;text-decoration: none;}
a:visited.footer {color:#ffffff;text-decoration: none;}
a:hover.footer {color:#ffffff;text-decoration: none;}
a:active.footer {color:#ffffff;text-decoration: none;}
/*------------------General---------------*/
p { }

td { }

h1 {
font-size: 16pt;
font-weight: bold;
 }

h2 {
font-size: 14pt;
font-weight: bold;
}

h3 {
font-size: 12pt;
font-weight: bold;
}

h3.error {
font-size: 12pt;
font-weight: bold;
color: red;
}

h3.success {
font-size: 12pt;
font-weight: bold;
color: #006666;
}

.required{
color: red;
}

table.nlgma_process{
width: 100%
}

td.nlgma_process{
border: solid 1px #000000;
}

a:link {color:#000000;text-decoration: none; font-weight: bold;}
a:visited {color:#000000;text-decoration: none; font-weight: bold; }
a:hover {color:#000000;text-decoration: none; font-weight: bold; }
a:active {color:#000000;text-decoration: none; font-weight: bold; }

