/* ---------------------------------------------------- 
  
   default resets
   http://meyerweb.com/eric/tools/css/reset/index.html
   
   ---------------------------------------------------- */
   
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100.01%; 
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 110%;
	padding:10px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border:none;
}

tr {
	vertical-align:top;
}
td, th {
	padding:3px;
}

th {
	font-weight:normal;
	text-align:left;
}


img {
	border:none;
	}


a:link, a:visited {
	text-decoration:none; 
	}
	
a:hover, a:active {
	text-decoration:underline;
	}

	

/* ---------------------------------------------------- 
  
   debugging
   
   ----------------------------------------------------

 div {
	border:1px solid #FF0000;
	}

 */ 
  
body {
	background-color:#FFFFFF;
	color:#330066;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color:#cc0066;
}
a:visited {
	color:#006699;
}
a:hover, a:active {
	color:#ff6600;
}

div#content {
	text-align:center;
}

h1 {
	text-align:center;
	font-size:120%;
	margin-bottom:25px;

}
h2 {
	margin-bottom:25px;
	font-size:115%;
}
h3 {
	margin-bottom:15px;
	font-size:105%;
}
p {
	margin-bottom:20px;
	font-size:90%;
}

li {
	font-size:90%;
}

div#footer {
	clear:both;
	text-align:center;
	padding-top: 20px;
}

#footer {
	font-size:65%;
}

div.hr {
	background-color: #ccddcc;
	height: 1px;
	margin-top: 12px;
	margin-bottom: 12px;
} 
hr {
	display:none;
}

div#portfolio {
	padding-left:30px;
	padding-right:30px;
	margin-bottom:30px;
}
/* ---------------------------------------------------- 
  
   images and tables
   
   ---------------------------------------------------- */


.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom:10px;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-bottom:10px;
}


ul.imagelist li {
	display:inline;
	float:left;
	padding:20px 20px 0 0;
	font-size:80%;
}

.imagelist img {
	border:1px solid #ccddcc;
}
	
