body {
	font: 10pt/16pt georgia, serif;
	}

td {
	font: 10pt/16pt georgia, serif;
	color: #4C4C4C;
	background: #fff;
	}

p {
	font: 10pt/16pt georgia, serif;
	}

h1 { font: bold 15pt georgia, serif; }

h2 {
	font: bold 13pt georgia, serif;
	margin: 1em 0 0.5em 0;
	}

h3 {
	font: italic bold 13pt georgia, serif;
	letter-spacing: 1px;
	margin-bottom: 2px;
	color: #67624C;
	}

.projects h3 {
	font: bold 11pt georgia, serif;
	letter-spacing: 0px;
	margin-bottom: 2px;
	color: #67624C;
	}

h4 {
	font: italic 10pt georgia, serif;
	text-transform: uppercase;
	margin-bottom: 9px;
	color: #67624C;
	}

p.techs {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 1cm;
	font-style: italic;
	}

.projects p {
	margin-left: 1cm;
	margin-top: 2px;
	margin-bottom: 5px;
	}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #6C7DCB;
	}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #31428C;
	}

a:hover, a:active {
	text-decoration: underline;
	color: #4157B9;
	}

#pageHeader { margin: 10px 0px 10px 0px; }

#topmenu { padding: 0px 0px 50px 0px; }

#bottommenu { padding: 30px 0px 50px 0px; }

/* use an image to replace text in an h1, so text browsers see the text */
#pageHeader h1 {
	background: url('../images/toplogo.gif') no-repeat top left;
	margin-top: 10px;
	width: 250px;
	height: 70px;
	}

#pageHeader h1 span { display: none; }

#pageHeader h2 {
	margin-top: 58px;
	margin-bottom: 40px;
	width: 200px;
	height: 18px;
	float: right;
	}

#pageHeader h2 span { display: none; }

#blurb {
	clear: both;
	margin: 20px 20px 20px 10px;
	width: 160px;
	float: right;
	font: italic bold 11pt/23pt georgia, serif;
	text-align: center;
	}

#blurb p {
	font: italic bold 11pt/23pt georgia, serif;
	text-align: center;
	}

#copyr { font-size: 7pt; }

img { border-style: none; }

#techlogos img {
	margin: 20px 30px 20px 30px;
	}

.faqQ {
	font-weight: bold;
	color: Teal;
	}

.faqA { margin-left: 50px; }

table.twocol { }

tr { vertical-align: top; }

td.head {
	font-weight: bold;
	padding-top: 15px;
	padding-right: 9px;
	}

td.text { padding-top: 15px; }
li { padding-top: 3pt; }


/* Nav styles */

.navmenu { /* border-bottom:1px solid #000; */ }

.navmenu p, .navmenu h1, .navmenu h2 {
	padding: ;
	margin: 0;
	}

.navmenu ul {
	clear: left;
	float: left;
	/* width: 100%; */
	list-style: none;
	margin: 0px 0 0 0;
	padding: 0;
	}

.navmenu ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}

.navmenu ul li a {
	display: block;
	float: left;
	margin: 0 0 0 1px;
	padding: 3px 10px;
	text-align: center;
	background: #eee;
	color: #000;
	text-decoration: none;
	position: relative;
	/* left: 15px; */
	line-height: 1.3em;
	}

.navmenu ul li a:hover {
	background: #369;
	color: #fff;
	}

.navmenu ul li a.active,
.navmenu ul li a.active:hover {
	color: #fff;
	background: #000;
	font-weight: bold;
	}

.navmenu ul li a span { display: block; }

/* Used for email antispamming */
span.displaynone { display: none; }
