/*  GLOBAL RULES TO ZERO OUT DEFAULTS AND ADJUST FOR BROWSER ISSUES  */

body, div, table, tbody, tr, td, img, h1, h2, h3, h4, h5, h6, p, form, input, select {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	border-width: 0px;
	border-style: none;
}
.clearme {
	clear: both;
}

html {
	overflow-x:hidden!important;
 	overflow-y:hidden!important;
}

/*  GLOBAL */

body {
	font-family:"Lucida Sans Unicode", sans-serif;
	width: 100%;
	height:100%;
	text-align:left;
	margin:0px;	
	padding:0px;
	font-size:15px;
	font-weight:200;
	background-color: #FFFFFF;
	color:#666666;
}
#head {
	background-image:url(../img-glb/bg-head.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:50px;
	position:absolute;
	top:0px;
	width:100%;
	border-bottom:solid #999999 1px;
	z-index:20;
}
#head #nav {
	width:auto;
	height:50px;
	background-image:url(../img-glb/bg-nav.jpg);
	background-repeat:no-repeat;
	background-position:right;
	z-index:20;
}
#head #logo {
	position:absolute;
	left:20px;
	height:50px;
	width:174px;
	z-index:20;
}
#mnpg {
	width:94%;
	height:70%;
	padding-left:30px;
	padding-bottom:30px;
	padding-right:3%;
	position:relative;
	top:70px;
	overflow-y:auto;
	z-index:1;
}
#foot {
	background-image:url(../img-glb/bg-foot.jpg);
	background-repeat:repeat-x;
	background-position:left;
	height:30px;
	padding-top:20px;
	padding-left:3%;
	padding-right:3%;
	width:94%;
	position:absolute;
	bottom:0px;
	border-top:solid #999999 1px;
	z-index:20;
}
#foot a {
	color:#666666;
	z-index:20;
}
#foot a:visited {
	color:#666666;
	z-index:20;
}
#foot a:hover {
	color:#990000;
	z-index:20;
}
#foot div {
	float:right;
	z-index:20;
}

/* TAGS */
a {
	color:#0000FF;
}
a:visited {
	color:#0000FF;
}
a:hover {
	color:#FF0000;
}
h1 {
	width:auto;
	font-size:200%;
	font-weight:200;
	font-family:"Comic Sans MS",Times New Roman, Times, serif;
	color:#CECB7B;
}
h2 {
	width:auto;
	font-size:150%;
	font-weight:200;
	font-family:"Comic Sans MS",Times New Roman, Times, serif;
	color:#CECB7B;
}
h3 {
	font-size:110%;
}
h4 {
	font-size:140px;
}
h5 {
	font-size:120%;
}
h6 {
	font-size:100%;
}
p {
	margin-top:13px;
}
ul {
	margin-left:0px;
}
li {
	list-style-position:outside;
}
.txterror {
	color:#990000;
}

/* TXTFIELDS */

/* POSITIONING */
.marginleft {
	margin-left:20px;
}

/* CONTROLS */


/* SPECIFIC */
