/* @CHARSET "UTF-8"; */

.log {
	background-color: white; 
	color: black; 
	border: solid 1px;  
	text-align: left; 
}

body {
	font-family: Times New Roman,georgia,sans-serif,Helvetica,Verdana,Arial; 
	font-size: 10pt; 
	text-align: center; 
	background-color: white; 	
	/*background-image: url('small_images/bg/gradient1.png'); */
	/*background-position: center top; */
	/*background-repeat: repeat-x;*/
}


body table td {
	vertical-align: top;
	text-align: center;
	/*border: solid 1px gray;*/
}

body h3 {
	color:#0354c2;
	/*color: black; */
	font-weight: bold;
	font-size: 1.2em;
	/*font-size: 160%; */
	/*font-family: helvetica, geneva, arial, sans-serif;*/
	font-family: times new roman; 
	text-align: left; 
	/*font-style: italic; */
}

input.image {
	border: none;
}

/**** HEADER ****/

.header {
	/*color: #F1F4F6; */
	/*background-color: #778A98;*/
	/*border: solid 1px gray;*/
	background-image: url(small_images/bg.png);
	background-repeat: repeat-x;        
	/*background-color: #F5F5F5; */
	
}


.header table td {
	vertical-align: middle; 
}

.left {
	width: 15%; 
	/*background-color: #F1F4F6; 
	border: solid 1px gray;*/
	vertical-align: top; 
	text-align: right; 
}

.menu {
	/*background-color: #F1F4F6;
	border: solid 1px gray;*/
}

.navigation a {
	/*text-align: center;*/
	display: block; 
	text-decoration: none;
	padding: 2px;
	color: #0066CC;
	/*border: solid 1px #0066CC;
	background-color: white;*/
	border-bottom: solid 1px gray;
	
}
.navigation a:hover {
	border-bottom: solid 1px black;
	color: black;
	
}
.links a {
	color: blue; 
}
.links a:hover {
	color: navy; 	
}
.clock {
	font-family: times new roman;  
	color: silver; 		
}

.center {
	/*background-image: url(small_images/bg/marble.gif);
	background-repeat: repeat-x;     */
}
.info {
	font-family: cursive; 
}
.info td {
	vertical-align: middle; 	
	text-align: left;	
	border: solid 1px gray; 
	padding: 5px; 
	background-color: #f8f8f8;
}
.menu_box {
	border: solid 1px gray; 
	text-align: center; 
	color: black; 
	background-color: white;
	font-weight: bold; 
	padding: 2px; 
}

.show_pages {	
	/*border: solid 1px gray;*/
	font-weight: bold; 
	/*background-color: #F1F4F6;*/
	padding: 2px; 
	font-weight: lighter; 
}
.show_pages a {
	color: navy; 	
	text-decoration: none; 
	font-weight: lighter; 
	
}
.show_pages a:hover {
	text-decoration: underline; 	
}
.heading {	
	border: solid 1px gray;
	font-weight: bold; 
	background-color: #F1F4F6;
	padding: 2px; 
	/*text-transform: uppercase;*/
}
.subheading {
	text-align: right;	
	font-style: italic; 
	padding: 5px;
	border: solid 1px silver;
	background-color: #F5F5F5; 
}
.subheading a {
	color: black;	
}
.output li {
	list-style-image: url('small_images/bullet.gif');
}
.output a {
	border: solid 1px gray; 
	padding: 6px; 
	text-decoration: none; 
	font-weight: bold; 
	background-color: #F1F4F6; 
	color: navy; 
	line-height: 22px; 
}
.output a:hover {
	border: solid 1px black;
	background-color: white;
}

.rss ul { 
	text-align: justify;
	font-size: 15px; 
	list-style-image: url('small_images/bullet.gif');
	margin: 10px;
	padding: 5px;
}

.right {
	width: 15%; 
	text-align: left;
	/*background-color: #F1F4F6; 
	border: solid 1px gray;*/
}

.box {
	text-align: left;
	border: solid 1px gray;	
	background-color: white;
	padding: 2px;
}
.footer {
	/*background-color: white; */
}

a img {border:0;}




/**** play: html in randomizer ****/

/** another box: http://www.search-this.com/rounded/ **/ 

#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 1em;
	padding: 0;
	text-align: center;
	width:100%;
	background-color: #eeeeee;
	color:#3b3b3b;
	font-family: arial, helvetica, sans-serif;
	}
 	
#content
	{
	padding:3em;
	}

#content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	text-align:left;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(small_images/box/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(small_images/box/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(small_images/box/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(small_images/box/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(small_images/box/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(small_images/box/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(small_images/box/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #eeeeee;
	background-image:url(small_images/box/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}

