body, html
{
	margin: 0px;
	padding: 0px;
	border: 0;
	background-color: #FFFFFF;
	height:100%;
}
img
{
	margin: 0px;
	padding: 0px;
	border: 0;
}
a
{
	background-color: Transparent;
	text-decoration: none;
}
p, text
{
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6
{
	padding: 0px;
	margin: 0px;
	display: inline;
	white-space: nowrap;
}

div, input
{
    font-family:Verdana;
    font-size:10pt;
}


/* Master page structure */

#divHeader
{
    background-color:#818181;
    height:99px;
    padding-bottom:1px;
}

#divBody
{
    /*height:200px;   */
}

#divFooter
{
    height:50px;
    background-color:white; 
}

#divFooter2
{
    height:50px;
    padding-top:1px;
    background-color:gray;  
}

.DivCenteredContent
{
    width:962px;
    margin:0px auto;
    position:relative;
}

.divRight
{
    float:right;
    width:728px;
    height:100%;
    display:inline;
}

.divLeft
{
    height:100%;
    width:234px;
}

.menuDiv
{
    float:right; 
    height:30px;
    line-height:30px;
    width:85px;
    text-align:left;
    display:inline;
}


/* LINKS */

.link1
{
    text-decoration:underline;
    font-size:11px;
    color:black;
}

.link2
{
    text-decoration:none;
    font-size:12px;
    color:Black;
}

.link2:hover
{
    font-weight:bold;
}

.link3
{
    text-decoration:none;
    font-size:11px;
    color:#818181;
}

.defaultText
{
    /*color:#818181;*/
    color:#818181;
    line-height:18px;
    font-size:11px;
}

.boldText
{
    font-weight:bold;
    font-size:11px;
    color:Black;
}

.textBoxText
{
    /*font-weight:bold;*/
    font-size:11px;
    color:black;
    line-height:15px;
}

.regularLink
{
    color:Black;
    text-decoration:underline;
    font-size:11px;
}

.drpText
{
    font-weight:bold;
    font-size:11px;
}

.MainColorBK
{
    background-color:#818181;
}