
body, div, p, h1, h2, h3 {
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	background: #96a0ae url('../img/el-bg.jpg') repeat;
}

/* get rid of those dotted borders around focused links */ 
:focus {
outline: none;
-moz-outline-style: none;
}


a {
	color: #003d92;
}

#page {
	width: 900px;
	margin: 20px auto;
}


#header h1 {
	padding: 0px;
}

h2 {
  color: #182f65;
  text-shadow: 1px 1px 0px #fff;
  background: #cad4e1;

	background: #dfe7f2 url('../img/h2-gradient.jpg') repeat-x 0 10px;
	border: 1px solid #acb5c2;

  padding: 12px;
	margin-bottom: 20px;
	font-size: 25px;
}


#header a img {
	border: 0;
}


#main {
	overflow: hidden;
}

ul {
	color: #0e2544;
}

#content p {
	color: #111;
	margin-bottom: 12px;
	text-indent: 16px;
	line-height: 20px;
}


#left-menu {
	float: left;
	width: 225px;
}

#left-menu ul {
	margin: 0 10px;
	padding: 0;
	list-style: none;
}

#left-menu ul li a {
	text-decoration: none; 
	display: block;
	margin: 5px 0; 
	color: #fff;
	font-size: 20px;
	text-shadow: 2px 2px 0px #333;
	background: #003e92;
  background: #182f65 url('../img/el-bg.jpg');
	padding: 15px;
	border-right: 1px solid #444;
	border-bottom: 2px solid #333;
}

#left-menu ul li:first-child a {
	margin-top: 0;
}

#left-menu ul li a:hover {
	background: #004cb4;
	text-shadow: 0 0 0;
	border-right: 1px solid #0364e8;
	border-bottom: 2px solid #0364e8;
		
}

#left-menu ul li a.active {
	color: #3162a6;
}

#content {
	float: left;
	width: 610px;
	padding: 0 15px;
}

#content .separator {
	background: url('../img/separator.jpg') no-repeat;
	width: 230px;
	margin: 0 auto;
	margin-bottom: 12px;
	height: 26px;
}


#about-top {
	text-align: center;
	overflow: hidden;
	margin-bottom: 16px;
}

#about-top img {
	float: left;
}

#about-top div {
	float: left;
	padding-top: 15px;
	width: 400px;
}

div.about-info {
	text-align: center;
}

.about-info h3 {
	font-size: 28px;
	margin-bottom: 14px;
}

.about-info span {
	color: #444;
	display: block;
}

.about-info span.bigger {
	font-size: 20px;
}

#about-top span.smaller {
	font-size: 16px;
}

#content h3 {
	color: #003d92;
	margin-bottom: 12px;
}

table.refs {
  font-size: 12px;
}


table.refs td {
 padding: 5px;
 border: 1px solid #ccc;
}


.small-em {
	text-indent: 0;
	text-align: center;
	font-style: italic;
	font-size: 14px;
}

#footer {
	margin: 25px 0;
	font-size: 14px;
	color: #555;
	text-align: center;
}

