html,body{
	margin:0;
	padding:0;
}

body{
	font: 76% arial,sans-serif;
	text-align:center;
	background-image:url(http://www.nlvfl.com/images/bg1.gif);
	background-repeat:repeat-x;
	background-color:#BCAA69;
}

hr{
	width:98%;
	margin:20px 0 20px 0;
}

a {color:#336600; text-decoration:  underline}
a:link {color:#336600; text-decoration: underline}
a:visited {color: #336600;}
a:hover {text-decoration: none; color: #669966; font-weight:bold;}
a:active {color: #336600;text-decoration: underline}

input
{
color: #004D3B;
background: #E4DCC2;
border: 1px solid #004D3B
}

.submit input
{
color: #000;
background: #004D3B;
border: 2px outset #004D3B
} 

div#header{
	background-color:#FFFFFF;
	height:auto;
}

div#wrapper{
	margin-top:10px;
}

div#container{
	text-align:left
}

div#content p{
	padding:0 10px 0 20px;
	margin-bottom:10px;
}

div#extra{
	background:#FFFFFF;
	border-right:1px dotted #004D3B;
}

div#extra p{
	padding-left:10px;
}

div#container{
	background-color:#FFFFFF;
	width:900px;
	margin:10px auto;
	border: 1px solid #004D3B;
}

div#content{
	float:right;
	width:750px;
	height:inherit;
	margin-bottom:10px;
}
div#contentcalendar{
	margin: 0px auto 10px 20px;
	width:100%;
	height:inherit;
}

div#content h1{
	font-size:18px;
	padding-left:10px;
	color:#004D3B;
	margin-bottom:4px;
}

div#content h2{
	font-size:14px;
	font-variant:small-caps;
	padding-left:10px;
	color:#BDAA69;
	margin:0 0 10px 0;
}

div#content h3{
	font-size:12px;
	font-variant:small-caps;
	padding-left:10px;
	color:#004D3B;
	margin:20px 0 10px 0;
}

div#navigation{
	float:left;
	width:200px;
}

div#extra{
	float:left;
	clear:left;
	width:149px;
}



div#footer{
	color:#FFFFFF;
	background-color:#004D3B;
	height:30px;
	clear:both;
	width:100%;
	border-top:1px dotted #004D3B;
}

div#footer p{
	margin-top:5px;
	padding:4px;
	text-align:center;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#footer p a{
	color:#FFFFFF;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

div#footer p a:hover{
	border-top:thin solid #FFFFFF;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: #004D3B url(images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.gif) center center repeat-x;
}

