@charset "utf-8";

/* 
document.css

Software design and development by:
	Terence M. Bandoian
	P.O. Box 4074
	Austin, TX 78765
	http://www.tmbsw.com
	terence@tmbsw.com

Copyright (c) 2009-2010 Terence M. Bandoian. All rights reserved.
*/

html {
	overflow-y: scroll;
}

body {
	margin: 0 0 2em 0;
	padding: 0;
	border: none;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 87.5%;
	color: #404040;
	background-color: #b1c9e5;
	background-image: url(../images/background.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

form {
	margin: 0;
	padding: 0;
	border: none;
}

p {
	margin: 1em 0 0 0;
	padding: 0;
	border: none;
	line-height: 1.3em;
}


table.document {
	width: 890px;		/* 858px; 980px; */
	margin: 0 auto 0 auto;
	padding: 0;
	border: none;
}


.header {
	margin: 1em 0 0 0;
	padding: 0;
	border: none;
}

.header-top-left,
.header-bottom-left { margin: 0; }

.header-top-right,
.header-bottom-right { margin: -12px 0 0 12px; }

.header-top-left { background-position: top left; }
.header-top-right { background-position: top right; }
.header-bottom-left { background-position: bottom left; }
.header-bottom-right { background-position: bottom right; }

.header-top-left,
.header-top-right,
.header-bottom-left,
.header-bottom-right {
	height: 12px;
	padding: 0;
	border: none;
	font-size: 1px;
	background-color: #2e6eb8;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}

.header-body {
	margin: 0;
	padding: 0 12px;
	border: none;
	background-color: #2e6eb8;
	background-image: url(../images/header-body.gif);
	background-position: top left;
	background-repeat: repeat-x;
}


div.header-body table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

div.header-body img {
	margin: 3px 0 0 3px;
	padding: 0;
	border: none;
	vertical-align: bottom;
}

div.header-body a {
	color: #ffffff;
	text-decoration: none;
}

td.header-text {
	width: 100%;
	padding: 0;
	border: none;
	text-align: center;
}

td.header-text h1 {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 178.57%;		/* 175%; */
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
}


.body-container {
	margin: 1em 0 0 0;
	padding: 0;
	border: none;
}

.body-container-top-left,
.body-container-bottom-left { margin: 0; width: 200px; }

.body-container-top-right,
.body-container-bottom-right { margin: -12px 0 0 12px; }

.body-container-top-left { background-position: top left; }
.body-container-top-right { background-position: top right; }
.body-container-bottom-left { background-position: bottom left; }
.body-container-bottom-right { background-position: bottom right; }

.body-container-top-left,
.body-container-top-right,
.body-container-bottom-left,
.body-container-bottom-right {
	height: 12px;
	padding: 0;
	border: none;
	font-size: 1px;
	background-image: url(../images/body.gif);
	background-repeat: no-repeat;
}

.body-container-body {
	margin: 0;
	padding: 0 10px;
	border-width: 0 2px;
	border-style: solid;
	border-color: #3f7abe;
	background-color: #ffffff;
}


table.body {
	margin: 0 0 0 .75em;
	padding: 0;
	border: none;
}

td.content {
	width: 100%;
	padding: 0;
	vertical-align: top;
}

td.buttons {
	padding: 1em .75em 0 1.25em;
	vertical-align: top;
}


.small-button,
.large-button {
	display: block;
	padding: 0;
	border: none;
	color: #1F497A;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.small-button {
	width: 15em;
	margin: 2em auto 0 auto;
}

.large-button {
	width: 10em;
	margin: 1em auto 0 auto;
}

.button-top-left,
.button-bottom-left { margin: 0; }

.button-top-right,
.button-bottom-right { margin: -6px 0 0 6px; }

.button-top-left { background-position: 0% 0px; }
.button-top-right { background-position: 100% 0px; }
.button-bottom-left { background-position: 0% -45px; }
.button-bottom-right { background-position: 100% -45px; }

.button-top-left,
.button-top-right,
.button-bottom-left,
.button-bottom-right {
	display: block;
	height: 6px;
	padding: 0;
	border: none;
	font-size: 1px;
	background-color: #ffe44d;
	background-repeat: no-repeat;
}

.button-body {
	display: block;
	margin: 0;
	padding: 0;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #24568F;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 114.29%;		/* 112.5%; */
	background-color: #ffe44d;
	background-position: top left;
	background-repeat: repeat-x;
}

.small-button .button-top-left,
.small-button .button-top-right,
.small-button .button-bottom-left,
.small-button .button-bottom-right {
	background-image: url(../images/small-button.gif);
}

.small-button .button-body {
	line-height: 1.4em;
	background-image: url(../images/small-button-body.gif);
}

.large-button .button-top-left,
.large-button .button-top-right,
.large-button .button-bottom-left,
.large-button .button-bottom-right {
	background-image: url(../images/large-button.gif);
}

.large-button .button-body {
	line-height: 3em;
	background-image: url(../images/large-button-body.gif);
}

.small-button:hover,
.large-button:hover {
	text-decoration: underline;
	cursor: pointer;
}

.small-button:hover .button-top-left,
.small-button:hover .button-top-right,
.small-button:hover .button-bottom-left,
.small-button:hover .button-bottom-right {
	background-color: #ffd900;
	background-image: url(../images/small-button-over.gif);
}

.small-button:hover .button-body {
	background-color: #ffd900;
	background-image: url(../images/small-button-body-over.gif);
}

.large-button:hover .button-top-left,
.large-button:hover .button-top-right,
.large-button:hover .button-bottom-left,
.large-button:hover .button-bottom-right {
	background-color: #ffd900;
	background-image: url(../images/large-button-over.gif);
}

.large-button:hover .button-body {
	background-color: #ffd900;
	background-image: url(../images/large-button-body-over.gif);
}


.footer {
	margin: 1.6em 0 0 0;
	padding: 0;
	border: none;
	text-align: center;
	color: #2962A3;
}

.footer a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 114.29%;		/* 112.5%; */
	text-decoration: none;
	color: #2962A3;
}

.footer a:hover {
	text-decoration: underline;
	color: #ff0000;
}

.footer span {
	padding: 0 .75em;
}


.copyrights {
	margin: 8px 6px 0 6px;
	padding: 0;
	border: none;
	text-align: center;
	color: #24568F;
}

.copyrights a {
	text-decoration: none;
	color: #24568F;
}

.copyrights a:hover {
	text-decoration: underline;
	color: #24568F;
}

/* Copyright (c) 2009-2010 Terence M. Bandoian. All rights reserved. */