/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {font-family: sans-serif;}


body {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	background-color:#5a8f21;
	font-size: 80%;
	color:white;
}


h1, .contentheading, .componentheading {
 font-size: 150%;
 font-weight:normal;
 letter-spacing:0px;
 
}

h2 {
 font-size: 115%;
 font-weight:bold;
 font-style:oblique;
}

h3{
 font-size: 100%;
 
}

h4{
 font-size: 95%;
 font-weight: bold;
 
}

h5{
 font-size: 105%;

 text-decoration:underline;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

li {}

label{
	font-weight: bold;
	color: #a4ce79;
}

p {
text-align:justify;
}

a {
	color:#ffbb03;
}

a:hover {
	color: #f0f000;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#maintable {background-color: #4c7223; }
#printheader {display:none}

/* left table column containing the main menu:*/
#leftcolumn {
	background-image: url(../images/bgleftmenu.jpg);
	background-position: 0% 0%;
	background-repeat: repeat-y;
	width:209px;
}
#rightcolumn {
	background-image: url(../images/bgright.jpg);
	background-position: 0% 0%;
	background-repeat: repeat-y;
	width:31px;
}

.contenttd {
	padding-left:15px;
	padding-right:1px;
	border-left:1px solid #eaf2f8;
	border-right:1px solid #000000;
	height:100%;
	color:white;
	width:614px;
}

.content {
	padding-right:15px;
}

#frontpage {
	background-color:#4496de;
	background-image: url(../images/middle.jpg);
	background-repeat: no-repeat;
}
#header {
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
}

#smallbuttons {
	padding-top:68px;
	margin-left:35px;
	width:100px;
}
#smallbuttons a {
	border:none;
}

#footer {
	background-image: url(../images/bottom.jpg);
}

#breadcrumbs {
	width:100%;
	font-size:80%; 
	border-bottom:1px solid #bddbf3;
	
}

#buttons {float:right;display:inline;}

#searchdiv {
	width:169px;
	height:46px;
	margin-top:15px;
	margin-left:32px;
	padding-left:4px;
	padding-top:14px;
	background-image:url(../images/searchbg.png);
	background-repeat: no-repeat;
}
#searchfld {width:86px; height:16px; font-size:12px; border:1px solid black;}
#header_stretch, #headerrow {
	height:57px;
	background-image: url(../images/headerbg.png);
	background-repeat: repeat-x;
}

#nortoplogo {
	margin-top:3px;
	margin-left:40px;
	width:55px;
	height:55px;
	
}


div.catalogcontent {
	margin-top:0px;
}


.contentpane {
	
	width:98%;
}

.contentdescription {
	font-size:90%;
} 

.contentdescription p a {
	font-size:100%;
}


.sectiontableheader {
	background-color:#66a326;
	font-size:90%;
	font-weight:bold;
	text-align:center;
	
}

.sectiontableentry1 {
	font-size:90%;
	font-weight:bold;
}

.sectiontableentry1 td {
	border-bottom:1px dotted #dddddd;
	height:20px;
}

/***********************************************/
/* Menu styles                                 */
/***********************************************/
#menucontainer {
	position:relative;
	width:174px;
	margin-left:30px;
	margin-top:8px;
	background-color: #66a326;
}

div.menuitem {
	background-image: url(../images/button.png);
}

div.menuitem, div.menuitemsel {
	cursor:hand;
	font-size:12px;
	color:#00536f;
	font-weight:bold;
	display:block;
	height:29px;
	background-position: center left;
	background-repeat: no-repeat;
	margin:0px;
	behavior:url("./hover.htc");
	padding-left:15px;
}

div.submenu {
	position:absolute;
	z-index:900;
	background-color: #ffffff;
	left:0px;
	visibility:hidden;
	border:1px solid black;
	width:200px;
	background-color:#3ceaff;
	text-align:left;
}

.submenuitem {
	height:25px;
	width:auto;
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #444444;
	behavior:url("./hover.htc");
	
}

.submenusel {
	
}


div.menulinksel {
	background-color:red;
}

a.mainlevel {
	font-size:11px;
	text-decoration:none;
	padding-top:6px;
	font-size:bold;
	color:black;
	line-height:1;
	padding-left:10px;
	background-image:url(../images/button.png);
	background-position: center left;
	background-repeat: no-repeat;
	display:block;
	height:23px;
	width:174px;
	font-size:12px;
}


div.menuitemsel a, div.menuitemsel span {
	text-decoration:underline;
}

a.mainlevel:hover {
	background-image: url(../images/button1.png);
	background-position: center left;
	background-repeat: no-repeat;
	border:none;
}



div.hover span, div.hover a:visited {
	color:black;
}

.submenuitem {
	padding-left:9px;
	padding-top:4px;
}

.submenulink {
	font-size:11px;
	line-height:1;
	color:black;
	text-decoration:none;
}

.submenulink:hover {
	text-decoration:underline;
	border:none;
	color:black;
}

.menulink {
	color:black;
	display:block;
}

.menulink:hover {
	color:black;
}

a.menulink:hover {
	text-decoration:underline;
	border-bottom:none;

}

div.menuitem:hover a:visited, div.submenuitem:hover a:visited {
	color:black;
}




/***********************************************/
/* Page specific Divs                          */
/***********************************************/
.file_download {
	background-color:#4395de;
	width:400px;
}

.file_top {
	background-image:url(../images/file_top.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:25px;
}

.file_bottom {
	height:25px;
	background-image:url(../images/file_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	
	
}

.file_list_td {
	border-left:1px solid black;
	border-right:1px solid black;
	
}

.mainpage {
	text-align:justify;
	
}

.caption {
	font-size:85%;
	font-weight:bold;
}


.size {
	display:inline;
	width:130px;height:130px;
	float:left;
	border:1px solid white;
}

#newscontainer {
	visibility:visible;
	/*filter:progid:DXImageTransform.Microsoft.Slide(slideStyle='PUSH', bands=1);*/
	overflow:hidden;
	height:200px;
	position:relative;
}
.printOnly {
  display: none;
}

.footnote {
	font-size:90%;
	font-style:oblique;
	border-top:1px solid gray;
	padding-top:1em;
}


.menuselector {
	background-color:#55a5e4;
}

.menuselector h2 {
	font-size:90%;
	background-color: #b2eae9;
}

.menuselector a {
	color:white;
	font-weight:bold;
}

.menuselector a:visitied {
	color:#d0d0d0;
}


.createdate, .modifydate {
	font-size:85%;
	font-style:oblique;
}

#rightsection {
	width:200px;
	float:right;
	margin-top:4px;
	border-left:1px solid black;
	border-bottom:1px solid black;
	background-color:#96c06c;
	color:#000000;
	padding:5px;

}
