﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}
body
{
	background: #ffffff;
	font-family: Tahoma, Arial, sans-serif;
	font-size:x-small;
}
a
{
    text-decoration:none;
	color: #666666;
}
a:hover
{
    text-decoration:underline;
	color: #000000;
}

/* Master Page Layout */
#master_header
{
	margin: 50px auto 0 auto;
	width: 770px;
}
#master_page
{
	margin: 0px auto 0px auto;
	width: 770px;
}

#master_menu
{
	float: left;
	width: 770px;
}

#master_content
{
	margin: 0px auto 0px auto;
	width: 770px;
}
#master_contentleft
{
    height:375;
	float: left;
	width: 375px;
	color: #666666;
}
#master_contentright
{
    float:right;
    text-align:justify;
	width: 375px;
	color: #666666;
}
#master_contentright a
{
    text-decoration:none;
	color: #666666;
}
#master_contentright a:hover
{
    text-decoration:underline;
	color: #000000;
}
#master_contentpadding
{
    margin:10px 10px 10px 10px;
}
#master_footer
{
	clear:both;
	margin: 0px auto 0 auto;
	width: 770px;
}
#master_contentfooter
{
	clear: both;
	padding: 5px 0 5px 0px;
	color: #a5a8aa;
	letter-spacing: 0.1em;
}

.GridViewTableStyle
{
    border-color:#ffffff;
}
.GridViewRowStyle
{

}
.GridViewRow2Style
{

}
.NewsStories li
{
	list-style-type:none;
}


.imgLogo
{
    margin: 10px 0 0 10px;
    float:right;
}

.master_hline
{
    background-color:#707578;
    width:770px;
    height:1px;
}
.content_heading
{
    font-style:italic;
    margin:0px 0px 10px 0px;
    
}

.NewsArchieveYear
{
    font-size:11px;
    font-weight:bold;
}
.NewsArchiveMonth
{
    font-size:10px;
    font-weight:bold;
}

.vert_detail_field
{
    font-size:xx-small;
    color:#b0b0b0;
}
.vert_detail_value
{
    margin-bottom: 10px;
}

.imgBar
{
    height:50px;
    border-width:0px;
    margin:5px 8px 5px 0px;
}
