/* HTML Controls  
-------------------------------------------------------------------------- */
body {
	font-family: "Times New Roman", Times, serif;
	color: #2C4F46;
	margin: 0px;
	padding: 0px;
	background-color: #005088;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 12px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 12px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 12px;
}
h4, h5, h6 {

}
p {  

}

/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

ul {

}
hr {  

}

form {
	margin: 0px;
	padding: 0px;
}

/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

.bottom {  border: solid; border-width: 0px 0px 1px; border-color: #336699 #336699 #CCCCCC}
.item {  font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #666666}


.outline {
	border: 1px #999999 solid;
	color: #2C4F46;
	background-color: #F9F9F9;
}

.bottomv2 { border: solid; border-width: 0px 0px 1px; border-color: #336699 #336699 #CCCCCC}
.name {  font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; text-transform: uppercase; color: #666666; font-size: 20px}
.formstyle {  

}
.contacttype {  font-size: 10pt; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align: right}
.contactinfo { font-size: 10pt; font-weight: normal; font-family: Arial, Helvetica, sans-serif}
.highlight {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #005088;
	font-size: 120%;
}




.right { border: solid; border-width: 0px 2px 0px 0px; border-color: #999999 #000066 #999999 #999999}
.formstylelighter {

}
.outline-in-outline {
	border: 1px #999999 solid;
	color: #2C4F46;
}
.box-teal-5px {

	color: #FFFFFF;
	background-color: #005088;
	line-height: 5px;
}
.line-bottom {
	border-bottom-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF66;
	border-right-color: #FFFF66;
	border-bottom-color: #FFFF66;
	border-left-color: #FFFF66;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;

}
/* Text Classes  
-------------------------------------------------------------------------- */
.uppercase {
	text-transform: uppercase;
}
.status {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: none;
}
.smaller, .smaller input {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.asterisk {
	font-size: 10px;
	color:#999999;
}
.bigger {
	font-size: 120%;
}

/* Layout and ID's  
-------------------------------------------------------------------------- */
#content {
	padding: 12px;
}
#container {
	background-color: #FFFFFF;
}
#nav {
	background-image: url(v4/nav-bg.gif);
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	padding: 3px 3px 3px 26px;
	margin-top: 12px;
}
#footer {
	margin-top: 12px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
}
#footer td {
	font-size: 12px;
	color: #666666;
}
/* Links
-------------------------------------------------------------------------- */
a:link, a:visited {
	color: #0063AE;
	text-decoration: none;
  }
a:hover, a:active {  
	color: #0099FF; 
	text-decoration: none;
}
#nav a:link, #nav a:visited {
	color: #0063AE;
	text-decoration: none;
	margin-right: 12px;
  }
#nav a:hover, #nav a:active {  
	color: #0999FF; 
	text-decoration: none;
}





/* data table grid display classes
-------------------------------------------------------------------------- */
table.data {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #E1E1E1;
	background-color: #ffffff;
	margin-bottom: 12px;
}
table.data caption {
	width: 100%;
	text-align: left;
	font-size: 12px;
	color: #666666;
	margin:0px;
	padding: 3px 24px;
	background-image: url("caption-bg.gif");
}
/* data table headers
--------------------------------------------------------------- */
table.data th {
	background-color: #005088;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #D1D1D1;
	color: #ededed;
	padding: 2px 3px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

table.data th a:link, table.data th a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
table.data th a:hover, table.data th a:active {
	color: #B0D8FF;
	text-decoration: none;
}
/* data table cells
--------------------------------------------------------------- */
table.data td {
	font-size: 13px;
	padding: 3px;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #D1D1D1;
}
table.data td table td {
	padding: 3px;
	border: 0px;
}

.alt1 {
	background-color: #EEF1F6;             /* row display alt color */
}
caption {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #005088;
	margin-left: 0px;
	padding-left: 0px;
}
.picborder {
	border: 1px solid #CCCCCC;
}
