/* COLORS 
	darkest blue = #03265c
	dark cobaltish blue = #1C3AB3 
	light blue for text = #006699
	yellow for form = #FFF2ba
	old yellow for form = #FFEFA1
	
	
*/

/* SAMPLE FONTS
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-family: "Times New Roman", Times, serif;
	font-family: "Courier New", Courier, mono;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: "Times New Roman", Times, serif;
	font-family: Geneva, Arial, Helvetica, sans-serif;
*/

#floatbox {
  float: left;
  width: 100px;
  }
 
p {
  margin-left: 110px;
  }
 
/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #floatbox {
  margin-right: 10px;
  }
 
* html p {
  height: 1%;
  margin-left: 0;
  }
 
/* End hide from IE5/mac */

#photoright {
	clear: both; 
	margin: 3px 0px 10px 20px; 
	width: 300px; 
	float: right;
	}

#photoleft {
	clear: both; 
	margin: 3px 20px 10px 0px; 
	width: 300px; 
	float: left;
	}

/* basic elements */
body {
	padding: 0;
	border: 0;
	
	background-color: #020027;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	
	background-image: url('./images/background_bluepaint.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	background-attachment: fixed;
}



h1 {  
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 18px;
		font-weight: bold;
		/* color: #03265c; */
		color: #03265c;
		
	}

h2 {  
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0px;
		color: #03265c;
		
	}
p.content {  
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 0px;
		/* color: #636363; */
		color: #006699;
	}
div.content {  
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 0px;
		/* color: #636363; */
		color: #006699;
	}

.bodytd {
		margin: 100px 100px 100px 100px;
	}

font.content {  
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 0px;
		/* color: #636363; */
		color: #006699;
	}
font.caption {  
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 12px;
		font-weight: normal;
		font-style: italic;
		letter-spacing: 0px;
		color: #03265c;
	}

font.menu{  
		font-family:  Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: -.5px;
		color: #000000;
		
	}

font.menu.a:link { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 0px;
		color: #0073ae;
	}

font.subtitle {  
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		letter-spacing: 0px;
		font-weight: bold;
		color: #A8E7F0;
		
	}
font.text {  
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 0px;
		color: #e5e8ce;
		
	}

font.formtext {  
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		letter-spacing: 0px;
		color: #006699;
		
	}

label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

input
{
color: #781351;
background: white;
border: 1px solid #03265c;
}

.submit input
{
margin-left: 4.5em;
background: gray;
color: #000;
background: #E0DED8;
border: 2px outset #E0DED8
}

.checkbox input
{
color: #781351;
background: #FFF2ba;
border: 0px solid #03265c;
}

fieldset
{
border: 1px solid #03265c;
width: 400px;
margin-left: 4.5em;
background: #FFF2ba;
padding: 5px 20px 5px 20px;
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
} 

/*h1 {  
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: bold;
		color: #A8E7F0;
		
	}*/


h3 { 
		font: italic 12pt Verdana, Arial, Helvetic; 
		font-size: 11px;
		font-weight: bold;
		letter-spacing: 0px; 
		margin-bottom: 1px;
		color: #DFDB78;
}

#menu, #menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu a {
	display: block;
	width: 10em;
}

#nav li {
	float: left;
	width: 10em;
}


a:link { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #2664C5;
	}
a:link2 { 
	font-weight: bold; 
	text-decoration: underline; 
	font-size: 11px;
	color: #580000;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #5A84C5;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #5A84C5;
	}

#popitmenu{
position: absolute;
background-color: white;
border:1px solid #A5C6DE;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #D5F6FF;
}

