html {
 /* height: 100%;*/
}

body {
	/* height: 100%;
	min-height: 100%; */
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Tahoma,'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 1em;
	background: #061a4b url('/img/dblue100.gif');
	
}

h1, h2, h3, h4, h5, h6 {
	/* font-family: "New Rocker",Georgia, "Times New Roman", sans-serif; */
	font-family: "Metal Mania", Tahoma, "Times New Roman", sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	color: #1e4378;
	background-color: transparent;
}

h1 {
	font-size: 30pt;
}

h1:first-letter {
	color: #059b05;
	font-size: 150%;
	background-color: #ffd700;
	border-bottom: 2px solid #6a5b09;
	border-right: 2px solid #6a5b09;
	border-top: 2px solid #faeeac;
	border-left: 2px solid #faeeac;	
	padding: 2px;
}

h2 {
	margin-bottom: 0;
	font-size: 26pt;
}

img {
	border: 0;
}

a:link, a:active {
	color: #1e4378;
}

a:visited {
	color: #421e78;
}

a:hover {
	text-decoration: none;
	color: #c60000;
}

hr {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-top: 2px solid #bbb770;
	width: 100%;
	height: 1px;
}

#topheader {
	background: url('/img/bottombar.gif') repeat-x top left;
	height: 29px;
}

#header {
	background: url('/img/bottombar.gif') repeat-x bottom left;
	height: 200px;
	margin-left: 300px;
}

#container {
	margin: 0;
	padding: 0;
	height:100%;
	Width:100%;
}

#sidebar {
	background-image: url('/img/semi.gif');
	background-repeat: no-repeat;
	background-position: 0 70px;
	width: 222px;
	padding-top: 66px;
	/* float: left; */
	display: inline-block;
	vertical-align: top;
	font-family: Tahoma, Georgia, "Times New Roman", sans-serif;	
}

#sidebar ul {
	background: url('/img/sb_top.gif') no-repeat top;
	margin-top: 90px;
	list-style-type: none;
	padding-top: 32px;
	padding-left: 6px;
	margin-left: 0;
	margin-bottom: 0;
}

#sidebar ul li {
	background: url('/img/sb_tile.gif') no-repeat top;
	height: 29px;
	width: 210px;
	font-size: 14px;
	text-align: center;
}

#sidebar ul li a:link, #sidebar ul li a:visited, #sidebar ul li a:active {
	color: #ffd700;
	border: 0;
	text-decoration: none;
	width: 210px;
	display: block; 
	margin: 0;
	padding-bottom: 0;
	padding-top: 5px; 
}


#sidebar ul li a:hover {
	color: #fff;
}

#sidebar-bottom {
	background: url('/img/sb_bottom.gif') no-repeat top;
	padding: 0;
	margin-left: 6px;
	height: 34px;
	width: 210px;
}


/**/
#background-image {
	height: 172px;
	background-image: url('/img/NewGenBGsky.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#background-imageLeft {
    background-position: left 30px;
	height: 351px;
	padding-top: -1px;
	background-image: url('/img/NewGenBG_LeftsideB.png');
	background-repeat: no-repeat;		
}



#menu {
	width:100%;
	/* position: relative; */
	position:sticky;
	margin-top: -29px;
	padding-top: 29px;	
	background-image: url('/img/semi-circleB.gif');
	background-repeat: no-repeat;
	background-position: 0 0px;
	height: 150px;
	display:inline-block;
	margin-left: -7px;
	min-width:10px;
}

#menu ul {
	/*width: 546px;	*/
	width: 80%;
	list-style-type: none;
	margin: 0 auto;
	font-family: "Metal Mania", Tahoma, "Times New Roman", sans-serif;
	padding: 0;
}

#menu ul li {
	height: 65px;
	width: 168px; /**/
	background: url('/img/menu-item.gif') no-repeat center;
	float: left;
	padding: 0 7px;
}

#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active {
	border: 0;
	margin-left: 7px;	
	margin-top: 16px;
	padding-top: 6px;
	height: 36px;
	width: 155px;
	text-align: center;
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 25px;
}
#menu ul li a:hover {
	 color: #ffd700;
	 background-color: transparent;
}

