﻿body 
{
    font-family:Arial, Verdana;
    font-size:10pt;
    background-image:url('img/bg.gif');
	margin: 0;
	text-align:center;

}
#divOuter
{
    text-align:center;
    position:relative;
}
#divMain
{
    position:relative;
    text-align:left;
    width:900px;
    min-height:70px;
	margin-top: 0px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 0px;
	background-color:white;
    background-image:url('img/header_bg.gif');
    background-repeat:repeat-x;
    background-position:top;
}
#divRow2
{
     float:left; 
     position:relative; 
     width:900px; 
}
#divRow3
{
     float:left; 
     position:relative; 
     width:900px; 
    background-image:url('img/middle_bg.jpg');
    background-repeat:repeat-y;
}

#divMiddle
{
    float:left; 
    position:relative; 
    width:844px;
    background-color:White;
}
#divContent
{
    float:left; 
    position:relative; 
    width:844px;
    background-color:White;
    min-height:336px;
}
#footer1
{
    float:left; position:relative; 
    width:10px; height:42px;
    background-image:url('img/footer_left.gif');
    background-repeat:no-repeat;
}
#footer2
{
    float:left;  position:relative; 
    width:824px; height:42px;
    background-image:url('img/footer_bg.gif');
    background-repeat:repeat-x;
    text-align:center; margin-left:auto; margin-right:auto;
}
#footer3
{
    float:left; position:relative; 
    width:10px; height:42px;
    background-image:url('img/footer_right.gif');
    background-repeat:no-repeat;
}

#menu1
{ 
    float:left; position:relative; 
    width:840px; height:46px; 
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    z-index:25;
}

/**** default.aspx styles ****/
#defRow1
{
    float:left; position: relative; width:844px; height:13px;
    background-image:url('img/gut_row1.jpg');
}
#defRow2
{
    float:left; position: relative; width:844px; 
    background-image:url('img/gut_row2.jpg');
    background-repeat:repeat-y;
}
#defRow2_content
{
    float:left; position:relative; width:820px;
    margin-left:12px;
}
#defRow3
{
    float:left; position: relative; width:844px; height:13px;
    background-image:url('img/gut_row3.jpg');
}
#def_r4c0
{
    float:left; position: relative; width:28px; height: 90px;
}
#def_r4c1
{
    float:left; position: relative; width:271px;
}
#def_r4c2
{
    float:left; position: relative; width:271px;
}
#def_r4c3
{
    float:left; position: relative; width:271px;
    text-align:center;
}
#def_r5
{
    float:left; position: relative; width:844px;
    text-align:left;
}
/**** info.aspx styles ****/
.infoLeft
{
    float:left; position:relative; width:610px; 
}
.infoRow1
{
    float:left; position: relative; width:610px; height:13px;
    background-image:url('img/sol_row1.jpg');
}
.infoRow2
{
    float:left; position: relative; width:610px; min-height:400px;
    background-image:url('img/sol_row2.jpg');
    background-repeat:repeat-y;
}
.infoRow2_content
{
    float:left; position:relative; width:580px;
    margin-left:12px;
}
.infoRow3
{
    float:left; position: relative; width:610px; height:13px;
    background-image:url('img/sol_row3.jpg');
}

.infoRight
{
    float:right; position:relative; width:220px;
}
.emwPreview
{
    position: absolute; 
    top:0px;    
    left:0px; 
    width: 125px; 
    height:40px; 
    padding-left:5px; 
    background-color:Yellow;
    color:Black; 
    text-align:left;
    font-weight:bold;
    filter:alpha(opacity=65);
    -moz-opacity:0.65;
    opacity: 0.65;
}