/* 
    Document   : screen.css
    Created on : Jul 6, 2009, 11:04:22 AM
    Author     : criswell
    Description:
        Style sheet for screen presentation.
*/

body {
    background-color: #000000;
	text-align: center;
    font-size: 10pt;
    font-family: Verdana, Arial, Tahoma, 'Lucida Sans';
}

h2 {
	color: #AF6723;
	font-family: 'Times New Roman';
	font-size: 14pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	text-decoration: underline;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

.special {
	font-family: 'Times New Roman';
	font-size: 11pt;
	font-style: italic;
}

.note {
	padding-top: 10px;
	padding-right: 20px;
	font-family: 'Times New Roman';
	font-size: 9pt;
	font-style: italic;
	float: right;
}

.page {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.banner {
	width: 800px;
	height: 128px;
}

.links {
	width: 800px;
	height: 33px;
}

.header {
	width: 800px;
	height: 15px;
	margin-top: 0px;
	background-image: url('../images/header-plain.jpg');
	background-repeat: no-repeat;
}

.header-1 {
	width: 800px;
	height: 200px;
	margin-top: 0px;
	background-image: url('../images/header-1.jpg');
	background-repeat: no-repeat;
}

.header-2 {
	width: 800px;
	height: 200px;
	margin-top: 0px;
	background-image: url('../images/header-2.jpg');
	background-repeat: no-repeat;
}

.header-3 {
	width: 800px;
	height: 200px;
	margin-top: 0px;
	background-image: url('../images/header-3.jpg');
	background-repeat: no-repeat;
}

.main {
	width: 800px;
	height: 800px;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-y;
}
.content, .email {
	padding-left: 50px;
	padding-right: 60px;
	padding-top: 10px;
	text-align: left;
}

.buttons {
	text-align: center;
}

.footer {
	width: 800px;
	height: 75px;
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	vertical-align: bottom;
}
.footer td {
	font-family: Tahoma, Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #AF6723;
}

.left {
	float: left;
	margin-right: 20px;
}

.right {
	float: right;
	margin-left: 20px;
}

.linkback {
	font-family: arial;
	font-size: 9pt;
	color: white;
	font-weight: normal;
}

.linkback a, a.active, a.hover {
	color:#CF8743;
}

.postArea {
	background-color: #E3D0A6;
	width: 565px;
	padding: 10px 90px 10px 40px;
}

.postTable {
}

.postLabel {
	color: #000000;
	text-align: right;
	font-size: 10pt;
	width: 90px;
	height: 18px;
	padding: 0;
	vertical-align: middle;
}

.postInput, .postState, .postZip, .postCity {
	color: #000000;
	font-family: Tahoma;
	font-size: 10pt;
	padding: 3px 3px 1px 3px;
	border: 1px solid black;
	width: 480px;
	height: 18px;
}

.postCity {
	width: 220px;
}

.postState {
	width: 55px;
}

.postZip {
	width: 90px;
}

.postText {
	color: #000000;
	font-family: Tahoma;
	font-size: 10pt;
	border: 1px solid black;
	width: 480px;
	overflow: auto;
	padding: 3px 3px 1px 3px;
}
