﻿body
{
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #ffffff;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
}
.container
{
    width: 786px;  /* this will create a container 80% of the browser width */
	height:600px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
  
.menu_bar_upper
{
    margin: 0%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    width: 486px;
}
.images_square {
	float: left;
	width: 250px; 
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	background-color: #FFFFFF;
}
h1
{
    font-family: Gill Sans MT, Geneva, Arial, Helvetica, sans-serif;
    font-size: 16px;
	color: #E2492A;
	font-style: normal;
	
}
h2
{
    font-family: Gill Sans MT, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #538DBF;
	font-style: normal; 
}

.newstitle_detail
{
    font-family: Gill Sans MT, Geneva, Arial, Helvetica, sans-serif;
    font-size: 20px;
	color: #538DBF;
	font-style: normal; 
}
 .newstitlemain
{
    font-family: Gill Sans MT,,Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #538DBF;
	font-style: normal; 
}
 .news_summary
{
    font-family: Gill Sans MT,,Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #696969;
    font-style: normal;
}
 
 .news_date_main
{
    font-family: Gill Sans MT,,Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #cccccc;
}   

.Page_Header
{
    font-family: Gill Sans MT, ,Geneva, Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #E2492A;
    margin-left:5px;
}   

.Page_Title
{
 text-indent:0px;  
} 

.content
{
    font-family: Gill Sans MT,Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    float: left;
    padding-left: 10px;
     
     
}
events.hlink
{
    text-decoration:none;
}
a
{
    font-family: Gill Sans MT,Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #538DBF;
	font-style: normal; 
}
    
.newstitlegrid
{
    font-family: Gill Sans MT,Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #538DBF;
	font-style: normal; 
	text-decoration:none;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left:1.5em;
	}
li {
	background-image:url(img/bullet.jpg);
	background-position:0 0.3em;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
}
.bottomlinks
{
    text-decoration:none;
    color:#a9a9a9;
    font-weight:bold;
    font-size:8pt;
}
