/*  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;
}

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

/*  GLOBAL */

body {
	font-family: "Georgia", serif;
	width: 100%;
	text-align: center;
	font-weight:200;
	background-image:url(../img-glb/bg.jpg);
	background-repeat:repeat;
}
#logo {
	margin-left:auto!important;
	margin-right:auto!important;
}
#pg {
	margin-left: auto!important;	
	margin-right: auto!important;
	width:700px;
	font-size:12px;
	text-align:left;
	padding:20px;
	margin-bottom:50px;
	background-color:#FFFAF4;
	border:solid #333333 2px;
	line-height:20px;
}
#head {
	height:auto;
	width:100%;
	margin:0px;
	padding:0px;
}
#head #nav {
	height:auto;
	width:100%;
	text-align:center;
	margin-bottom:40px;
}
#head #nav a, #head #nav a:visited {
	text-transform:uppercase;
	color:#333333;
	font-weight:900;
	font-size:16px;
	text-decoration:none;
	margin-right:45px;
}
#head #nav a:hover {
	text-decoration:underline;
}
#head #nav span.sel {
	text-transform:uppercase;
	color:#333333;
	font-weight:900;
	font-size:16px;
	margin-right:45px;
	text-decoration:underline;
}
#mnpg {
	width: 100%;
	height:auto;
	margin-bottom:20px;
}
#foot {
	height:auto;
	width:100%;
	font-size:11px;
	padding:0px;
}
#foot a, #foot a:visited {
	color:#333333;
	text-decoration:none;
	padding:0px;
}
*html #foot a, #foot a:visited {
	margin-left:-20px;
}
*+html #foot a, #foot a:visited {
	margin-left:-20px;
}
#foot a:hover {
	text-decoration:underline;
}

/* TAGS */
a {
	color:#0000FF;
}
a:visited {
	color:#0000FF;
}
a:hover {
	color:#333333;
}
h1 {
	font-size:200%;
}
h2 {
	font-size:180%;
}
h3 {
	font-size:160%;
}
h4 {
	font-size:140px;
}
h5 {
	font-size:120%;
}
h6 {
	font-size:100%;
}
p {
	margin-bottom:13px;
}
ul, ol {
	margin-left:0px;
	padding-left:0px;
}
li {
	list-style-position:outside;
}
ol li {
	list-style-position:inside;
	list-style-type:decimal;
	padding-left:0px;
	margin-left:0px;
}
td {
	vertical-align:top;
}
.margintop {
	margin-top:15px;
}
.marginleft {
	margin-left:15px;
}
.marginright {
	margin-right:15px;
}
.marginbtm {
	margin-bottom:15px;
}
.right {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
.border {
	border:solid #333333 2px;
}
.current {
	background-color:#FAEA7C;
	padding:6px;
	margin-top:12px;
	margin-bottom:12px;
}
.inline {
	display:inline;
}
.block {
	display:block;
}

/* TXTFIELDS */


/* CONTROLS */


/* SPECIFIC */
ul, ol, li {
	list-style:inside;
}
ol {
	list-style-type:upper-alpha;
	list-style-position:inside;
}
li {
}
