/*  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;
	font-family: "Trebuchet MS", sans-serif;
}
.clearme {
	clear: both;
}

/* Visible vertical scrollbar which disables correctly and allows normal horizontal scrollbar behaviour. */
:root {
 overflow-y:scroll!important;
}

/*  GLOBAL */

body {
	width:100%;
	height:100%;
	text-align:center;
	font-size:12px;
	color:#EEEEEE;
	font-weight:200;
	background-color:#000099;
	background-image:url(../img-glb/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
td {
	vertical-align:top;
}
#pg {
	width:740px;
	height:100%;
	padding-left:30px;
	padding-right:30px;
	margin-left:auto!important;
	margin-right:auto!important;
	text-align:left;
}
#head {
	width:100%;
	margin:0px;
	padding:0px;
	padding-top:6px;
}
#head #nav {
	padding-top:5px;
	width:100%;
}
#head #nav a:active {
	border-color:#000000;
	border:none;
}
#mnpg {
	width:740px;
}
#mnpg td {
	vertical-align:top;
}
#mnpg #sidcol {
	width:206px;
	padding:25px;
}
#mnpg #mn {
	width:434px;
	padding:25px;
}
#foot {
	padding-top:24px;
	padding-bottom:14px;
	width:740px;
	text-align:center;
	margin-left:auto!important;
	margin-right:auto!important;
	text-align:left;
	color:#0000FF;
	white-space:nowrap;
}
#foot div {
	float:right;
	white-space:nowrap;
}
#foot a {
	color:#0000FF;
	white-space:nowrap;
}

/* TAGS */
a {
	color:#0000FF;
	text-decoration:none;
}
a:visited {
	color:#0000FF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
}
h1 {
	color:#0000FF;
	font-size:15px;
	text-transform:uppercase;
	margin-bottom:10px;
}
h2 {
	color:#0000FF;
	font-size:13px;
	text-transform:uppercase;
	margin-bottom:5px;
}
h3 {
	font-size:160%;
}
h4 {
	font-size:140px;
}
h5 {
	font-size:120%;
}
h6 {
	font-size:100%;
}
p {
	margin-bottom:13px;
}
ul {
}
li {
	list-style-position:outside;
	list-style-type:square;
}


/* TXTFIELDS */


/* CONTROLS */
.border {
	border:solid #0000FF 1px;
}
.cursor {
	cursor:pointer;
}

/* POSITIONING */
.marginleft {
	margin-left:10px;
}
.marginright {
	margin-right:10px;
}
.margintop {
	margin-top:10px;
}
.marginbtm {
	margin-bottom:10px;
}

/* SPECIFIC */
.picbanner {
	margin-bottom:20px;
	text-align:center;
	margin-top:20px;
}
div.picbanner h6 {
	width:430px;
}
.auth {
	font-style:italic;
	display:block;
	font-weight:200;
}
#screens {
	padding-top:20px;
	width:100%;
	height:2000px;
	text-align:center;
}
#screens div {
	float:left;
	font-size:14px;
	text-align:center;
	margin-left:auto!important;
	margin-right:auto!important;
	border:solid #0000FF 1px;
	width:138px!important;
	height:140px!important;
	padding:10px;
	margin:10px!important;
}
#screens div img {
	margin-left:auto!important;
	margin-right:auto!important;
	display:block;
	margin-bottom:4px;
}
