*{margin:0;padding:0;border:none; 
font-family:Georgia, Times New Roman, Times, serif;
}
body {
	color:#333;
	background-color:white;
	margin:0 0px 0px 20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	background-color: #f3ebd8;
	
	}

h1 {
	margin:0px ;

	padding:0px;

	font-size:24px;

	font-weight:900;

	color:#483d8b;
	}

h2 {

	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	color: #003366;
	padding:0px;
	}

p {

	font:11px/20px verdana, arial, helvetica, sans-serif;

	margin:0px 0px 16px 0px;

	padding:0px;

	}

.Content>p {margin:0px;}

.Content>p+p {text-indent:30px;}


a {

	color:#696;

	font-size:11px;

	font-family:verdana, arial, helvetica, sans-serif;

	font-weight:600;

	text-decoration:none;
}

a:link {color:#693;}

a:visited {color:#606;}

a:hover {background-color:#eee;}

img {
	vertical-align: middle;
	border: 0;
}

  
#header {
	
	background-color: #003366;
	padding: 0;
	width: 100%;
	height: 77px;    background:url("skyline.jpg") top right no-repeat;}


#logo {
	color: #483d8b;
	
	width:100%;
	margin: 0;
	height: 77px;
	text-align: left;font-weight: bold;font-family: Times, "Times New Roman", serif;
    }

/* Begin CSS Popout Menu */

#menu {
width: 180px;
background: #eee;
margin-top: 5px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
	color: #ece9d8;
background: #0c39cb;
text-align: center;}

#menu a {
color: #693;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0px;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
background:#eee url(expand.gif) no-repeat bottom right;
}

#menu a.x:hover{
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
}



/* Begin Content Area */

#wrapper, #content {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: none ;
	}


#contentfloatholder {
float:left;
width:100%;
position:relative;
}

#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
    height: 0px;
    clear: both; 
    visibility: hidden;
}

#centerpad {
margin: 0 160px;
text-align: center;

}
#centerpad img {
	vertical-align: middle;
	border: 0;
	width: auto;}

#center {
  color: #000;
  float:left;
  width: 100%; 
  margin-right: -99%; 
  margin-top: 1%;
	/* this needs to be less than 100% for Moz/Mac which thinks */
}

#left {
float: left;
width: 200px;

}

#right{float:right;
width: 150px;
}

#right p {
color: #483d8b;
font-size: 80%;
display: inline;}

#centerpad h1 {
color:#483d8b;
font-size: larger;
}
#centerpad p {
color:#483d8b;
font: bold smaller;
}

 .box {border: none;
}

/* End Content Area */