* {
	margin: 0;
	padding: 0;
}
html {
	background-color: #6699CC;;	
}
body {
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #6699CC;;
	font-size: 83%;
	margin: 0 auto;
}
body#standard #page-container {
	margin: 0 auto;
	text-align: left;
	width: 780px;
	border-top-width: 1px;
	border-top-style: inset;
	border-top-color: #00539F;
}
body #page-container {
	margin: 0 auto;
	text-align: left;
	width: 780px;
	border: solid 1px #003399;
	background-color: #FFF;
}
#standard #page-container #left_menu form, #standard #page-container #left_menu img {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	background-color: #fff;
}
#standard #page-container #left_menu form {
	padding-top:50px;	
}
#left_menu {
	float: left;
	width: 150px;
	font-size: 0.9em;
}
#content.nomenu {
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
}
.left {
	float: left;
	width: 50%;
}
.bannerHeading {
	color: #fff;
	background-color: #0053A0;
	padding: 10px;
	float: right;
	width: 40%;
	margin-bottom: 20px;
	text-align: center;
}
.bannerHeading h2 {
	font-weight: bold;
	color: #FFCC00;
}

#content {
	margin-left: 150px;
	text-align: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #00539F;
	min-height: 530px;
	
}
#content .padding {
	padding: 15px;
}
#footer {
	clear: both;
	font-size: 1em;
	color: #FFFFFF;
	line-height: 1.1;
	background-color: #3474AF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 150px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #00539F;
}

h1   {
	color:#00386C;
	font:1.6em Georgia, "Times New Roman", Times, serif;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
 }
#header h1 {
	color:#00386C;
	font: 1.6em bold Georgia, "Times New Roman", Times, serif;
	margin: 0.5em 0;	 
}
h2   {
	font: 1.4em bold Georgia, "Times New Roman", Times, serif;  
	color: #00386C;
	margin-bottom: 3px;
	margin-top: 0px;
 }
h3 {
	color:#00386C;
	font:1.3em bolder Georgia, "Times New Roman", Times, serif;
	margin:0.5em 0 .5em;
 }
#content p {
	margin-bottom: 5px;	
}
.event_title {
	font-size: 1.0em;
	font-weight: bold;
	color: #000;
}

#Submit {
	color: #000;
	font-size: 1.0em;
	padding: 2px;
	margin: 2px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#content ol, ul   {
	margin-bottom:15px;
	margin-left: 40px;
 }
#content li {
	margin-top: 0.5em; 
	margin-bottom: 0.5em; 
 }
 #footer li {
	display: inline; 
 }
a {
	text-decoration:none;
	font-weight:600;
	color: #00539F;
 }
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #7E1DED;
}

#navcontainer {
	font-size: 85%;
	color: #FFFFFF;
	background-color: #1D8CED;
	text-align: left;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	clear: both;
}
#navcontainer  a {
	text-decoration: none;
	color: #FFFFFF;
}
#navcontainer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#navcontainer a#current {
	font-weight: bold;
	color: #FFFFFF;
}
.Urgent {
	font-weight: bold;
	color: #990000;
}
.Important {
	font-weight: bold;
	color: #FF6600;
}
.Normal {
	font-weight: bold;
	color: #000000;
}
.linked {
	padding-left: 20px;
}

#header {
	background-color: #FFFFFF;
	text-align: center;
	height: 120px;
}
#header_no_menu {
	text-align: left;
	background-color: #FFFFFF;
	height: 105px;
	background-image: url(/images/revisions/logo_wh.gif);
	padding-top: 5px;
	padding-bottom: 4px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-right: 0px;
	padding-left: 350px;
	margin-left: 0;
}

#header h1, #header_no_menu h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2.0em;
	color: #3474AF;
	text-align: left;
	padding-top: 30px;
}
/*tables on form pages*/
#arma_updates table {
	width: 100%;
	border: none;
	background-color: #FFFFFF;
}
#arma_updates table th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6699CC;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	font-size: 0.9em;
	white-space: nowrap;	
	text-align: right;
	vertical-align: text-top;
}
#arma_updates table th a {
	color: #FFFFFF;
	text-decoration: underline;
}

#arma_updates table td {
	font-size: 0.8em;
	background-color: #E0EAF6;
	color: #000000;
	text-align: left;
	vertical-align: text-top;
	padding-left: 8px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
