
/* Site Font Declaration  */

body, p, table {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	margin: 0 0 0 0;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0 0 0 0;
}
/* Links  */

a:link
{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	
}
a:hover
{
	color: #EC1C24;
	text-decoration: underline;
	font-weight: normal;
}

a:visited
{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

a:active
{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;	
}


/* Colours  */

.white
{
	background-color: #FFFFFF;
}
.black
{
	background-color: #000000;
}

.darkgray {
	background-color: #1f1f1f;
}
.black
{
	background-color: #000000;
}
.yellow
{
    background-color: #EBBF21;
}
.medgray
{
    background-color: #999999;
}
.lightgray
{
    background-color: #C2C2C2;
}
.lightyellow
{
    background-color: #FDD547;
}
.red
{
    background-color: #ec1c24;
}
.lightred
{
    background-color: #EF0000;
}


/* Borders  */

.blueborderbottom {
	border-bottom-color: #125187;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.blueborder {
	border-color: #253f55;
	border-width: 1px;
	border-style: solid;
}

.blackborder {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

.whiteborder {
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}
.yellowborder {
	border-color: #EBBF21;
	border-width: 1px;
	border-style: solid;
}
.imageborder_gray {/*The table will put a 4px gray border around images */
	border-color: Gray;
	border-width: 2px;
	border-style: ridge;
}

/* Padding  */

.stdpadding
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	
}

.leftrightpadding 
{
	padding-left: 10px;
	padding-right: 10px;
}
.smtoppadding
{
	padding-top: 5px;
	
}
.toppadding
{
	padding-top: 10px;
	
}

.topbottompadding
{
    padding-top: 10px;
    padding-bottom: 10px;
}
    
.xlrgtoppadding
{
    padding-top: 50px;
}
.lrgtoppadding
{
    padding-top: 20px;
}
.lrgbottompadding
{
    padding-bottom: 20px;	
}
.smbottompadding
{
	padding-bottom: 5px;
}
.bottompadding
{
	padding-bottom: 10px;
}
.smleftpadding
{
	padding-left: 5px;
}
.leftpadding
{
	padding-left: 10px;
}
.lrgleftpadding
{
	padding-left: 20px;
}
.rightpadding
{
	padding-right: 10px;
}
.lrgrightpadding
{
	padding-right: 20px;
}
.stdlinespacing
{
	line-height: 15px;
}


/* Height  */

.stdformat {
	height: 25px;
}

.lrgformat {
	height: 40px;
}


/* Text Properties  */
.redtext
{
	color: #EC1C24;	
}
.whitetext
{
	color: #FFFFFF;	
}
.whitefont
{
	color: #FFFFFF;	
}

.darktext
{
	font-weight: bold;
}

.smalltext
{
	font-size: 9px;	
}
.mediumtext
{
    font-size: 10px;
}
.largetext
{
	font-size: 14px;	
}

/* Header & Footer Backgrounds  */

.header {

	background-repeat: no-repeat;
}

.footer{
	background-repeat: no-repeat;
	width: 600px; 
	height: 15px;
	align: bottom;
}

/* Standard Control Classes  */

.MultiTextBox{
	font-size: 10px;
	float: left;
	visibility: visible;
	padding-bottom: 2px;
	vertical-align: baseline;
	overflow: auto;
	width: 100%;
	color: black;
	direction: ltr;
	padding-top: 2px;
	font-family: Verdana;
	height: 68px;
	text-align: left;
}

.StdTextBox
{
	font-size: 11px;
	width: 150px;
	direction: ltr;
	font-family: Verdana;
	position: static;
	height: 16px;
}

.HomePageEmailTextBox
{
	font-size: 10px;
	width: 150px;
	direction: ltr;
	font-family: Verdana;
	position: static;
	
	
}

/* images  */

.bg
{
    background-color: #000000;
    background-image: url(images/general/Foreman_bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
}

.MainItem  /* SEPERATOR BETWEEN THE MENU BUTTONS */
{
	
	background-image: url(images/general/Black.gif);
	background-repeat: no-repeat;
	
}

