
#MasterContainer 
{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:1300px;
    
}

#BGL_Left 
{
    position:absolute;
    top:0px;
    left:0px;
    width:50%;
    height:1800px;
    background-image:url('../Resources/Images/BG_Left.gif');
    background-repeat:repeat-x repeat-y;
    background-position: top left; 
    background-attachment:fixed;
    z-index:1;
}

#BGL_Right
{
    position:absolute;
    top:0px;
    left:0px;
    margin-left:50%;
    width:50%;
    height:auto;
    background-image:url('../Resources/Images/BG_Right.gif');
    background-repeat:repeat-x repeat-y;
    background-position: top left; 
    background-attachment:fixed;
    z-index:1;
}

#ContentMaster 
{
    position:absolute;
    left:50%;
    top:0px;
    margin-left:-465px;
    background:transparent;   
    width:933px;
    height:100%;
    z-index:5;
}

#Content_Left 
{
    Position:absolute;
    left:0px;
    top:0px;
    width:200px;
    height:100%;
    background:transparent;    
}

#Content_Right
{
    Position:absolute;
    left:200px;
    top:0px;
    width:733px;
    height:100%;
    background:White;
       
    
}


body
{ 


	margin:0px; 

	scrollbar-arrow-color: #FFFFCC; 
	scrollbar-base-color: 	black; 
	scrollbar-dark-shadow-color: #FFFFCC; 
	scrollbar-track-color: black; 
	scrollbar-face-color: #336699; 
	scrollbar-shadow-color: white; 
	scrollbar-highlight-color: 	white; 
	scrollbar-3d-light-color: 	black; 

    background-image:url(../Resources/Images/BG_Left.gif);
    background-repeat:repeat-x repeat-y;
    background-position: top left;
    background-attachment:fixed;
} 

A:Link,A:Active,A:visited 
{ 
	font-family: Verdana, Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif; 
	text-decoration: none; 
	color: #44B4DA; 
	font-size: 9pt; 
	text-decoration:none;
} 

A:hover 
{ 
	font-family: Verdana, Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif; 
	text-decoration: none; 
	color: Black; 
	font-size: 9pt; 
	text-decoration:underline;
} 



A.TopNewsLink:Link,A.TopNewsLink:Active,A.TopNewsLink:visited 
{ 
	font-family: Verdana, Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif; 
	text-decoration: none; 
	color: White; 
	font-size: 9pt; 
	text-decoration:none;
} 

A.TopNewsLink:hover 
{ 
	font-family: Verdana, Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif; 
	text-decoration: none; 
	color: #44B4DA; 
	font-size: 9pt; 
	text-decoration:underline;
} 

.BlueHeader
{
font-family:Verdana, Arial; 
font-size:12pt;
color:#0099CC;
font-weight:normal;
line-height:24px;
} 

td
{
font-family:Verdana, Arial; 
font-size:8pt;
color:Black;
font-weight:normal;
line-height:13px;
}
