* {
        margin:0px;
        padding:0px;
}

body
{
        background-color:#dcdcdc;
        font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
}

p {
	/*font-size: 0.85em;
	line-height: 1.6em;*/
	font-size: 13px;
	line-height: 17px;	
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:10px;
}


#head
{
	text-align: left;
  border: 0px;
  height:200px;
  background: #4367A3;
	vertical-align:middle;
}

#headleft {
	text-align: left;
	width:460px;
	height:200px;
	vertical-align:text-bottom;
	float:left;
}

#headright {
	background: url(./img/header1a.jpg) top right no-repeat;
	float:right;
	height:200px;
	width:300px;
}

#bottom {
		height:200px;
		
}

.header {
        color:white;
        padding-top:150px;
        padding-left:10px;
}

#navigation
{
        height: 25px;
        background: url(./img/nav.jpg) top left no-repeat;
}

#container
{
	width: 760px;
	/*\width: 770px;
	w\idth: 760px;*/
	padding: 0px;
  border-style: solid;
  border-width:2px;
  border-color: #999999;
  background-color: white;
  text-align:left;
  margin-left:-380px;
  position:absolute;
  top:-221px;
  left:50%;
  height:442px;
}

#foot
{
	padding:2px;
	text-align: center;
	background-color:#999999;
	color:#cccccc;
	font-size:11px;
}

#foot a {
	color:#cccccc;
}

a
{
	color: black;
	text-decoration: none;
}

a.navi
{
	color: black;
	text-decoration: none;
	border-bottom: 1px black solid;
}

h1
{
	font-weight: normal;
	text-decoration:none;
	font-family: Georgia, Serif, Times;
	font-size: 30px;
}

h2
{
	font-weight: normal;
	font-family: Georgia, Times, Serif;
	font-size: 1em;
	font-style: italic;
}

h3
{
	font-weight: bold;
}


#center {
	text-align:center;
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	height:1px;
	overflow:visible;
	
}

.hide {
	display:none;
}

#navc {
padding-left:10px; 
padding-top:5px; 
font-size:12px;
}