body {
	margin: 0;
	padding: 0;
	background: #4a6d8d url('../images/body_bg.gif') repeat-x top;
	font-family: Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
}

h1, h2, h3, p, ul, li {
	margin: 0;
	padding: 0;
}

p {
	font-size: 1.4em;
	line-height: 1.4em;
}

ul {
	list-style-type: none;
}

a:link, a:visited {
	color: #333;
	background: #eee;
}

span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
}


#masthead {
	margin: 0 auto;
	margin-top: 20px;
	width: 800px;
	color: #d9c382;
}

#masthead h1 {
	float: left;
}

#nav {
	float: right;
	margin: 0 10px 0 0;
	padding: 30px 0 0 0;
	font-size: 1.6em;
}

#nav li {
	display: inline;
	margin: 0 0 0 20px;
}

#nav li a {
	color: #fff;
	text-decoration: none;
	background: none;
}

#wrap {
	clear: both;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
	background: #eee;
	border: 10px solid #4a6d8d;
}

/*
The main image is a background image so that we can
overlay the text that used to appear below the header/
*/
#header {
	height: 180px;
	background: url('../images/eb-header.jpg') no-repeat;
	border: 10px solid #eee;
}

#header h1 {
	font-size: 2em;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
	background: url('../images/tagline_bg.gif') repeat-x;
}

#bullets
ul {list-style-type:disc; 
indent:20px
}

#secondarybullet
ul {list-style-type:none;
text-indent:50px
 }

#content {
	float: left;
	width: 500px;
	margin: 5px 0 20px 0;
	padding: 10px;
}
#content h1 {
         font-size:2.5em; 
         color:#4a6d8d;
         }

#content h2 {
	font-size: 1.8em;
   
	margin: 0 0 10px 0;
}

#content h3 {
font-size: 1.5em;
 }
#content h5 {
         font-size: 1.2em;
 }


#content p {
	margin: 0 0 10px 0;
}

#content li {font-size:15px }

#content blockquote {padding-left:5px;
font-size:1.4em }

#link-list {
	margin: 20px 0 0 0;
	font-size: 1.4em;
}

#link-list li {
	margin: 0 0 10px 0;
}

#sidebar {
	float: left;
    font-size: 1em;
	margin: 5px 0 20px 0;
	padding: 10px;
	width: 240px;
	background: #d9c382;
	border-top: 5px solid #ddd;
}

#sidebar h2 {
	font-size: 1.2em;
    font-weight: bold;
	text-transform: uppercase;
	padding: 0 5px 5px 5px;
}

#sidebar li  {
border-bottom: 1px solid #ccc;
font-size: 1.5em;
 }

 #sidebar li a {
 text-decoration: none;
 color:#4a6d8d;
 display:block;
 padding:10px; 
  }
 
 #sidebar li a.active, #sidebar li a:hover{
 background: #eee;
 color: #333 
 }
 
 
 
#port li {
	margin: 10px 35px 0 35px;
}

#port li img {
	border: 5px solid #ddd;	
}

#footer {
	clear: both;
	background: #eee;
	padding: 10px;
	border-top: 2px solid #ddd;
	text-align: center;
	color: #777;
}


