/* CSS Document */

/* tags */
body{
margin: 0px 0px 0px 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
background: White;
}
td{
vertical-align: top;
text-align: left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: small;
}
div{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: small;
}

/* classes */
.maintable{
border: 2px solid #550000;
width: 100%;
}
.innertable{
width: 100%;
}
.hr{
background-color:#550000;
width: 100%;
height: 2px;
padding: 0px 0px 0px 0px;
}
.vr{
width: 2px;
background-color: #550000;
}
.shrinkwrap{
width: 1px;
}
.expandout{
width:100%;
}
.navbordertop{
	background-image: url(../img/nav-border-top-1x2.jpg); 
	height: 2px;
	width: 100%;
	padding: 0px 0px 0px 0px;
}
.navborderbot{
	background-image: url(../img/nav-border-bot-1x2.jpg); 
	height: 2px;
	width: 100%;
}
.navlinks{
background-color:#FFFFFF;
color: #0089D7;
font-size: small;
font-weight: bold;
padding: 2px 2px 2px 2px;
}
.navlinks A:link, .navlinks A:visited, .navlinks A:active {
	color: #0089D7;
	text-decoration: none;
}
.navlinks A:hover, .navlinks A:focus {
	color: #01D7D4;
	text-decoration: none;
}
.sublinksdiv{
  padding: 3px 3px 3px 3px;
}
.sublinks{
  border: 0px;
  color: #550000;
  font-size: small;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
  background-color:#FFFFFF;
  cursor: auto;
}
.sublinks A:link, .sublinks A:visited, .sublinks A:active {
	color: #0089D7; 
	text-decoration: none;
	cursor: default;
}
.sublinks A:hover, .sublinks A:focus {
	color: #01D7D4;
	text-decoration: none;
	cursor: default;
}
.link{
	color: #0089D7;
}
.content{
  border: 0px double #106FC7;
  color:#000000;
  font-size: small;
  padding: 5px 5px 5px 10px;
  background-color:#FFFFFF;
}
.content A:link, .content A:visited, .content A:active {
	color: #01D7D4;
	text-decoration: none;
}
.content A:hover, .content A:focus {
	color: #0089D7;
	text-decoration: none;
}

.topper{
  color:#0089D7;
}
.sorry{
  font-size: x-large;
  color:#550000;  
}
.h1{
  font-size: large;
  font-weight: bold;
}
.h2{
  font-size: xx-large;
  font-weight: bold;
  color: #550000;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-style: italic;
}
.h3{
  font-size: x-large;
  font-weight: bold;
}
.h4{
	font-size: small;
  font-weight: bold;
}
.image{
  border: 2px solid #01D7D4;
}
.image2{
  border: 2px solid #0089D7;
}
.image3{
  border: 2px solid #550000;
}
.image4{
  border: 0px;
}

.banner{
	background-color: #001D38;
	width: 100%;
	padding: 0px 0px 0px 0px;
}
.homepic{
	background-image: url(../img/home-pic-223x296.jpg);
	background-repeat: no-repeat;
	width: 223px;
	height: 296px;
}
.preload{
	display:none;
}

/* IDs */
#home-pic{
border: 0px;
padding: 0px 0px 0px 0px;
}
#acronym-ajax{

}



/* CONTACT page - id's & classes */

.contact-form-field{
	background-color: #FFFFFF;
	background: White;
	color: #550000;
	border-bottom: 1px solid #550000;
	border-top: 0px solid #550000;
	border-right: 0px solid #550000;
	border-left: 0px solid #550000;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
}
.contact-form-comments{
	background-color: #FFFFFF;
	background: White;
	color: #550000;
	border: 1px solid #550000;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
}
.contact-form-submit{
	color: #FFFFFF;
	background-color: #0089D7;
	background: #0089D7;
	border: 2px solid #550000;
	font-size: 13px;
	text-decoration: none;
}
.contact-form-submit-on{
	color: #FFFFFF;
	background-color: #01D7D4;
	background: #01D7D4;
	border: 2px solid #550000;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
}
.contact-form-underline{
	border-bottom: 1px solid #FFFFFF;
}
.green{
	color: #0089D7;
}
.gray{
	color: #0089D7;
}
.gray a, .gray a:link, .gray a:visited{
	color: #0089D7;
	text-decoration: underline;
}
.gray a:active, .gray a:hover{
	color: #0089D7;
	text-decoration: none;
}
.warning{
	color: #01D7D4;
	font-weight: normal;
}
.warning2{
	color: #0089D7;
}



/* 
colors: 
red #550000  
blue #0089D7
cyan #01D7D4
*/
