﻿body
{
	width: 100%;
	height: 100%;
}

.main
{
	width: 100%;
	vertical-align: top;
	text-align: center;
}

.mainBody
{
	width: 800px;
	vertical-align: top;
	text-align: left;
}

.header
{
	width: 800px;
	background-image: url(images/gsi_header.jpg);
	background-repeat: no-repeat;
	height: 225px;
	vertical-align:text-bottom ;
	text-align: center;
}

.logoHeader
{
	width: 800px;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	height: 50px;
}

.flashHeader
{
	width: 800px;
	height: 55px;
	padding-bottom: 5px;
	border-bottom: black 1px solid;
}

.footer
{
	width: 800px;
	border-top: 1px solid;
	font-size: 8pt;
	vertical-align: top;
	font-family: Arial;
	text-align: center;
}

.link:Hover
{
	display: block;
	background-color: black;
	width: 75px;
	height: 50px;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
	vertical-align: bottom;
	vertical-align: bottom;
	text-align: center;
	font-family: Arial;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	color: white;
	font-weight: bold;
	font-size: 8pt;
}

.link
{
	font-size: 8pt;
	display: block;
	background-color: slateblue;
	width: 75px;
	height: 50px;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	opacity: .9;
	vertical-align: bottom;
	text-align: center;
	font-family: Arial;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	color: #ffffff;
	font-weight: bold;
}

.linkSplitter
{
	width: 20px;
}

.leftBody
{
	width: 590px;
	clear: left;
}

.rightBody
{
	width: 200px;
	margin-left: 600px;
	clear: right;
}

.newsHeader
{
	width: 190px;
	border-bottom: #000000 1px solid;
	font-size: 8pt;
	vertical-align: bottom;
	color: black;
	font-family: Arial;
	text-align: left;
	font-weight: bold;
}

.newsItemHeader
{
	width: 190px;
	font-size: 8pt;
	vertical-align: bottom;
	color: lightslategray;
	font-family: Arial;
	text-align: left;
	text-decoration: underline;
}

.newsItem
{
	width: 190px;
	font-size: 8pt;
	vertical-align: bottom;
	color: black;
	font-family: Arial;
	text-align: left;
}

.mainPageItemHeader
{
	width: 400px;
	font-size: 10pt;
	vertical-align: bottom;
	color: black;
	font-family: Arial;
	text-align: left;
	border-bottom: #000000 1px solid;
	font-weight: bold;
}

.mainPageItem
{
	font-size: 10pt;
	vertical-align: top;
	color: black;
	font-family: Arial;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.mainPageLogoItem
{
	font-size: 10pt;
	vertical-align: top;
	color: black;
	font-family: Arial;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.pageTitle
{
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial;
}

.pageHeaderBody
{
	font-size: 10pt;
	font-family: Arial;
	vertical-align: bottom;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	
}

.pageHeaderImage
{
	width:200; 	
}
