.dl 
{
font-size: 9px;
line-height: 0.9;
color: #5c462f;
font-family: Arial,Helvetica,sans-serif;
text-decoration: none;
}
a.style2
{
	font-size: 9px;
	color: #5C462F;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

a:hover.style2
{
	font-size: 9px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

span.dl
{
	font-size: 9px;
	line-height: 0.9;
	color: #5C462F;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
* {
padding:0;
margin:0;
font-family:Helvetica, Arial, sans-serif;
font-size:11px;


}
body {
background-color:#321E09;
text-align:center;
margin:0px;
padding:0px;
}
.all {
text-align:left;
margin:0 auto 0 auto;
width:738px;
}
.top {
padding-top:25px;
}
.logo {
background-image:url(../images/Top.gif);
background-position:left;
background-repeat:no-repeat;
background-color:#321E09; 
height:30px;
width:127px;
}
.container {
position:relative;
top:-3px;
height:410px;
border:#FFFFFF 3px solid;

}

.titleBar {
height:409px;
width:53px;
float:left;}
.content {
background-color:#FFFFFF;
height:371px;
width:188px;
float:right;
border:#321E09 4px solid;
overflow:auto;
padding:15px;

}
/*.nav {
padding-left:15px;
z-index:2;}
.nav a {color:#FFFFFF;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
padding-bottom:3px;
padding-top:3px;}
.nav > ul {
margin:0;
padding:0;
color:#FFFFFF;
width:400px;
list-style:none;
}
.nav > ul > li { 
height:18px;
float:left;
border-left:#FFFFFF 1px solid;
border-top:#FFFFFF 2px solid;
border-right:#FFFFFF 1px solid;
border-bottom:#FFFFFF 3px solid;
padding: 0 7px 0 7px;
position:relative;
z-index:10;
}
.nav li > ul {
display:none;
}
li:hover ul { 
display: block;
}
.nav li > ul {
border:#CC0000 2px solid;
background-color:#321E09;
position:absolute;
top:21px;
left:0;
list-style:none;
padding:2px;
width:110%;
text-align:center;
}
li:hover {
background-color:#CC0000;
}
li > ul {
	top: auto;
	left: auto;
}
 Fix IE. Hide from IE Mac
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
p {
font-family:Helvetica, Arial, sans-serif;
font-size:11px;
padding-bottom:10px;
}
h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
}
h6 {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#CC0000;
}
a {
text-decoration:underline;
color:#CC0000;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
.calTitle {
color:#CC0000;
font-size:18px;

}
.profjoe {
color:#000000;
text-decoration:none;
font-weight:bold;
font-size:12px;
line-height:20px;
}
.profjoe:hover {
color:#CC0000;
}

.boxlink {
padding:5px;
padding-top:3px;
padding-bottom:3px;
border:2px solid #CC0000;
color:#FFFFFF;
background-color:#321E09;
font-weight:bold;
font-size:12px;
text-decoration:none;
text-transform:uppercase;
float:left;
margin:3px;
}
.boxlink:hover {
background-color:#CC0000;
}
.big {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
text-decoration:none;
color:#000000;
display:block;
padding-bottom:0px;
margin-bottom:5px;
}
.big span{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#CC0000;
display:block;
}
.big:hover span {
color:#CC0000;}
.big:hover {
color:#CC0000;
}
.homeButtons img {
padding:3px;
border:none;
color: #FFFFFF}
.nav {width:450px; height:18px; font-size:10px; position:relative; z-index:100;border-right:2px solid #FFF; padding-left:15px; top:-5px; margin-top:10px; }
/* hack to correct IE5.5 faulty box model */
* html .nav {width:451px; w\idth:450px;}
/* remove all the bullets, borders and padding from the default list styling */
.nav ul {padding:0;margin:0;list-style-type:none;}
.nav ul ul {width:75px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.nav li {float:left;width:75px;position:relative;}
.navItem{padding-top:3px;}
/* style the links for the top level */
.nav a, .nav a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:73px; height:18px; border:2px solid #FFF; border-width:2px 0 3px 2px; background:#321e09; text-align:center;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .nav a, * html .nav a:visited {width:73px; w\idth:73px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.nav ul ul {visibility:hidden;position:absolute;top:21px;left:0; width:79px; background-color:#321E09; border:2px solid #fff; padding:2px; }
/* another hack for IE5.5 */
* html .nav ul ul {top:20px;t\op:21px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.nav table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.nav ul ul a, .nav ul ul a:visited {background:#321E09; color:#FFF; height:auto; padding:1px 2px; width:75px;
border-width:0px;
}
/* yet another hack for IE5.5 */
* html .nav ul ul a, * html .nav ul ul a:visited {width:75px;w\idth:75px;}

/* style the top level hover */
.nav a:hover, .nav ul ul a:hover{color:#fff; background:#CC0000;}
.nav :hover > a, .nav ul ul :hover > a {color:#fff;background:#CC0000;}

/* make the second level visible when hover on first level list OR link */
.nav ul li:hover ul,
.nav ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.nav ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.nav ul :hover ul :hover ul{ visibility:visible;}


/* NLC header start */

.nlcHeaderContentWidth {
	position:relative;
	width:1004px;
	margin:0px auto 0px auto;
	min-height:25px;
}
.nlcHeader {
	height:44px;
	width:100%;
	background-image:url(../images/nlc_header_back.png);
	background-position:top left;
	background-repeat:repeat-x;
}
.nlcHeaderLinks {
	height:44px;
	color:#FFFFFF;
	background-image:url(../images/nlc_header_logo.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	margin:0px auto 0px auto;
	font-family:"Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size:12px;
}
.nlcHeaderLinks a {
	color:#FFFFFF;
	text-transform:uppercase;
	font-family:"Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size:12px;
	text-decoration:underline;
}
a.nlcHeaderLinksLogo {
	display:block;
	height:44px;
	width:337px;
	margin-left:40px;
}
.smallCaps {
	text-transform:lowercase;
}

/* NLC header end */