/* CSS Document */
html, body {
  height: 100%;
}

body {
font-family: Arial, Helvetica, sans-serif; 
font-size:11px; 
margin: 0;
background-color: #CEE6E6;
}

#wrap_outer {
  min-height: 100%;
}

* html #wrap_outer {
  height: 100%;  /* this targets IE only */
} 

#wrap_inner{
position:relative; 
width:700px; 
margin-left: 20px;
margin-right: 20px;
margin-top: 40px;
color: black;
}

#forms{
float: left;
}

#wrap_inner ul{
line-height: 20px;
}

h4 {
color:#35689C;
}

#wrap_outer {
position:relative; 
margin:0 auto 0; 
width:740px; 
color:#35689C;
background-color:white;
border-left-width:thin; 
border-right-width:thin; 
border-right-style:solid; 
border-left-style:solid; 
color:#35689C;
}
#footer {
clear:both;
height: 20px;
width:100%;
text-align:center;
background-color:#35689C;
position: absolute;
bottom: 0;
color: white;
font-size: 13px;
}

#picbox{
float: right;
left-margin: 400px;
padding-left: 10px;
padding-bottom: 10px;
}

#picbox{
text-align:center;
font-style:bold;
font-size: 12pt;
}

#textleft{
float: left;
width: 300px;
padding-right: 50px;
}

#textright{
float: right;
left-margin: 350px;
}

#footer a{
color: white;
}

.navvy a:link {
	text-decoration: none;
	color: #35689C;
}
.navvy a:visited {
	text-decoration: none;
	color: #35689C;
}
.navvy a:hover {
	text-decoration: none;
	color: #35689C;
}
.navvy a:active {
	text-decoration: none;
	color: #35689C
}

/*common styling*/
/*menu container*/
.menucontainer{
background:#35689C; }
/*basic menu styling*/

.menu {
float:left;
font-family: "Trebuchet MS",arial,verdana,sans-serif;
width:740px;
position:relative;
font-size:11px;
font-weight:bold; 
background:#35689C;
color: #fff;
}
.menu ul {
padding:0;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
list-style-type:none;
float:left;
position:relative;}

.menu ul li {
float:left;
position:relative;
display:inline;
}

/*style of main items normal state*/
.menu ul li a, .menu ul li a:visited {
float:left;
display:block;
text-decoration:none;
width:auto;
border:1px solid #fff;
border-width:0 1px 0 0;
padding:0px 16px 0px 16px;
line-height:20px;
color: #FFFFFF}

.menu ul li a, .menu ul li a:visited {width:auto;w\idth:auto;}
/*hide sub nav items*/
.menu ul li ul {display:none;}
/*style for table of sub nav items*/
/*table .nav {margin:-1px;border-collapse:collapse;font-size:11px;}*/
/*specific to non IE browsers*/
/*main nav over state*/
.menu ul li:hover a {color:#000; background:#FBFDD2;}
/*show drop-down list*/
.menu ul li:hover ul {display:block;position:absolute;top:19px;margin-top:1px;left:0;width:100%;border-top:1px solid #fff;}
/*drop-down on state*/
.menu ul li:hover ul li a {display:block;background:#35689C;color:#fff;height:auto;line-height:16px;padding:2px 16px 2px 16px;width:130px;}
/*sub drop-down over state*/
.menu ul li:hover ul li a:hover {background:#FBFDD2;color:#000;}

p{font-size:10pt;}