/* NAGT Conference */
#nagt_pageContainer {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
width: 760px;
margin: auto;
padding: auto;
background-image: url(images/navBack.gif);
background-repeat: repeat-y;
border: 1px solid #000;
}

#nagt_header {
width: 760px;
height: 206px;
margin: 0;
padding: 0;
}

#nagt_header_top {
width: 760px;
height: 76px;
background-image: url(images/topBanner.jpg);
background-repeat: no-repeat;
margin: 0;
padding: 0;
}

#nagt_header_bottom {
width: 760px;
height: 130px;
background-image: url(images/bottomBanner.jpg);
background-repeat: no-repeat;
margin: 0;
padding: 0;
}

/* Side Navigation */
#nagt_nav {
width: 210px;
padding: 10px 0px 0px 5px;
margin: 10px 0px 20px 0;
float: left;
}

#nagt_nav ul {
width: 185px;
list-style: none;
margin: 0;
margin-bottom: 30px;
padding: 0;
border: none;
}

#nagt_nav ul li {
margin: 0;
}

#nagt_nav ul li a {
display: block;
padding: 8px 5px 8px 10px;
border-bottom: 1px solid #b9a881;
color: #d1c5a8;
text-decoration: none;
font-size: 13px;
font-weight: bold;
width: 100%;
background-color: #05485f;
}

#nagt_nav ul li a:hover {
border-bottom: 1px solid #b9a881;
background-color: #735930;
font-size: 13px;
font-weight: bold;
color: #d1c5a8;
}


/* End of Side Navigation */

#nagt_mainContent {
width: 520px;
float: left;
margin: 0px;
padding: 0px;
padding-bottom: 30px;
}

#nagt_mainContent a {
color: #4e3713;
text-decoration: underline;
}

#nagt_mainContent a:visited {
color: #4e3713;
text-decoration: underline;
}

#nagt_mainContent a:hover {
color: #b9a881;
text-decoration: none;
}

#nagt_mainContent p {
padding: 5px 15px 15px 25px;
margin: 0px;
}

#nagt_mainContent p.coming_att {
padding: 5px 15px 15px 55px;
margin: 0px;
}

#nagt_mainContent h1 {
color: #00344e;
font-size: 20px;
font-weight: bold;
margin: 18px;
}

#nagt_mainContent h2 {
width: 95%;
color: #ffffff;
font-weight: bold;
font-size: 15px;
margin:10px 0px 10px 23px;
padding: 5px 10px 5px 10px;
background-color: #4b2803;
}

#nagt_mainContent h3 {
color: #947c60;
font-size: 18px;
font-weight: bold;
margin: 18px;
}

#nagt_mainContent h4 {
color: #000000;
font-size: 17px;
font-weight: bold;
margin: 0;
padding: 0 0 0 25px;

}

#nagt_mainContent span.theaterHeading{
color: #000000;
font-size: 17px;
font-weight: bold;
}

#nagt_mainContent p.mar_pad_top0 {
margin-top: 0;
padding-top: 0;
}

#nagt_mainContent ul.list li {
padding-bottom: 15px;	
}


#nagt_footer {
clear: both;
width: 760px;
height: 90px;
background-image: url(images/footer.jpg);
background-repeat: no-repeat;
}

#nagt_footer p {
text-align: center;
color: #f3e0b2;
font-size: 12px;
margin: 0px;
padding: 15px 0px 5px 0px;
}

#nagt_footer p a {
text-decoration: underline;
color: #f3e0b2;
}

#nagt_footer p a:visited {
text-decoration: underline;
color: #f3e0b2;
}

#nagt_footer p a:hover {
text-decoration: none;
color: #f3e0b2;
}


