﻿body
{
    background-color:white;
}

.style1 /* Menu Text */ 
{
    font-size: 11px;
    font-family:Verdana;
    color:Black;
    font-weight:bold;    
}
    
.style2 {  /* Normal Text */
	font-size: 11px;
	color:ThreeDDarkShadow;
	font-family:Arial;
    text-align: left;
    margin-left: 0px;
}
.style3 {
	font-size:9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#003399;
}

.style4 {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#003399;
    text-align: center;
}

.style5 {  /* Subscription Text */
	font-size: 10px;
	color:White;
	font-family:Arial;
    text-align: justify;
}

.smalltm { /*Trade Mark*/
     font-size: xx-small;
     font-weight: bold;    
}


.pageheader {  /* Page Headers */
	font-size: 14px;
	font-family:Arial;
	font-style:italic;
	text-align:left;
	font-weight:bolder;
	text-decoration:underline;
	text-shadow: 1px 1px 3px #B7B7B7;
	background-color:White;
}

.productionheader {  /* Page Headers */
	font-size: 16px;
	color:Black;
	font-family:Arial;
	text-align:left;
	font-weight:bolder;
	text-decoration:none;
}

#Clock
{
    position:relative;
    top: 0px;
}

#oclBanner
{
    top: -80px;
    width: 356px;
    position: relative;
    left: -80px;
}

.smallLinks 
{
	font-size:11px;
	color:#003366;
	font-family: "Trebuchet MS";
    text-align:justify;
    font-weight: bold;
	background-color:White;    
}

.leftcolumn
{
	width:180px;
	vertical-align:top;
	text-align:left;
	background-color:White;	
}

.middlecolumn
{	
	width:500px;
	padding-left:5px;
	padding-right:5px;
	vertical-align:top;
	background-color:White;	
	}

.rightcolumn
{
	width:300px;
	text-align:Left;
	background-color:White;	
}

.websitewidth
{
	width:1000px;
	background-color:White;	
}

.smalldate {  /* Normal Text */
	font-size: 10px;
	color:#CC3300;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    text-align: left;
	font-weight:bold;
}

.latestnews
{
	vertical-align:top;
	padding-right:10px;
	width:480px;
}

.button
{
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:white;
    width: 65px;
    height: 23px;
    background-color:Black;
}

.button:hover
{
    border: solid 0px white;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: White;
    width: 65px;
    height: 23px;
    background-color:Red;
}
