body {	
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
  	font-size: 11px;
	}

div.page-container {	
        width: 480px;
        margin: 0 auto;
	}

div.right-cell {
	font-size: 12pt;
    font-weight: bold;
    color: #323675;
	width: 130px;
	float: right;	
	margin: 0px;	
	}

div.words {
	font-size: 10pt;
	}

.seal-logo {
	float: left;
	margin-right: 15px;
	}

span.page-title {
	font-size: 18pt;
	font-weight: bold;
	color: #323675;
	}
	
	span.mycontainer {
	}
		
div.page-description {
	font-size: 10pt;
	padding-top: 4px;
	color: #333333;
	}

table.main-tables {
	width: 550px;
	border: #666666 1px solid; 
	}

table.overall-tables {
	width: 750px;
	border: #666666 1px solid; 
	}
	
/* --------- form.php and shared Class Tags --------- */


td.table-title {
	width: 93px;
	background-color: #404484;
	font-weight: bold;
	color: #FFFFFF;
	border-right: 1px solid #666666;
	text-align: right;
	padding-right: 8px;
	}
	
td.name-email-cell {
	height: 40px;
	}

span.name-field {
	width: 40%;
	padding-left: 10px;
	padding-right: 10px;
	}
	
span.email-field {
	width: 60%;
	}

span.name {
	color: #323675;
	font-weight: bold;
	}
span.name-mil{
   	color: #5e793e;
        font-weight: bold;
        }

span.email {
	color: #323675;
	font-weight: bold;
	}
span.email-mil {
        color: #5e793e;
        font-weight: bold;
        }
td.message-cell {
	}
	
div.notice-red {
	color: #d40c26;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	}	

div.message {
	padding-left: 10px;
	}

div.background-color {
	height: 25px;
	vertical-align: middle;
	}
	
span.notice-blue {
	color: #404484;
	font-weight: bold;
	padding-left: 10px;
	}
	
span.default {
	vertical-align: middle;
	color: #333333;
	font-weight: bold;
	}
	
span.military {
	vertical-align: middle;
	color: #5e793e;
	font-weight: bold;
	}
	
div.submit {
	padding-left: 108px;
	}
	
.submit-button {
	width: 185px;
	height: 25px;
	background-color: #404484;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 2px;
	padding-right: 2px;
	font-size: 11px;
	}
	

/* --------- sendurl.php Class Tags --------- */

table.main-tables-2 {
	width: 550px;
	border-left: #666666 1px solid;
	}

td.header-top {
	width: 100%;
	height: 20px;
	background-color: #404484;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	text-align: left;
	padding-left: 8px;
	}

td.header-top-mil {
        width: 100%;
        height: 20px;
        background-color: #5e793e;
        font-weight: bold;
        color: #FFFFFF;
        border-bottom: 1px solid #666666;
        border-right: 1px solid #666666;
        border-top: 1px solid #666666;
        text-align: left;
        padding-left: 8px;
        }

	
td.casey-image {
	vertical-align: bottom;
	padding-left: 8px;
	}

div.results-container {
	padding-left: 0px;
	padding-bottom: 0px;
	}

div.notice-red-2 {
	color: #d40c26;
	font-weight: bold;
	text-align: left;
	}
	
div.form_main_text {
	color: #999999
	}

div.link-results {
	text-align: left;
	padding-right: 10px;
	}
	
td.results-cell {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}
	
	
/* --------- Standard Class Tags --------- */

a {
	color: #d40c26;
	}
	
a:hover {
	color: #d40c26;
	border-bottom: 1px dotted #d40c26;
	}

.inputbox {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
  	font-size: 10px;
  	font-weight: bold;
  	color: #333333;
  	background: #FFFFFF;
	}
	
.textarea {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
  	font-size: 10px;
  	font-weight: bold;
  	color: #333333;
  	background: #FFFFFF;
	}	

