body {
	background: #bababa;
	font-family: Arial;
	font-size: 11pt;
}

#masthead { 
	background: url(/titlebar.jpg); 
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 800px;
	height: 150px;
	border-width: 2px;
	border-style: solid;
	border-color: #4c4c76;
	position: relative;
	text-align: center;
}


#navigation {
	list-style: none;
	margin: 0 auto;
	top: 90px;
	position: relative;	
	font-family: Arial;
	font-size: 12pt;	
	text-color: #34344e;
	font-weight: bold;
}

#navigation a {
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: underline;
}


#inside {
	margin: 0 auto;
	width: 776px;
	border-bottom: 2px solid #4c4c76;
	border-right: 2px solid #4c4c76;
	border-left: 2px solid #4c4c76;
	background: #FFFFFF;
	padding: 12px;
	min-height: 500px;
}





#breadcrumb {
	margin-bottom: 7px;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#breadcrumb a {
	text-decoration: none;
}
#breadcrumb span {
	margin-right: 8px;
	font-weight: bold;
}

.blog_heading {
	background-color: #34344e;
	color: #FFFFFF;
	font-weight: bold;
	
}
.blog_heading td {
  clear: both;
	padding-left: 10px;
	padding-right: 10px;
}

.blog_post td {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}

#blog_pagination {
	text-align: center;
}
#blog_pagination_top {
	float: left;
}


#resume {
	float: right;
	width: 150Px;
}

#resume div {
	float: right;
	margin-top: 2px;
}

#resume a {
	text-decoration: none;
	color: #000000;
}

#resume a:hover {
	text-decoration: underline;
}

.sub_content {
	margin-left: 10px;
	text-decoration: none;
}
.sub_content a{
	text-decoration: none;
}
.sub_content h3 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0px;
}
.sub_content p {
	color: #000000;
	margin-top: 0px;
}
.sub_content h3:hover {
	text-decoration: underline;
}



#footer {
	text-align: center;
	font-size: 10pt;
}
