body
{
	font-family: Verdana;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	padding: 1em 1em 1em 1em;	
}

h1
{
	font-size: 2.5em;
}

h2
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.0em;
	font-weight: bold;
}

p
{
	font-size: 1.0em;	
}

label
{
	font-size: 8pt;
}

table
{
	font-size: 0.8em;
	width: 70%;
}
table td
{
}

a
{
	font-size: 1em;
	text-decoration: none;
	border-left: 5px solid silver;
	padding-left: 7px;
	color: black;
}

a:hover
{
	border-left-color: #f70000;
}

/* Generic classes  */

.floatleft
{
	float: left;
}

.border
{
	border: 1px solid silver;
	padding: 1em;
	margin-bottom: 1em;		
}
div#content
{
	margin-left: 215px;
	margin-right: 250px;
}

div#content div#main
{
}

div#main
{
}

div#left
{
	margin-left: 5px;
}

div#left ul
{
	font-size: 0.9em;
	margin: 1em;
	padding: 0;
}

div#left a
{
         display: block;
         margin-bottom: 0.7em;
}

div#right
{
	float: right;
	width: 188px;
}

/* Footer */

div#footer
{
	clear:both;
	border-top: 1px dotted silver;
	border-bottom: 1px dotted silver;
	padding: 0.4em;
/*	font-size: 0.7em;*/
	background-color: #f8f8f8;
	text-align: left;
}

/* Top section */

div#top
{
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted silver;
	margin-bottom: 1em;
}

div#top ul
{
	margin: 0;
	padding: 5px 0 15px 0;
}
div#top ul li
{
	display: inline;
	line-height: 2.5em;
}

div#top a
{
	color: #656565;
	text-decoration: none;
	margin: 0;
	margin-right: 0.5em;
	background-color: #f2f2f2;
	font-size: 0.8em;
}

div#top a:hover
{
	border-top: 1px solid red;
}

/* Logo */

div#logo
{ 
	margin-left: -3px;
	background-image: url("../images/syntronix.logo.png"); 
	background-repeat: no-repeat;
	width: 200px;
	height: 50px;
	margin-bottom: 2em;
}

/* Clock */

div#clock
{	
	display: block;
	font-size: 22pt;
	font-weight: bold;
	text-align: right;
	color: silver;
}

div#clock #seconds
{
	color: #f70000;
}
