﻿body, html 
{
	padding: 0px;
	margin: 0px;
}

body, table
{
	font-family: Geneva, Arial,Helvetica,sans-serif;
	font-size: 12px;	
}


input, textarea
{
	border: solid 1px #777777;
}

body
{
	background-color: #256F95;
}

#body
{
	width: 800px;
	margin: auto;
}

#header
{
	margin-top: 15px;
	background-image: url(image/newsTop.gif);
	height: 82px;
}

#banner
{
	background-image: url(image/newsTopBanner.gif);
	height: 82px;
}

#search
{
	font-weight: bold;
	border: solid 1px black;
	background-color: #f0f0f0;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
}

#content
{
	border: solid 1px black;
	background-color: #f0f0f0;
	padding: 5px;
	overflow:auto;
}

#left
{
	width: 280px;
	margin-right: 5px;
	height: 100%;
	float: left;
}

#right
{
	width: 497px;	
	float: right;
}

.section
{
	border: solid 1px #256F95;
}

.sectionTitle
{
	background-color: #256F95;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.sectionContent
{
	padding: 5px;
}

.separator
{
	height: 2px;
	background-image: url(image/newsSeparator.gif);
	margin-bottom: 15px;
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: center center;
}

#newsList .newsTitle
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#newsList .newsText
{
	margin-top: 5px;
	font-size: 10px;
}

#newsList .newsDate
{
	text-transform: uppercase;
	font-size: 10px;
	text-align: right;
	margin-top: 2px;
}

#newsView .newsTitle
{
	font-size: 12px;
	text-transform: uppercase;
}

#newsView .newsDate
{
	font-size: 12px;
	text-transform: uppercase;
}

#newsView .newsText
{
	font-size: 10px;
	margin-top: 1em;
}

#newsView .newsAuthor
{
	text-align: right;
	text-transform: uppercase;
}

#search span
{
	margin-left: 3px;
	margin-right: 3px;
}

#search a
{
	color: Black;
	text-decoration: none;
}

#currentDate
{
	width: 80px;
	padding: 2px;
}

#today
{
	margin-left: 100px;
}
