body {
	margin: 0px;
	font-size: 62.5%;
	font-family: Lucida Sans, Lucida Grande, Verdana, Arial, sans-serif;
	background-color: #F8F5E4;
	/*background-image: url(../images/bodybg1.jpg);
	background-repeat: repeat-x; */
}
p {
	font-size: 1.2em;
	color: #003300;
	line-height: 18px;
	margin: 0px 0px 10px;
	padding-left: 10px;
}
a {
	color: #006600;
	text-decoration: none;	
	border-bottom: 1px dotted;
}
a:hover {
	color: #006600;
	border-bottom: 1px solid;
}

h1 {
	color: #DCDCB4;
	margin-bottom: 15px;
	padding: 3px 0px 0px;
	border-bottom-style: none;
	background-image: url(../images/h1bg.png);
	background-repeat: no-repeat;
	height: 30px;
	text-align: center;
	font-size: 20px;
	width: 450px;
}

h2 {
	/*resets*/margin: 0 0 1em 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;

	font-size: 1.7em;
	font-weight: bold;
	text-decoration: none;
	padding: .5em .5em .5em 1.7em;
	color: #2a2b2f;
	background: url(../images/h2bg3.png) 0 50% no-repeat;
}
h3 {
	display:block;
	font-weight: bold;
	font-size: 14px;
	margin: 1em 0 1em 0;
	padding: 5px;
	line-height: 14px;
}

h4 {
	font-weight: bold;
	font-size: 1.3em;	
	color: #519330;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 2px;
}

h5 {
	color: #0000FF;
}

h6 {
	color: #0000FF;
}

#border {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	}
	

#outer {
	width: 700px;
	padding: 0px;
	background-image: url(../images/oakleaf.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color:#fff;
}

#header {
	position:relative;
	height: 115px;
	margin: 0;
	padding:0;
	background-color: #414141;
}

#flags {
	position: absolute; 
	top: 10px; 
	right: 10px;
}

#flags img{
	border:none;
}

/*Menu*/

#navigation {
	background-color: #414141;
	}
#navigation ul
{
margin: 0;
padding:5px;
white-space: nowrap;
}

#navigation li
{
display: inline;
list-style-type: none;
border-right: 1px solid #ccc;
}

#navigation a { padding: 5px 10px; }

#navigation a:link, #navigation a:visited
{
color: #fff;
font-size: 14px;
text-decoration: none;
font-weight:bold;
}

#navigation a:hover
{
background-color: #2A2B2F;
text-decoration: none;
border-bottom:2px solid #c60;
}

#content{
     clear:left; 
	 margin-top:10px;
}

#content p{
	padding:5px;
}

#projects .lightwindow{
	float:left;
	width: 110px;
	height: 110px;
	padding: 10px;
	background-image: url(../images/projbg.gif);
	background-repeat: no-repeat;
	margin-bottom: 30px;
	}
	
#projects img {
	border: none;
	}

#projects a:link, #latest a:link {
	border:none;
	}

#latest{
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
	width: 500px;
	height: 330px;
	background-image: url(../images/latest.gif);
	background-repeat: no-repeat;
	text-align: center;
	}
	
#latest img{
	border:none;
	}

#footer {
	border-top:2px solid #c60;
	clear:both;
	display:block;
	height:60px;
	margin-bottom:0;
	padding-right:10px;
	background-color: #414141;
}
#footer p {
	margin: 0px;
	clear: both;
	height: 12px;
	display: block;
	font-size: 10px;
    color: #fff;
}

#footer a:link{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
    color: #fff;
	text-decoration: none;
	border-bottom:1px dotted;
}
#footer a:hover{
	margin: 0px;
	padding: 0px;
	border-bottom:1px solid #c60;
}
#footer img{
	border:none;
}

#qTip {
 padding: 3px;
 border: 1px solid #666;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #999;
 color: #FFF;
 font: bold 9px Verdana, Arial, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}