
body {
    margin:  0px;
    padding: 0px;
    font-family: Georgia, "Times New Roman", serif;
    color: #333333;
    background-color: #ffffff;
}


/* define links */
a {
    text-decoration: none;
    font-weight: bold;
    /* color:  #669966; */
    color: #009900;
    outline: none;
}
a:visited {
    color:  #669966;
}
a:active {
    color:  #cccccc;
}
a:hover {
    color: #669966;
    text-decoration: underline;
    background: #eeeeee;
}

/* basic character formatting */
strong, b {
    font-weight: bold;
    }
.name {
  font-weight: bold;
}

/* begin page banner styles */		
#banner {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    text-align: left;
    margin-bottom: 30px;
}


#title {
    margin: 0;
    padding-left: 5%;
    padding-top: 25px;
    padding-bottom: 0px;
    color: #ffffff;
    background: #99cc00;
    border-bottom: 1px solid #999999;
}

#pagetitle {
    font-size: 150%;
    font-weight: bold;
    padding: 0;
    padding-right: 15px;
    margin: 0;
}

#subtitle {
    color: #ffffff;
    font-weight: bold;
	font-size: 85%;
}

/* end page banner styles */


/* 
 * There several ways to do two-column layouts
 * I used the following:
 * http://bluerobot.com/web/layouts/layout2.html
 *
 * However, I also tried experimented with these:
 * http://glish.com/css/9.asp
 * http://www.alistapart.com/articles/journey/
 * http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html
 */

	
/* begin content frame */
#content {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-right: 3%;
    margin-left: 5%;
    width: 60%; 
    text-align: left;
}


/* blog/news item */
h2.item-title {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
    font-size: 110%;
    font-weight: bold;
    color: #333333;
    border-bottom: 1px solid #999999;
    margin: 0;
    padding: 0;
}

.item-date {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
    font-size: 85%;
    margin-bottom: 6px;
}

.item-summary {
    margin-bottom: 40px; 
}


/* end content column */

/* begin special content boxes */

.content-box {
    margin-top:    20px;
	margin-bottom: 20px;
    padding: 0;
	font-size: smaller;
}

.content-boxtitle {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #eeeeee;
	padding-left: 15px;
}

.content-boxstuff {
	background: #eff7de;
	padding: 8px 15px 8px 15px;
	margin: 0;
    border: 1px solid #999999; 
}


/* end special content boxes*/

/* begin sidebar column */
#side {
    position: absolute;
    top: 92px;
    right: 5%;
    padding: 0px;
    margin: 0;
    /* border: 1px dotted #0000cc; */
    width: 25%; /* ie5win fudge begins */
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 25%;
    text-align: left;
}

html>body #side {
    width: 25%; /* ie5win fudge ends */
}

.navbox {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
    font-size: 85%;
    margin-bottom: 6px;
}

.sidebox-header {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
    font-size: 125%;
    font-weight: bold;
    /* line-height: 125%; */
    color: #333333;
    border-bottom: 1px solid #999999;
    margin: 0;
    vertical-align: bottom;
    padding: 0;
    padding-bottom: 2px;
    margin-bottom: 6px;
}    


.picbox {
    padding: 0;
    border: 1px solid #333333;
    margin-top: 30px;
    margin-bottom: 40px;
    background-repeat: no-repeat;
}


/* end sidebar column */


	
	

