﻿body
{
    /*font: 76%/1.4 Tahoma, Arial;*/
    font-family: Tahoma,Arial;    
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #606060;
    background-color: #f2f2f2;
    
}

body form
{
    width: 642px;
    margin: 30px auto 30px auto;
    /*background: White url(images/HeaderBg_green_grad.jpg) no-repeat;*/
}

/* IE Hack*/
html>body
{
    margin: 0px auto 30px auto;
}

p
{
    line-height: 110%;
}

#page
{
    border: 1px solid #414141;
    background-color: #faf7f2;    
    text-align: left;
    padding-bottom: 0px;
    overflow:hidden;
}

#header
{
    background: white url(images/header.gif) no-repeat;
    height:134px;    
}

#mainStage
{
    margin: 0px 20px 0px 20px;
    height:100%;
}

#menu
{
     border: 0px solid pink;
     width: 630px;
     height: 51px;
     margin: 0px;
     padding: 0px;     
}

#menu ul
{
    width: 600px;
   	margin: 0;
	padding: 0px;
	list-style-type: none;
	float: left;
	overflow: visible;    
}

#menu li
{
    display: block;
	float: left;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;	
	white-space: nowrap;
    
}

#menu li a
{
    display: block;
	padding: 0px;
	text-decoration: none;
	width: 80px;
    height:51px;
}

#menu li a img
{
    border:0px
}

#colWrapper
{
    margin-top: 20px;
    border: 0px solid green;
    overflow:hidden;
}

#leftCol
{
    
}

#rightCol
{

}

.leftBox
{
    float:left;
    width: 377px;
    /*height: 100%;*/
    background: white url(images/LeftBoxBody.gif) repeat-y;    
    border: 1px solid #9e7eb7;
        
}

.leftBoxHeading
{
    border: 0px solid blue;
    padding: 25px 0px 0px 80px;
    font-weight:bold;
    background: url(images/LeftBoxHeader.gif) no-repeat;
    width: 297px;
    height: 213px;        
    min-height: 213px;
}

.leftBoxBody
{
    border: 0px solid green;
    margin-top: -170px;
    margin-left: 20px;
    padding: 5px;
}

.leftBoxLogoSmall
{
    border: 1px solid green;
    background: url(images/logo_small.gif) no-repeat;
    height:33px;
    width:45px;
    position:relative;
    top: 20px;
    left:20px;    
}

.LeftBoxGutter
{
    border: 1px solid green;
    float: left;
    width: 19px;
    height: 238px;
    background: #9e7eb7 url(images/LHSBoxGutter.gif) no-repeat;
    
}

.leftBox p
{
    
}

.rightBox
{
    float:right;
    width: 177px;
    /*height: 238px;    */
    border: 1px solid #9e7eb7;
    background: url(images/flashBG.gif) no-repeat;
}

.rightInner
{
    margin-left: 19px;
}

#footer
{
    border:0px solid red;
    clear:both;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 35px;    
    background: url(images/footer.gif) repeat-x;
    text-align:center;    
    font-size: 9px;
    color: #767676;
    line-height: 1.6;
}

#footer a
{
    color: white;    
    
    padding-left: 10px;
    padding-right:10px;
    border-left: 1px solid white;
}

#footer a:first-child
{
    border-left: 0px;
}

#footer .darkGrey 
{
    color: #767676;
    border-left: 1px solid #767676;
}

.ErrorText
{
    color: #000000;
}

.Button
{
    color: White;
    background: #767676;
    border: 1px solid white;
}
