html { 
padding:0px;
margin:0px;
}
body {
	margin: 0 0 0 0;
	background-image: url(blue-background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	text-align:center;
	margin:0px;
	padding:0px;
}
#box {
width:844px;
margin: 0px auto;
padding:0px;
text-align:left;
}

#Lside {
width:200px;
padding:0px;
float:left;
}

#content {
	width: 440px; 
	/*height: 552px;*/
	padding: 0px;
	float: left; /*background-color: #005596;*/
	background-color: #3366CC;
	border: 1px solid White; 
	/*overflow: auto;*/
}
#block {
	/*background-color: #7393C1;*/
	margin: 15 15 15 15;
}
#Rside {
width:200px;
padding:0px;
float:left;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
p {
	font-size: 12px;
}
a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	color:#FFFFFF;
	font-size: 12px;
	}
a:hover {
	color: #FFCC66;
	font-size: 12px;
	}
a:active { 
	color:#FFFFFF;
	font-size: 12px;
	}
a.otherlink:link {
	font-size: 10px;
}
a.otherlink:visited {
	font-size: 10px;
}
a.otherlink:hover {
	font-size: 10px;
}
a.otherlink:active {
	font-size: 10px;
}
a.copyright:link {
	font-size: 10px;
	color: #003399;
}
a.copyright:visited {
	font-size: 10px;
	color: #003399;
}
a.copyright:hover {
	font-size: 10px;
	color: #FFCC66;
}
a.copyright:active {
	font-size: 10px;
	color: #003399;
}
#thin {
	height: 1px;
	margin: -3px;
}
.BioName {
	font-size: 12px;
}
#snapshot_buttons {
	text-align: center;
	width: 410px;
	margin-top: -10px;
}
#overflow {
	height: 400px;
	width: 90px;
	overflow: auto;
	/*border: 1px solid #FFFFFF;
	background-color: #FFFFFF;*/
	padding: 4px;
	margin-top: 27px;
}
#nobold { /* Used for un-bolding the next and previous links */
	font-weight: lighter;
	font-size: 9px;
}
/*
#portfolio {
width:409px;
margin: 0px auto;
padding:0px;
text-align:left;
}
#port_left {
	width: 68px;
	padding:0px;
	float:left;
}
#port_right {
	width: 340px;
	padding:0px;
	float:left;
}*/
#foot {
	width: 440px;
	height: 28px;
	background-color: #003399;
	border: solid;
	border-width: 1px 0px 0px 0px;
	border-color: FFFFFF;
	vertical-align: bottom;
}
#copyright {
	text-align: center;
	font-size: 10px;
	margin-left: 280px;
	float: left;
	color: #003399;
	display: inline;
}
#hack {
	float: none;
}
