/* Main page styling */

body {
	background-color: #DDDDDD;
	background-repeat: repeat-x;
	margin: 10px 5%;
	padding: 0;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

td {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* Left sidebar content styling */

#leftbar p{
	font-size: 13px;
	/*/*/margin: 10px;
	line-height: 20px; /* Double comments used to hide styles from NN4*/
	color: #000000;
}

#leftbar h1 {
	font-size: 18px;
	color: #000000;
	/*/*/margin: 10px;
	letter-spacing: 1px;/* */
}

#leftbar h2 {
	font-size: 16px;
	color: #FFFFFF;
	/*/*/margin: 10px;
	letter-spacing: 1px;/* */
}

#leftbar a:link,  #leftbar a:visited{
	color: #FFFFFF;
}

#leftbar a:hover {
	color: #FFFFCC;
}

/* Main content styling */

#mncontent p{
	/*/*/margin: 14px;
	 line-height: 26px; /* */
}

#mncontent h1 {
	font-size: 22px;
	color: #748F62;
	/*/*/margin: 20px;
	letter-spacing: 1px;/* */
}

#mncontent h2 {
	font-size: 18px;
	color: #748F62;
	/*/*/margin: 20px;
	letter-spacing: 2px;/* */
}

#mncontent ul {
	/*/*/list-style-image:  url(../../assets/images/bullet_mn.gif);
	list-style-type: none;/* */
}
	
	#mncontent li {
	/*/*/margin: 4px 0 0 20px;
	color: #000000;
	font-weight: bolder;
}

#mncontent a:link,  #mncontent a:visited{
	color: #333333;
}

#mncontent a:hover {
	color: #748F62;
}

/* Right sidebar styling */

#rightbar p{
    font-size: 12px;
	/*/*/margin: 10px;
	line-height: 20px; /* */
}

#rightbar h1 {
	font-size: 18px;
	color: #FFFFFF;
	/*/*/margin: 10px;
	letter-spacing: 1px;/* */
}

#rightbar h2 {
	font-size: 16px;
	color: #FFFFFF;
	/*/*/margin: 10px;
	letter-spacing: 1px;/* */
}

#rightbar a:link,  #rightbar a:visited{
	color: #FFFFFF;
}

#rightbar a:hover {
	color: #FFFFCC;
}

/* Copyrite styling */

.copyrite {
	color: #CCCCCC;
	font-size: 12px;
	margin-left: 20px;
}

#ntable td a {
	/*/*/display:block;
   line-height: 40px;
	width: 100%; /* */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}


#ntable td a:link, #ntable td a:visited {
	color: #343434;
	text-align: center;
	text-decoration: none;
	background-position: 0 0;
}

#ntable td a:hover{
	color: #FFFFFF;
	cursor: auto;
}

/* Navlist Styling */

#navlist {
	margin-bottom: 5px;
	width: 180px;
	vertical-align: top;
}

#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#navlist li {
	margin: 0;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navlist a {
	/*/*/display: block;
	padding: 4px 2px 4px 20px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: transparent;
	background-image:  url("../../../assets/images/navlist_bg.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	width:180px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:158px; /* */
}

#navlist a:link, #navlist a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#navlist a:hover {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-image:  url(../../assets/images/navlist_bg.gif);
	background-position: 0 -70px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}

#openlink a:link, #openlink a:visited, #openlink a:hover {
	/*/*/border: 1px solid #333333;
	background-color: #748F62;
	color: #333333; /* */
}

/* table styling */

#htable {
	height: 140px;
}

#htable td {
	background-color: #666666;
	background-image:  url(../../assets/images/header_bg_main.jpg);/* Please make this link absolute to display in NN4 */
	background-repeat: repeat-x;
}

td#headerl {
	/*/*/background-image:  url(../../assets/images/header_bg_l.jpg);
	background-repeat: no-repeat;
	width: 180px;/* */
}

#ntable {
	}

#ntable td {
}

td#navl {
	width: 180px;
	background-color: #484848;
	height: 40px;
	background-image: url(../../assets/images/nav_bg_l.jpg);
	background-repeat: no-repeat;
}

#stable {
	background-color: #748F62;
	/*/*/background-image:  url("../../../assets/images/nav_spacer.jpg");
	background-repeat: no-repeat;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	height: 4px;/* */
}

#ctable {
	/*/*/border-right: 1px solid #333333;
	border-left: 1px solid #333333;/* */
}

#leftbar {
	background-color: #999999;
	color: #000000;
	vertical-align: top;
	/*/*/	background-image:  url(../../assets/images/leftsidebar_bg.jpg);
	background-repeat: no-repeat;
	width: 180px;
	padding: 0;/* */
}

#mncontent {
	background-color: #FFFFFF;
	vertical-align: top;
	/*/*/border-top: 3px solid #333333;
	border-right: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	border-left: 3px solid #333333;
	padding: 0;/* */
}

#rightbar {
	background-color: #748F62;
	vertical-align: top;
	width: 180px;
	color: #000000;
	/*/*/padding: 0;/* */
}

#ftable {
    background-color: #748F62;
	/*/*/background-image:  url("../../../assets/images/footer_bg.jpg");
	background-repeat: no-repeat;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	height: 40px;/* */
	vertical-align: middle;
}

#footerr {
	background-color: #748F62;
	vertical-align: top;
	width: 180px;
}

/* Validation Button Styling */

.w3cbutton4 {
/*/*/  margin: 1em 3.2em;
  width: 9em;
  font-family: helvetica,arial,sans-serif;
  font-size: 80%;
  font-weight: bold;/* */
}
.w3cbutton4 a {
 /*/*/ display: block;
  width: 100%;/* */
}
.w3cbutton4 a:link,
.w3cbutton4 a:visited,
.w3cbutton4 a:hover {
	color: #FFF !important;
	/*/*/background-color: #fc6;
	text-decoration: none;/* */
}
.w3cbutton4 a:link,
.w3cbutton4 a:visited {
  /*/*/border-top: 1px solid #CECECE;
  border-bottom: 2px solid #4A4A4A;
  border-left: 1px solid #CECECE;
  border-right: 2px solid #4A4A4A;/* */
}
.w3cbutton4 a:hover {
 /*/*/ border-bottom: 1px solid #CECECE;
  border-top: 2px solid #4A4A4A;
  border-right: 1px solid #CECECE;
  border-left: 2px solid #4A4A4A;/* */
}
.w3cbutton4 span.w3c {
/*/*/  padding: 0 0.4em;
  background-color: #FFFFFF;
  color: #0c479d;/* */
}
.style1 {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#rightbarbutton a:hover {

	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-image:  url(../../assets/images/navlist_bg.gif);
	background-position: 0 -70px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}
#rightbarbutton ul {

	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#rightbarbutton li {

	margin: 0 0 2px 0;
}
#rightbarbutton a {

	/*/*/display: block;
	padding: 4px 2px 4px 20px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: transparent;
	background-image:  url("../../../assets/images/navlist_bg.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	width:180px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:158px; /* */
}
#rightbarbutton a:link, #rightbarbutton a:visited {

	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