#arma_updates table td.formheading {
	background-color: #6699CC;
	padding: 2px;
	text-align: left;
	vertical-align: text-top;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 8px;
}
#arma_updates table td.formreverseleft {
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: left;
	padding: 5px;
	background-color: #6699CC;
	vertical-align: text-top;
	white-space: nowrap;
}
#arma_updates table td.formreverseleft a {
	color: #FFFFFF;
	text-decoration: underline;	
}
table.table_data {
	background-color: #FFFFFF;
	width: 95%;
	/*border: 1px solid #CCCCCC;*/
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.table_data thead th {
	color: #FFFFFF;
	white-space: nowrap;
	padding: 10px;
	background-color: #2C438F;
	text-transform: uppercase;
	font-size: .9em;
}
table.table_data tbody td.indent {
	padding-left: 15px;
}
table.table_data tbody td.table_heading {
	font-size: 1em;
	font-weight: bold;
	background-color: #6699CC;
}
table.table_data tbody td {
	background: #6699CC;
	color: #000000;
	padding: 6px;
}
table.registrations {
	background-color: #C2D9F0;
	width: 80%;
	min-width: 500px;
	vertical-align: text-top;
}
table.registrations .comments {
	color: #ED1C2E;
}

table.registrations th.table_title{
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	padding: 5px;
	white-space: nowrap;
	border-bottom: dotted 1px #CCC;
	border-right: none;
	text-align: left;
}
table.registrations th {
	font-size: 0.9em;
	color: #00539F;
	white-space: nowrap;
	text-align: right;
	padding: 5px;
	vertical-align: text-top;
	border-right: dotted 1px #CCC;
}
table.registrations td {
	font-size: 0.9em;
	color: #000000;
	text-align: left;
	padding: 5px;
	vertical-align: text-top;
}
table.registrations td p.errortext {
	font-size: 1.0em;
	color: #ED1C2E;
	font-weight: bold;
}
table.formtable {
	padding: 0px;
	width: 100%;
	margin-bottom: 25px;
}
table.formtable th {
	background-color: #6699CC;
	color: #ffffff;
	text-align: right;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	width: 25%;
}
table.formtable td {
	background-color: #E0EAF6;
	color: #000000;
	text-align: left;
	vertical-align: top;
	height: 22px;
	padding-left: 8px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
table.formtable td.formheading {
	background-color: #6699CC;
	padding: 2px;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 8px;
}
table.formtable td.formreverseleft {
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	text-align: left;
	padding: 5px;
	background-color: #6699CC;
	vertical-align: text-top;
	white-space: nowrap;
}
table.formtable td.formreverseleft a {
	color: #FFFFFF;
	text-decoration: underline;	
}
.candidate {
	padding: 5px;
	width: 90%;
	border: thin solid #CCC;
	margin-bottom: 10px;
}
p.menu_blue {
	background-color: #0053A0;
	line-height: 25px;
	color: #FFF;
	font-size: 0.8em;
	text-align: right;
	padding: 0 10px 0 0;
	margin: 0;
	
}
p.menu_blue a {
	color: #FFF;
	text-decoration: none;	
}
p.menu_blue a:hover {
	text-decoration: underline;	
}
.right {
	float: right;
	width: 300px;
}
.clear {
	clear: both;
}
form p {
	font-size: 1em;
	line-height: 1.2;
	color: #000000;
}
label {
	color: #003399;
	display: block;
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
}
input, select, textarea {
	color: #000000;
}
fieldset {
	border: none; padding: 3px 10px 10px; margin: 10px 0;
}
fieldset ol {
	margin: 5px 0 5px 40px; padding: 0; font-size: 1em;
}
fieldset ol li {
	margin: 5px 0;
}
legend {
	font-size: 90%; 
	font-weight: bold; 
	color: #FFFFFF; 
	margin: 10px 0; 
	padding: 2px 4px; 
	border: 1px solid #6699CC; 
	background: #6699CC;
}
label {
	font-size: 90%;
	color: #003399;
	display: block;
	font-weight: bold;
	padding-right: 10px;
	margin: 10px 0px;
}
#comment {
	font-weight: bolder;
	background-color: #CCCCFF;
	padding: 3px;
	     }
#description  {
	margin:0px auto;
	text-align:left;
	padding:0.6em;
	border:1px dotted #888;
	margin-bottom: 0.5em;
	background-color:#f3f3f3;
}
.Urgent {
	font-weight: bold;
	color: #990000;
}
.Important {
	font-weight: bold;
	color: #FF6600;
}
.Normal {
	font-weight: bold;
	color: #000000;
}
.linked {
	padding-left: 20px;
}
#members #header h1, #arma_updates #header h1{
	font-size: 1.4em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	width: 300px;
	float: right;
	text-align: right;
}
#members #header, #arma_updates #header  {
	background-color: #FFFFFF;
	text-align: left;
	height: 99px;
}
#members #header img, #arma_updates #header img {
	float: left;
}
