﻿ /* CSS layout */
/* HTML */
html { padding: 0px; margin: 0px; height: 100%; }

/* BODY */
body
{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-family: Tahoma, Arial;
	font-size: 12px;
}

/* FORM */
form  {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

/* A */
a { color: #346DAD; }
a.LinkButton { color: #0451A7; text-decoration: underline; }

.topbg 
{
    background-image:url('../../images/topbg_1A1818.jpg');
}

#siteall
{
	margin: auto;
	width: 98%;
	height: auto;
}

#masthead
{
	margin: auto;
	width: 100%;
}

#container
{
	width: 100%;
	margin: auto;
	/*background-color: White;*/
    background-color:#D8D8D8;
	height: auto !important;
	
}

#footer
{
    background-color: #1A1818;
    text-align: center;
    height: 40px;
    vertical-align: middle;
}

.word-wB {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #14242E;
    font-weight: bold;
}

.worw-w{
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}

.worw-w:hover{
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

.worw-foot{
	font-size: 12px;
	color: #D2EEFD;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.worw-foot:hover{ text-decoration: underline; }

.DisableTextBox
{
    background-color: #F3F3F3;
    border: 1px solid #006699;
    height: 16px;
    margin-left: 0px;
}