/* CSS Document */
body{
	font-family:  centrury gothic, gautami, arial;
	font-size:10pt;
	color:#666666;
}
a , a:link, a:visited, a:hover { 
	text-decoration:none;
	color:#666666;
}
#content{
	border: 1px solid #666666;
	padding:10px;
}
#content a{text-decoration:underline;}
#footer{
	vertical-align:top;
	height:20px;
	padding-left:5px;
}
#header{
	padding-left:0px;
}
h1{
	font-size:24px;
	line-height:24px;
	font-weight:normal;
	margin-top:0;
}
h2{
	font-size:18px;
	line-height:18px;
	font-weight:normal;
	margin-top:0;
}
h3{
	font-size:16px;
	line-height:16px;
	font-weight:normal;
	margin-top:0;
}
/*navbar*/
#navcontainer{
	float:right;
	text-align:right;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:5px;
	margin-left:0px;
	padding:0;
	vertical-align:bottom;
}
#navcontainer li{
	display:inline;
	list-style:none;
	line-height:10px;

} 
#navcontainer li a, #navcontainer li a:link, #navcontainer li a:visited, #navcontainer li a:hover{
	margin-left: 10px;
	text-decoration:none;
	color:#666666;
	font-weight:bold;
	line-height:10px;
}

/******** Resume **********/
.center {
	text-align: center;
}
.floatRight{ float:right;}
#current {
	position: static;
	text-align: left;
	float: left;
	vertical-align: top;
}
#page {
	background-color:#FFFFFF;
	/*width:680px;*/
	/*border:1px solid gray;*/
	/*padding: .5in;*/
	/*box-shadow: 0.2em 0.2em #CCC;*/
	font-size:11px;
}
#page h1 {
	font-size: 36px;
	font-weight: normal;
}
#page h2 {
	font-size: 36px;
	font-weight: normal;
	text-decoration: underline;
	text-align:center;
	line-height:36px;
}
#page h3 {
	font-size: 18px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#permanent {
	float: right;
	text-align: right;
}
.date {
	float:right;
	display:block;
}
