@charset "utf-8";
/* CSS Document */

html {
	margin:0;
	padding:0;
	height:100%;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#202020;
	margin:0;
	padding:0;
	height:100%;
}	

img { 
	border: 0px;
}

p {
	margin-top:0px;
	margin-bottom:11px;
	text-align:justify;
	font-size: 11px;
}

p.foot {
	margin-top:10px;
	margin-left:10px;
	text-align:left;
}

a {
	text-decoration:underline;
	color: #20209D;	
}

a:hover {
	text-decoration:underline;
	color: #20209D;
}

a span {
	display:block;
	text-indent: -9999px;
}

div.main {
	margin-left:310px;
	margin-right:30px;
}

h1 {
	font-size: 15px; 
	font-weight: bold;
	color: #20209D;
	margin-top:0px;
	margin-bottom:11px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #20209D;
	margin-top:0px;
	margin-bottom:11px;
}

h3 {
	font-size: 11px; 
	font-weight: bold;
	color: #20209D;
	margin-top:0px;
	margin-bottom:11px;
}
	
hr {
	height:1px;
	border-width:0px;
	background-color:#eeeeee;
	margin-bottom:11px;
	margin-top:11px;
}	
	
td {
	font-size: 11px;
	font-family: verdana;
}
	 
td.projects {
	font-size: 10px;
	font-family: verdana;
	text-align: justify;
}
	 
td.header {
		font-size: 12px;
		font-weight: bold;
		color: #068a0d;		
}

td.description {
		text-align:justify;
	}	

br.cleaner {
	clear:both;
}

#container {
	width:984px;
	margin:0 auto;
	min-height:100%;
	position:relative;
}

#content {
	width:984px;
	margin:0 auto;
	min-height:100%;
	position:relative;
	background:url(images/body.png) repeat-y;
}

#foot {
	position:absolute;
	width:984px;
	height:33px;
	background-image:url(images/bottomshade.png);
	margin:0 auto;
}

#top {
	width:773px;
	height:132px;
	position:relative;
	background:url(images/applogo.png) no-repeat;
	background-position:left top;
}