#main {
	/* float: left; */
	width: 80%;	
	display: inline-block;
	/* max-width: 800px; */
}

#content {
	background: #e6cfa3 url('/img/paper.gif');
	margin: 6px;
	padding: 5px;
	height: 465px;
	vertical-align: top;
}

#footer {
	clear: both;
	background: url('/img/bottombar.gif') repeat-x bottom left;
	height: 70px;
}

#footer p {
	padding-left: 222px;
	padding-top: 10px;
	margin-bottom: 0px;
	color: #bbb770;
	font-size: 90%;
}

#footer a:link, #footer a:visited {
	color: #bbb770;
}

.hide {
	display: none;
}

ul#searchresults {
	list-style-type: none;
}

ul#searchresults li {
	padding: 5px;
}

.smalltext {
	color: #059b05;
	font-size: .8em;
}

.imgblock {
	float: left;
	width: 150px;
	height: 170px;
	margin: 3px;
	padding: 5px;
	text-align: center;
}

.imgblock img {
	/*	border: 2px solid #bbb770;	*/
	border-bottom: 2px solid #6a5b09;
	border-right: 2px solid #6a5b09;
	border-top: 2px solid #faeeac;
	border-left: 2px solid #faeeac;
}


.ImgDiv {
	display:inline-block;
	width:19%;
	/* border:1px solid gainsboro; */
	text-align:center;
	margin:2px;
	/* background-color:ghostwhite; */
	/* height:100%; */
	overflow:auto;
	}
.ImgPara {
	text-align:center;
	font-size:9pt;
	font-weight:bold;
	}


.inputbox {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	background-color: #ccc;
	border-top: 2px solid #bbb770;
	border-left: 2px solid #bbb770;
	border-bottom: 2px solid #f4f0ac;
	border-right: 2px solid #f4f0ac;
}

.inputbutton {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight: bold;
	background-color: #ffd700;
	border-bottom: 2px solid #6a5b09;
	border-right: 2px solid #6a5b09;
	border-top: 2px solid #faeeac;
	border-left: 2px solid #faeeac;

}

.inputbox:hover {
	background-color: #fff;
}

#content ul {
	list-style-image: url('/img/list-icon.gif');
}

#content ul ul {
	padding-left: 1em;
}

a.pag {
	color: #000;
	text-decoration: none;
	background-color: #ffd700;
	border-bottom: 2px solid #6a5b09;
	border-right: 2px solid #6a5b09;
	border-top: 2px solid #faeeac;
	border-left: 2px solid #faeeac;
	height: 20px;
	padding: 0 5px;
	float: left;
	text-align: center;
	margin: 5px;
}

a.pag:hover, a.current {
	font-weight: bold;
	color: #000;
	background-color: #fff;
	border-top: 2px solid #6a5b09;
	border-left: 2px solid #6a5b09;
	border-bottom: 2px solid #faeeac;
	border-right: 2px solid #faeeac;

}

table#main-table {
}

td#top {
	height: 7px;
	background: url('/img/paper-top.gif') repeat-x top left;

}

td#left {
	width: 7px;
	background: url('/img/paper-left.gif') repeat-y top right;
}

td#right {
	width: 7px;
	background: url('/img/paper-right.gif') repeat-y top left;
}

td#bottom {
	height: 7px;
	background: url('/img/paper-bottom.gif') repeat-x top left;
}





.msg {
	font-weight: bold;
	padding: 1em;
	width: 60%;
	text-align: center;
	margin: 1em auto;
}

.error {
	border: 2px solid #f5a8a8;
	background: #f3cece url('/img/warning.png') no-repeat 0.5em 50%;
}

.info {
	border: 2px solid #fef894;
	background: #fffddd url('/img/ok.png') no-repeat 0.5em 50%;
}

ol.comments li {
	margin: 15px;
}

.highlight {
	background-color: #ffd700;
	font-weight: bold;
}