﻿/* CSS layout */
body{
	PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    FONT-SIZE: 10pt;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px;
	background-image: url("../images/bg.jpg");
    background-repeat: repeat; 
    background-position: Center;
    text-align: center;
    padding: 0px 0px 0px 0px;
    }
#container
{
	text-align: left;
	padding: 0px 0px 0px 0px;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;

}
h3
{
	font-family:Arial;
	font-size:medium;
	color:#800000;
}
#masthead {
	background-image: url('../images/header.png');
	width: 880px;
	height: 149px;
}
#top_nav {
	padding: 8px 0px 0px 0px;
	margin: 0px;
	background-image: url('../images/nav.png');
	width: 880px;
	height: 30px;
	text-align: center;
	font-family: arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFCC00;
	vertical-align: text-top;
}
#top_nav a:link{
	color:#FFCC66;
}
#top_nav a:hover{
	color:lime;
}

#top_nav a:active{
	color: yellow;
}

#top_nav a:visited{
	color:#FFCC66;
}

#page_content {
	background-image: url('../images/main-bg.png');
	width: 880px;
	background-repeat: repeat;
	background-position:center;

}
#footer {
background-image: url('../images/footer.png');
	width: 880px;
	height: 33px;
}
#green {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #800000;
	background-color: #00FF00;
	padding: 10px;
	margin: 10px;
	text-align: center;
	background-image:URL('../images/pulse.gif');
}
#employment {
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #800000;
	background-color: #C0C0C0;
	padding: 10px;
	margin: 10px;
	text-align: center;
}
#free {
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #800000;
	background-color: #FFCC00;
	padding: 10px;
	margin: 10px;
	text-align: center;
}
li {
	list-style-image: ../images/check_mark.jpg;
	list-style-type: disc;
	list-style-position: inherit;
}


#projects table {
	width:90%;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	margin:1em auto;
	border-collapse:collapse;
	}
#projects td {
	color:#084d11;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	padding:.3em 1em;
	text-align:center;
	}				

#projects tr.head td	{
	background:#6bbd7a;
	}
	
	#projects tr.odd td	{
	background:#efefef;
	}
	

	
#projects a:link {
	color:#d42945;
	text-decoration:none;
	border-bottom:1px dotted #ffbac8;
	}	
#projects a:visited {
	color:#d42945;
	border-bottom:none;
	text-decoration:none;
	}		
	
	
#projects table a:link,
#projects img {
	border:0;
	margin-top:.5em;
	}		
	
#projects caption {
	color: #084d11;
	font-size:.94em;
		letter-spacing:.1em;
		margin:1em 0 0 0;
		padding:0;
		caption-side:top;
		text-align:center;
	}	
	
.imgborder img {
	border: thick #c0c4c7 solid;
}