*
{
    margin: 0;
    padding: 0;
}

body
{
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    color:#000;
    background-color:#FFF;
}

#wrapper
{
    width:100%;
}

#page-wrap				
{
    margin:0 auto;
    width:796px;
}

#header					
{
    background-image:url(../images/header-color.gif);
    text-align:left;
    height:112px;
}

#menu-fake				
{
    background:url(../images/menu-fake.png) no-repeat; 
    height:34px;
}

#pagebody
{
    padding:15px 15px; 
    text-align:left;
}

#pagebody h1			
{
    font-weight:bold; 
    font-size:20px; 
    line-height:20px;
    text-align:left;
}

#pagebody p				
{
    margin:10px 0;
    text-align:left;
}

.title					
{
    background-color:#91BA64; 
    text-align:center; 
    color:#FFF; 
    line-height:25px; 
    border-bottom:1px solid #7A9C54;
}

.titleborder			
{
    border-right:1px solid #7A9C54;
}

.field
{
    background:url(../images/td-back.png) repeat-x; 
    line-height:27px; 
    padding-left:10px;}
    
.fieldborder			
{
    border-right:1px solid #C0C0C0;
}

div.content
{
    width: 770px;
    background-image: url('../images/bkgMain.gif');
    background-repeat:repeat-y;
    padding: 0 13px 0 13px;
}
/*********FOOT*************/

.foot
{
    width: 796px;
    height: 12px;
    background-image: url('../images/imgBottom.gif');
    background-repeat:repeat-y;
}
.textFoot
{
    width: 796px;
    height: 12px;
	font-size: 9px;
	padding-top: 15px;
}

.menu1
{
    height: 34px;
    background-image: url('../images/bkgMenu.gif');
    background-repeat: repeat-x;
}
a
{
    font-weight: normal;
}

a:hover
{
    text-decoration: underline;
}

a:visited
{
    font-weight: normal;
    color:Blue;
}

