html {
	margin: 0;
	padding: 0;
	}
body {
	margin: 0;
	padding: 0;
	background: #000000 url(../graphics/css-topt.gif) top left repeat-x;
	font-size: 76%;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	}
ul {
	list-style: none;
	}

* {
	margin: 0;
	padding: 0;
	}

img {
	border: none;
	display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
	}

h1, h2, h3, h4, h5, h6, p {
        margin-left: 10px;
        margin-right: 10px;
        }

ul {
        margin-left: 20px;
        }

/* standards from http://css-class.com/test/css/defaults/
UA-style-sheet-defaults.htm */
h1 {
        font-size: 2em;
        line-height: 1em;
	margin: 0.67em 10px;
        }
h2 {
        font-size: 1.5em;
        line-height: 1em;
	margin: 0.83em 10px;
        }
h3 {
        font-size: 1.25em; /* 1.17em standard */
        line-height: 1em;
	margin: 18px 10px;
        }
h4 {
        font-size: 1em;
        line-height: 1em;
	margin: 18px 10px;
        }

h5 {
        font-size: .83em;
        }
h6 {
        font-size: .67em;
        }

p {
	margin-top: 1em;
	margin-bottom: 1em;	
	}
a {
	color: #88B8DA;
	}
a:hover {
	color: #DABE88;
	}

.dimit {
	font-size: .85em;
	}

#outerwrap {
	width: 70em; /* 968px; */
	margin: 5px auto 0 auto;
	background: #000000 url(../graphics/css-topt.gif) top left repeat-x;
	padding: 0;
	color: #ffffff;
	font-size: 1em;
	line-height: 1.5em;
	border-left: 1px solid #537085;
	border-right: 1px solid #537085;
	}

#innertopt {
	width: 70em;
	height: 1.5em;
	background: #000000 url(../graphics/css-topt.gif) top left repeat-x;
	}
#innertopb {
	width: 70em;
	height: 5em;
	background: #000000 url(../graphics/css-topb.gif) bottom left repeat-x;
	}
#logo {
	float: left;
	margin-left: 3em;
	margin-top: 1em;
	}

#innertopb ul {
	margin-top: 2.5em;
	float: right;
	}
#innertopb ul li {
	float: right;
	margin: 0 .4em 0 .4em;
	}
#innertopb ul li a {
	padding: 0 .6em 0 .6em;
	text-decoration: none;
	color: #6A8FAA;
	border-bottom: 1px solid #0D141A;
	}
#innertopb ul li a:hover {
	color: #9DC4EB;
	border-bottom: 1px dashed #9DC4EB;
	}

#innerwrap {
	width: 70em;
	margin: 0;
	overflow: hidden;
	}
#lmlocal {
	text-align: center;
	border-bottom: 1px solid #537085;
	}

#lmlocal ul {
	display: inline-block;
	margin: 0 auto 0 auto;
	font-size: .9em;
	font-weight: bold;
	color: #6A8FAA;
	}
#lmlocal ul li {
	margin: 0 .4em 0 .4em;
	float: left;
	}
#lmlocal ul li a {
	padding: 0 .6em 0 .6em;
	text-decoration: none;
	color: #6A8FAA;
	border-bottom: 1px solid #0D141A;
	}
#lmlocal ul li.min a {
	padding: 0 .1em 0 .1em;
	}

#lmlocal ul li a:hover {
	color: #9DC4EB;
	border-bottom: 1px dashed #9DC4EB;
	}

#rccontent {
	clear: left;
	margin: 10px 0 7px 0;
	}

#footer {
	border-top: 1px solid #537085;
	margin-top: 10px;
	width: 70em;
	height: 2em;
	line-height: 2em;
	background: #000000 url(../graphics/css-topb.gif) bottom left repeat-x;
	text-align: center;
	}
#footer ul {
	display: inline-block;
	margin: 0 auto 0 auto;
	font-size: .9em;
	color: #6A8FAA;
	}
#footer ul li {
	margin: 0 .4em 0 .4em;
	float: left;
	}
#footer ul li a {
	padding: 0 .6em 0 .6em;
	text-decoration: none;
	color: #6A8FAA;
	border-bottom: 1px solid #0D141A;
	}
#footer ul li a:hover {
	color: #9DC4EB;
	border-bottom: 1px dashed #9DC4EB;
	}

.floatleft {
	float: left;
	display: inline-block;
	}
.floatright {
	float: right;
	display: inline-block;
	}

.insetbox {
	width: 90%;
	margin: 1em auto 1em auto;
	}

.boxreset {
        margin: 0;
        height: 0;
        padding: 0;
        width: 100%;    /* this is the magic element to fix the h1 clump */
        clear: both;    /* magic element makes box shrink-wrap */
}
.insetbox p {
        margin-left: 3em;
}

p#galwebde {
	font-size: .85em;
	color: #6A8FAA;
	text-align: right;
	line-height: 1em;
	}

.column50 {
	width: 46%;
	float: left;
	margin-left: 20px;
	}
form { margin:0; padding:0; display:block;}

.basicform { }

.fieldpair {
		display: block;
		clear: both;
		padding: 3px 20px 3px 20px;
		margin: 0;
	}

p.fieldname {
		clear: left;
		float: left;
		width: 100px;
		text-align: right;
		margin: 0;
		padding: 0;
	}

p.fieldinput {
		float: left;
		text-align: left;
		padding: 0 0 0 5px;
		margin: 0;
	}

.submitbutton {
	 font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

.dimit {
        font-size: .85em;
        }

dl {
	margin-left: 40px;
	}

dl dt {
	font-weight: bold;
	}
dl dd {
	margin-left: 10px;
	margin-right: 40px;
	}

