body,html {
	height: 100%;
	background-image: url("/gfx/bg_tile.gif");
	margin: 0px;
	font-family: Arial,sans-serif;
	color: rgb(40,88,120);
	font-size: 0.85em;
}

div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

img {
	border: 0px;
}

div#main {
	height: 100%;
	width: 738px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;	/* top right bottom left */
	background-color: white;
	background-image: url("/gfx/triple_divider.gif");
	background-repeat: repeat-y;
	text-align: center;
}

table#container {
	height: 100%;
	width: 726px;
	margin: 0px auto;
	background-color: transparent;
	border-spacing: 2px;
}

table#container td#menu {
	width: 216px;
	vertical-align: top;
	background-color: rgb(36,117,171);
	background-image: url("/gfx/menu_clipart.jpg");
	background-repeat: no-repeat;
	background-position: 0% 100%;
	padding: 0px;
	border-top: 2px white solid;
	border-bottom: 2px white solid;
}

table#container td#spacer {
	width: 1px;
}

table#container td#content {
	vertical-align: top;
	text-align: left;
}

div.conBox {
	border: 1px rgb(144,182,204) solid;
	padding: 10px;
	margin-top: 5px;
}

div.conBox img {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

div.conBox h2 {
	color: rgb(0,150,191);
	margin: 0px 0px 5px 0px;	/* top right bottom left */
	font-size: 1.3em;
}

div#menu {
	padding: 3px 3px 3px 3px;	/* top right bottom left */
	background-color: transparent;
}

div#menu img {
	display: block;
}

div#menu img.logoDiv {
	margin: 5px 0px 5px 0px;	/* top right bottom left */
}

div#welcome {
	border: 1px rgb(144,182,204) solid;
}

div#welcome div{
	border: 1px rgb(255,255,255) solid;
	background-color: rgb(203,227,244);
	padding: 10px 12px 20px 12px;	/* top right bottom left */
}

div#welcome h1 {
	margin: 4px 0px 12px 0px;	/* top right bottom left */
	color: rgb(0,150,191);
	font-size: 1.5em;
}

div.clearVis {
	clear: both;
	height: 2px;
	margin: 10px 10px 20px 10px;	/* top right bottom left */	
	border-top: 1px rgb(144,182,204) solid;
}

div.clearTra {
	clear: both;
	height: 2px;
	margin: 10px 10px 20px 10px;	/* top right bottom left */	
}

div.formFields {
	margin-left: 30px;
}

div.formFields label {
	float: left;
	line-height: 195%;
	width: 30%;
}

div.formFields div {
	clear: both;
}

input,textarea {
	border: 1px rgb(150,150,150) solid;
	margin: 2px;
}