body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-color: #006699;
	}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0; }

#wrapper {
	margin: 0px auto auto auto;
	background-color: #ffffff;
	width: 600px;
	}

#header {
	width: 600px;
	height: 135px;
	background-color:#006699;
	margin: 0;
	}
	
#nav {
	width: 600px;
	height: 23px;
	font-size: 1.4em;
	background-color:#ffffff;
	color: #999999;
	}
	
#nav ul {
	list-style-type: none;
	}

#nav li {
	display:inline;
	padding: 5px 5px 0 10px;
	border-right: 1px solid #CCCCCC;
	line-height:1.2em;
	}


#nav a:link, #nav a:visited {
	color: #000066;
	text-decoration: none;
}

#nav a:hover {
	color: #336699;
	text-decoration: none;
}


/* BEGIN Content Sytles */
#content {
	padding: 20px 40px 15px 40px;
	font-size: 1.4em;
	background-color: #fff;
	width: 520px;
	}
	
h1 {
	font-size: 1.6em;
	color: #336699;
	margin-bottom: 0.7em;
}

h4 {
	margin: 2.7em 0 0 0;
	font-size: 0.9em;
	line-height: 0.8em;
	color: #336699;
	font-weight: bold;
	border-bottom: 1px solid #336699;
}

.small {
	font-size: 0.8em;
	margin-bottom: 0.5em;
}

.phone {
	font-size: 1.3em;
	font-weight: bold;
	}

strong, .navy {
	color: #000066;
	}
	
#picture {
	float: right;
	width: 135px;
	padding: 0 0 0 10px;
	margin: 0;
	font-size: .9em;
	font-weight: bold;
	color:#000066;
	text-align: center;
	}

#content ul {
	list-style-type: none;
	padding-left: 20px;
	}
	
#content ol {
	list-style-type: decimal;
	padding-left: 40px;
	}
	
#content ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .9em;
	margin-bottom: .25em;
	}
	
#content ol li {
	margin-bottom: 0.85em;
	}	
	
#content p, ul, ol {
	margin-bottom: 1em;
}

#content a:link, a:visited {
	color: #336699;
	text-decoration: none;
}

#content a:hover {
	color: #666600;
	text-decoration: none;
}


/* BEGIN Resume Styles */
#resleft {
		float: left;
		text-align: right;
		width: 90px;
		padding: 0;
		font-size: .8em;
		font-weight: normal;
		line-height: 1.5em;
		}
		
#resright {
		float: right;
		text-align: left;
		width: 410px;
		padding: 0;
		font-size: .9em;
		font-weight: normal;
		}
		
#clear {
		clear:both;
		line-height: 10px;
		}

	

/* BEGIN Footer Styles */
#copyright {
	clear: both;
	font-size: 1em;
	padding: 0 0 0 40px;
	margin: 0;
	}


#footer {
	width: 600px;
	height: 8px;
	background-image: url(../images/foot.gif);
	background-repeat: repeat-x;
	background-color: #006699;
	}