body { 
	font-family: verdana, arial, sans-serif;
	color: black;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

img {
	border: none;
}

a, a:visited {
	text-decoration: underline;
	color: #336699;
}

a:hover {
	color:#008080;
	text-decoration: underline;
}

#page {
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 0px;
	left:0px;
	width: 100%;
	border: none;
}

#mastheadPhoto {
	float: left;
	width: 151px;
	height: 160px;
	padding: 10px 0px 10px 10px;
}

#mastheadTitle {
	height: 150px;
	padding: 0px 0px 0px 0px;
}

#mastheadLeft {
	height: 150px;
	padding: 0px 0px 0px 0px;
}

#mastheadRight {
	float: right;
	width: 80px;
	height: 40px;
	background-color: #ffffff;
	padding: 10px 10px 20px 10px;
}

#mastheadRight a:link, #mastheadRight a:visited {
	display: block;
	text-decoration: none;
	color: #ededed;
	font-size: small;	
    font-weight: bold;
	padding: 0px 0px 0px 10px;
	background-color: #206BA2;
}

#mastheadRight a:hover {
	color: #ffffff;
	background-color: #336699;
	text-decoration: underline;
}

#blog {
	font-size: small;
	color: #336699;
}
#title {
	position: relative;
	margin: 40px 35px 0px 0px;
	font-size: x-large;
  	font-weight: bold;
  	color: #336699;
}

#subtitle {
	position: relative;
	margin: 5px 35px 0px 0px;
	font-size: large;
  	color: #008080;
}

#byline {
	position: relative;
	margin: 5px 35px 15px 0px;
	font-size: small;
	color: #336699;
}


.headline {
	font-size: large;
  	font-weight: bold;
  	color: #008080;
}


.presentationActivity {
	font-size: normal;
  	color: #336699;
}

.presentationDate {
	font-size: x-small;
  	font-weight: bold;
  	color: #008080;
}

.presentationTopic {
	font-size: small;
  	font-weight: bold;
  	color: #336699;
}

.presentationSidebar {
	font-size: normal;
  	color: #008080;
}


.articleTitle {
	font-size: normal;
  	font-weight: bold;
  	color: #336699;
}

.articleDate {
	font-size: x-small;
  	font-weight: bold;
  	color: #008080;
}



.button{display:block}
.button *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#206BA2}
.button1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #9fbfd7;
  border-right:1px solid #9fbfd7;
  background:#5790b9}
.button2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e8f0f5;
  border-right:1px solid #e8f0f5;
  background:#4a87b3}
.button3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #4a87b3;
  border-right:1px solid #4a87b3;}
.button4{
  border-left:1px solid #9fbfd7;
  border-right:1px solid #9fbfd7}
.button5{
  border-left:1px solid #5790b9;
  border-right:1px solid #5790b9}
.buttonfg {
    background:#206BA2
}

#sideLeft {
	clear: both; 
	float: left;
	width: 151px;
	background-color: #ffffff;
	padding: 0px 0px 20px 0px;
}

#sideLeft a:link, #sideLeft a:visited {
	display: block;
	text-decoration: none;
	color: #ededed;
	font-size: small;	
    font-weight: bold;
	padding: 0px 0px 0px 10px;
	background-color: #206BA2;
}

#sideLeft a:hover {
	color: #ffffff;
	background-color: #336699;
	text-decoration: underline;
}

.leftPanel {
	width: 151px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-size: x-small;	
}

#contentIndex {
	margin: 0px 130px 20px 165px;
	background-color: #FFFFFF;	
}


#content {
	margin: 0px 0px 20px 165px;
	background-color: #FFFFFF;	
}

#sideRight {
	float: right;
	width: 120px;
	background-color: #ffffff;
	padding: 10px 0px 20px 0px;
}

.rightPanel {
	width: 120px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-size: x-small;	
}

	
#footerNav {
	clear: both; 
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#footerNav a:link, #footerNav a:visited {
	color: #ededed;
	text-decoration: none;
	font-size: small;
    font-weight: bold;
 	padding: 0px 15px 0px 15px;
	background-color: #206BA2;
}

#footerNav a:hover {
	color: #ffffff;
	background-color: #336699;
	text-decoration: underline;
}

#copyright {
	float: left;
	font-size: x-small;
	color: #336699;
	padding: 2px;
}

#search {
	float: right;
	font-size: x-small;
	color: #336699;
}
#ContentTitle {
	position: relative;
	margin: 0px 10px 10px 10px;
	font-size: small;
 	font-weight: bold;
	color: #ededed;
	background-color: #bbbbbb;
	padding: 2px;
}

#PostTitle {
	position: relative;
	margin: 0px 0px 0px 0px;
	font-size: large;
	color: #336699;
}

#PostBody {
	position: relative;
	margin: 0px 0px 0px 0px;
	font-size: medium;
	color: #008080;
	background-color: #FFFFFF;
}