﻿body 
{
    margin: 0;
    padding: 0;
    /*background-image:url(/masters/images/background.png);*/
    background-color:Gray;
    font-family: Tahoma;
	font-size: 12px;
	color: white;

}
a:link 
{
    text-decoration: none;
    color: Yellow;
    font-weight:bold;
}

a:hover 
{
    text-decoration: underline;
    color:Yellow;
}
a:visited {
    text-decoration: none;
    color: yellow;
    font-weight:bold;
}
a:visited:hover
{
    text-decoration: underline;
    color:Yellow;
}
h1
{
    font-size:16px;
    text-transform:uppercase;
    font-weight:bold;
}

h2
{
    font-size:14px;
    text-transform:uppercase;
    font-weight:bold;
}
.MainDiv
{
	width:1024px;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
	
	
}
.TopBanner
{
	background-image:url(/images/main/banner.jpg);
	width:1024px;
	height:198px;
}
.MainMenu
{
}
.MenuBuffer
{
	height:15px;
}
.MainBody
{
}
.LeftColumn
{
	float:left;
	width:200px;
}
.Browse
{
}
.BrowseBody
{
	width:184px;
	background-color:#616060;
}
.Tools
{
    padding: 5px 0 0 5px;
}
.ToolsLeft
{
    float:left;
    padding: 0 5px 0 0;
}
.ToolsRight
{
    float:left;
}



.RightColumn
{
	float:left;
}
.HeadLines
{
	
}
.HeadlineTitle
{
	float:left;
	height:39px;
	width:167px;
}
.HeadlineBody
{
	float:left;
	height:39px;
	width: 637px;
	background-image:url(/masters/images/Headline/headline-back.jpg);
}
.HeadlineItem
{
	padding:5px 0 0 0; 
	font-size: 10px;
	
}
.HeadlineItem a:link
{
	text-transform:uppercase;
	text-decoration: none;
	color: Yellow;
	font-weight: bold;
}


.HeadlineItem a:hover 
{
    text-decoration: underline;
	color: Yellow;
	font-weight: bold;
}
.HeadlineItem a:visited 
{
	text-decoration: none;
	color: Yellow;
	font-weight: bold;
}
.HeadlineItem a:visited:hover
{
	text-decoration: none;
	color: Yellow;
	font-weight: bold;
}
.Clear
{
	clear:both;
}
