body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.166;	
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
	background-color:#FFFFFF;
}

a {
	color: #D66C52;
	text-decoration: none;
}

a:hover {
	color: #73697a;
	text-decoration: underline;
}

h1{
	font-family: Arial,sans-serif;
	font-size: 115%;
	color: #D66C52;
	letter-spacing: 1px;
	border-bottom: 1px solid #cccccc;
}

h2{
	font-family: Arial,sans-serif;
	font-size: 114%;
	color: #73697a;
	border-bottom: 1px solid #cccccc;
}

h3{
	font-size: 100%;
	color: #666666;
}

h4{
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}

h5{
	font-size: 100%;
	color: #333333;
}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

label{
 font: bold 110% Arial,sans-serif;
 color: #73697a;
}

table#projects {
	border-collapse:collapse;
}

#projects td {
	padding:10px;
	border:1px solid silver;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding-bottom: 5px;
	width: 100%;
	height: 65px;
}


#navBar{
    float:left;
	padding: 0px;
	margin-left: 18px;
	background-color:#FFFFFF;
	width: 200px;
}

#content{
	margin-left: 250px;
	margin-top: 35px;
}

/* homepage styles*/

#homepagecontent {
	width:640px;
	margin:0px auto;
	text-align:center;
}

#homepageright {
	width: 200px;
	float: left;
}

#homepageleft {
	width: 400px;
	float: left;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 10px 0px 10px 10px;
	font-size: 80%;
	z-index: 10;
}

.feature img{
	padding: 1px;
	margin: 0 5px 5px 5px;
	border: 1px solid #cccccc;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 65%;
	color: #73697a;
}

#search{
	padding: 5px 0px 5px 10px;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
width: 91%;
background-color: #867A8D;
margin-bottom: 3px;
	text-align:center;
}

.extralinks {
width: 91%;
background-color: #DA7C65;
}

.extralinks:hover {
width: 91%;
background-color: #73697a;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks {
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	font-weight:bold;
}

#sectionLinks a {
	display:block;
}

#sectionLinks a, #sectionLinks a:visited {
	width: 100%;
	color:#FFFFFF;
    voice-family: "\"}\""; 
    voice-family:inherit;

	padding: 3px 0px 3px 0px;
}


#sectionLinks a:hover{
	background-color: #E6A493;
    text-decoration:none;
	color:#FFFFFF;
	padding: 3px 0px 3px 0px;
}

#sectionLinks a.extralinks:hover{
	background-color: #A399A8;
    text-decoration:none;
	color:#FFFFFF;
	padding: 3px 0px 3px 0px;
}



