/* @override http://127.0.0.1/publicstyles.css */

body,td,th {
    font-family: "Century Gothic","Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    background-color: #ECE9CC;
    margin: 0px;
}

p {
    text-align: left;
    font-family: "Century Gothic","Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
    color: #333333;
}



h1 {
    font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #363;
    text-align: center;
}

h2 {
    font-family: "Century Gothic",Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    color: #363;
    text-align: left;
}

h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #363;
    font-weight: bold;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    color: #363;
    text-align: left;
}
hr {
    color: #ccc;
    height: 1px;
}


a:link {
    color: #363;
    font-weight: bold;
    text-decoration: underline;
}
a:hover {
    font-weight: normal;
    background-color: #323401;
    color: #ECE9CC;
    text-decoration: underline;
}
a:active {
    color: #E1D4A3;
    background-color: #323401;
}
a:visited {
    color: #323401;
    text-decoration: underline;
}


.header {
    font-family: Tabitha;
    background-color: #330;
    /* border-bottom: 2px groove #330;*/
    width: 100%;
    margin-bottom: 10px;
    height: 117px;
    max-height: 117px;
    overflow: hidden;
}


.header img {
    background-color: #ECE9CC;
}


.header h1 {
    text-align: left;
    font: normal 4em Tabitha;
    color: #ECE9CC;
    left: 160px;
    position: relative;
    top: -140px;
}


.header h2 {
    text-align: right;
    position: relative;
    font: normal 2em Tabitha;
    color: #ECE9CC;
    margin-right: 10px;
    top: -145px;
}

.redfont {
    color: #f00;
}


table.standardList {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    border-color: #000;
    border-width: 1px;
    border-style: solid;
}

.standardList #totalLine {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #fff;
    color: #000;
    text-align: right;
    border: none;
}

.standardList th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #363;
    background-color: #e6e6e6;
    border-color: #000;
    border-width: 0px 1px 1px 0px;
    border-style: solid;
}

.standardList td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: solid 1px #ccc;
}

table.peopleInput {
    border: none;
}

.peopleInput td {
    font-size: small;
}

.peopleInput th {
    font-size: small;
    text-align: right;
}

.peopleInput tr {
}

th.sectionTitle {
    text-align: left;
    font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: default;
    color: #330;
    border-bottom: 1px solid #330;
}

th.subtable {
    text-align: center;
}

ul {
    list-style: none;
}

.list li {
    font-family: "Century Gothic";
    font-size: 1.2em;
    line-height: 2em;
}

#copyright {
    text-align: center;
    font-size: .8em
}

.footer {
    border-top-width: 1px;
    border-top-style: solid;
}

.content, .footer {
    margin-left: 10px;
    padding-top: 10px;
    position: relative;
}

.content li {
    font-size: 16px;
}

.waiver { 		
				text-align: left;
				margin: 25px;
				padding:10px;
				border: 1px red solid;
				background-color: #fff;
	font-family: "Courier New", Courier, mono;
}

.waiverheader
	{
	
	font-weight: bold;
	font-variant: small-caps;
	position: relative;
	top: -20px;
	z-index: 1;
	border: 1px solid #f92c04;
	background-color: #f7fad1;
	padding: 5px;
	font-size: 1.5em;
}


.waiverapproval{
		text-align:right;
}
