html {
	height: 100%;
	background: #E5EFFF; 
}
img {
	border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: darkblue;
}

.menudiv, .formdiv {
	background:   #D6E6FE; 
	width: 1040px;
}
.logodiv, .spacerdiv {
	background: black;
	width: 1040px;
}

.page {
	position:absolute;
	top:  0px;
	left: 50px; 
/*	width: 95%;  */
	width: 1040px;
	background:  #D6E6FE; 
}

.photo {
	margin-top: 10px;
	margin-bottom: 10px;
}

table { 
	border-collapse: collapse; 
}

tr.ruled td {
/*	border-top: 1px dotted #AECDE2; 
	border-bottom: 1px dotted #AECDE2; */
	border-top: 1px solid #C1C2FF; 
	border-bottom: 1px solid #C1C2FF;
	padding-top: 7px;
	padding-bottom: 7px; 
	padding-right: 25px; 
}

.tweetdiv {  
	font-size: 14px;
	color: darkblue;
	word-wrap: break-word;
	width: 225;  
}

.tweetfont {  
	font-size: 14px;
	color: darkblue;
}

.divider {  
	font-size: 14px;
	color: #C1C2FF;  /* divider color     #E0E0E0; */
}

.highlight {
	font-size: 14px;
	font-weight: bold;
}

.pagenav a:link, .pagenav a:visited  {
	color: darkblue;
	text-decoration: none; 
}

.pagenav a:hover {
	background-color: #FDD2FE;
}

.normalfont {  
font-size: 16px;
}

.smallerfont {  
font-size: 14px;
}

.tinyfont, .tinyfont a:link, .tinyfont a:visited , .tinyfont a:hover {  
font-size: 12px;
color: #6D6D6D;  /* #808080 #8381A3;  #8381A3 #727272;  #7B7D7F; */
}

.tinyfontblue {  
font-size: 12px;
color: darkblue;
}

.arrowfont {  
font-family: "Arial Black", Arial, Helvetica, sans-serif;  
font-size: 20px;
}


label {  
float: left;  
width: 11em;  
margin-right: .5em;  
text-align: right;
font-weight: bold; 
}

.urllink, .urllink:link, .urllink:visited { 
	color: blue;
	text-decoration: underline;  
}

.pagelink, .pagelink:link, .pagelink:visited { 
	color: darkblue;
	text-decoration: none;  
}

.currentpagenum {  
	color: #3681FE; 
	font-size: 21px;
}

.searchlink , .searchlink:link, .searchlink:visited {
	color: darkblue;
	text-decoration:  none;  
}

.urllink:hover, .searchlink:hover, .offsitelink:hover, .inreplylink:hover, .pagelink:hover {
	text-decoration: underline;  
	background-color: #FDD2FE; 
}

.removelink, .removelink:link, .removelink :visited {
	color: blue;
	text-decoration: line-through;  
}

.removelink:hover {
	background-color: #FDD2FE;
}

form {  
margin-top: 0px;
margin-bottom: 0px;  
} 

fieldset {  
margin: 0;
padding: 0; 
border:0 solid;
} 
fieldset ol {  
padding: 0 1em 0 0;  
list-style: none; 
} 
fieldset li {  
padding-bottom: 0em;  
} 
fieldset.submit {  
border-style: none; 
}

.tag_cloud { 
	margin: 28px; 
	text-decoration: none; 
	font-family:Cambria,'Palatino Linotype','Book Antiqua','URW Palladio L',serif;
}

.tag_cloud:link  { color: darkblue; }
.tag_cloud:visited { color: darkblue; }
.tag_cloud:hover {text-decoration: none; background-color: #FDD2FE;}

.tagdiv {
	width: 840px;
	position: relative; 
	left: -10px;
	text-align: center;
}
