* {
 padding: 0;
 margin: 0;
}
body {
 font-family: "Trebuchet MS", Verdana, sans-serif;
 color: #333333;
 font-size: 14px;
 background-color: #D7E4EA;
 background-image:url(images/bg2.gif);
 background-repeat:repeat-y;
}
#wrapper {
 width: 770px;
 margin: 0 auto;
}
#header {
 border: 1px solid #D7E4EA;
 margin: 5px 5px 0px 5px;
 height: 70px;
 padding: 10px;
 background-color: #D7E4EA;
}
#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 0 0px 0px 5px;
 padding: 4px;
 display: inline; /* IE Hack */
 width: 20%;
 float: left;
 border: 1px solid #D7E4EA;
 background-color: #D7E4EA;
 min-height: 500px;
}
* html #leftcolumn {height:500px} /* IE Min-Height Hack */ 

#centercolumn {
 border: 1px solid #D7E4EA;
 margin: 0 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 76.1%;
 float: left;
 min-height: 500px;
 background-color: #D7E4EA; 
 background-image:url(images/bg_main.gif); background-repeat:no-repeat;
}

* html #centercolumn {height:500px} /* IE Min-Height Hack */ 

#maincopy {
padding: 67px;
padding-bottom: 10px;
}

#footer {
 background-color: #D7E4EA;
 margin: 0 10px 5px 0px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 text-align: right;
 width: 97.7%;
 border-top: 1px solid #D7E4EA; 
}
.resume 
{font-size: 12px;
}
H1 {
	font-size:27px;
	font-variant:small-caps;
	color: #003366;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

a:link {
	font-style: normal;
	font-weight: bold;
	color: #996600;
	text-decoration: underline;
}

a:visited {
	font-style: normal;
	font-weight: bold;
	color: #996600;
	text-decoration: underline;
}
a:hover {
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}

.leftnav {
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
text-decoration: none;
font-variant:small-caps;
color: #003366;
font-weight: bold;
list-style:none;
list-style-type: none;
font-size:16px;
}

.leftnav a:link {
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
text-decoration: none;
font-variant:small-caps;
color: #003366;
font-weight: bold;
}

.leftnav a:visited {
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
text-decoration: none;
font-variant:small-caps;
color: #003366;
font-weight: bold;
}

.leftnav a:hover {
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
text-decoration: underline;
font-variant:small-caps;
color: #333333;
font-weight: bold;
}

img {
border: #996600;
}

a:hover img {
border:#003366;
}

li .resume {
	list-style-type: square;
}
