﻿body
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: White;
	font-family: 'Trebuchet MS' , Verdana;
	font-size:11pt;
}

#background
{
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}

#MinWidthDiv{height:1px;width:970px;overflow:hidden;}

/* three column layout taken from http://www.glish.com/css/7.asp */

#header
{
	height:100px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:99px;
		}
	html>body #header {
		height:99px;
}
#leftcontent
{
	position: absolute;
	left:10px;
	top:117px;
	width:180px;
	font-size:10pt;
}

html>body #main 
{
	margin-left: 186px;
	margin-right:172px;
}
#rightcontent
{
	position: absolute;
	right:10px;
	top:117px;
	width:130px;
	font-size:10pt;
}
h1
{
	font-size:15pt;
}
h2
{
	font-size:13pt;
}
legend
{
	color: Green;
	
}
div.horRule {
height: 1px;
border-top: 1px solid #6699FF;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 10px;
margin-right: 10px;
}
div.horRule hr {
display: none;
}

.alert {
	background: #fff6bf url(../images/silk/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

.info {
	background: #f8fafc url(../images/silk/information.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
}

div.contentbox
{
	border: solid 1px #6699FF; 
	padding: 10px; 
	background-color: #f8fcfe;
}

/* ***** NEWS STYLES ***** */

.newsBox
{
	/*border: solid 1px #6699FF;*/
	background-color: #f8fcfe;
	padding: 10px;
}
.newsTitle 
{
	font-size:12pt;
	font-weight:bold;
}
.newsSubTitle 
{
	font-size:9pt;
}
.NewsBody 
{
	padding-top:8px;
}