/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	font-family: "times new roman";
	font-size: 20px;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	line-height:16px;
	color:#333333;
	font-family: arial;
	font-size: 13px;
	}
	
.bodySmall {
	line-height:16px;
	color:#333333;
	font-family: arial;
	font-size: 11px;
	}

.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	color: #669999;
	font-weight:bold;
	line-height:24px;
	letter-spacing:0.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#cc0000;
	}
	
	
.bodyIndent {
	list-style-image: none;
	clip: rect(auto,auto,auto,auto);
	list-style-position: inside;
	list-style-type: none;
	padding-left: 30px;
	line-height: 18px;
}
.bullet {
	list-style-position: outside;
	list-style-type: disc;
	white-space: normal;
}
.button {
	background-color: #a4c2c2;
	line-height: 22px;
	padding: 5px;
	margin: 0px;
	border: 2px solid #999966;
	top: 5px;
}
.bodyTextSmall {

	line-height:16px;
	color:#333333;
	font-family: arial;
	font-size: 11px;
}

.pictureFrame {
}

.pictureFrame a img {
	border: 1px solid #CCCCCC;
}

.pictureFrame a linked {
	border: 1px solid #CCCCCC;
}

.resume {
	float: none;
	width: 640px;
	margin-left: 0px;
	background-color: #FFF;
	padding: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.resume a {
	color: #666000;
}


.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.projectPic
{
	float: left;
	width: 300px;
	padding-bottom: 12px;
	}


.projectPic a {
	border: none;
	}

.projectPic img{
	border: solid;
	border-width: 1px;
	border-color: #a4c2c2;
	}

.projectMain {
	width: 620px;
}

.projectTitle {
	font-weight: bold;
	padding-left: 7px;
	line-height: 20px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #669999;
	color: #FFFFFF;
}

.projectText {
	float: left;
	width: 300px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 14px;
	}
	
.projectText ul {
	margin-top: 6px;
	margin-left: -20px;
	}	
	
.projectText ul li {
	margin-top: 6px;
	}	

.projectText p {
	margin-top: 6px;
	margin-bottom: 6px;
	}	

.copyright {
	margin-right: 10px;
	padding-bottom: 5px;
}

.project {
	border-width: 1px;
	border-top-color: #a4c2c2;
	border-top-style:solid;
	clear: both;
}

.projectHead {
    color: #669999;
	font-weight:bold;
	line-height:24px;
	letter-spacing:0.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-top: 12px; 
	margin-bottom: 6px;
	}