﻿body 
{
	background-color: #FFFFFF;
	font-size: small;
	font-family: Arial, Sans-Serif, Verdana;
	color: #333333;
	margin: 0px;	
}

h1 
{
/*	font-size: large;	*/
	font-style: normal;
	font-weight: normal;	
	margin: 0px 0px 0px 0px;
}

.containerstrip
{
	width: 100%;
}
 
.containerpage
{
	width: 980px;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
}

.topdiv
{
	height: 35px;
	background-color: #444444;
	color: #ffffff;
/*	padding: 5px;	*/
	margin-top: 0px;
}

.maindiv
{
	padding-top: 20px;
	padding-bottom: 10px;
	overflow: auto;
}

.bottomdiv
{
	height: 210px;
	color: #AAAAAA;
/*	padding: 5px;	*/
	background-color: #111111;
}

a:link
{
	text-decoration: none;
	color: #000088;
}
a:visited
{
	text-decoration: none;
	color: #000044;
}
a:active
{
	text-decoration: none;
	color: #880000;
}
a:hover
{ 
	text-decoration: underline;
	color: #000088;
}
.homepage
{
/*	height: 640px;	*/
}
.contentpage
{
	
}
.homepagetop
{
}

.contentpagetop
{
}

.quartercol
{	
	width: 218px;
	padding: 5px 5px 5px 5px;
	margin: 20px 20px 10px 0px;
	border: solid 1px #888888;
	float: left;	
}

.quartercolr
{	
	width: 218px;
	padding: 5px 5px 5px 5px;
	margin: 20px 0px 10px 0px;
	border: solid 1px #888888;
	float: left;	
}

.threequartercol
{
	width: 718px;
	padding: 5px 5px 5px 5px;
	margin: 20px 20px 10px 0px;
	border: solid 1px #888888;
	float: left;	
}

.fullwidthcol
{
	width: 968px;
	padding: 5px 5px 5px 5px;
	margin: 20px 20px 10px 0px;
	border: solid 1px #888888;
	float: left;	
}

.coltitle
{
	font-size: large;
	padding: 15px 5px 15px 5px;
	background-color: #cccccc;
}

.colcontent
{
	margin-top: 10px;
	font-size: medium;
}

.homecolcontent
{
	margin-top: 10px;
	font-size: medium;
	height: 200px;	
}

.colfindoutmore
{
	font-size: medium;
	margin-top: 10px;
	padding: 10px 5px 10px 5px;
	background-color: #cccccc;
}

.bottomcol
{
	width: 218px;
	padding: 5px 5px 5px 5px;
	margin: 20px 20px 10px 0px;
	float: left;	
}

.bottomcolr
{
	width: 218px;
	padding: 5px 5px 5px 5px;
	margin: 20px 0px 10px 0px;
	float: left;	
}

a.bottom:link
{
	text-decoration: none;
	color: #ffffff;
}
a.bottom:visited
{
	text-decoration: none;
	color: #ffffff;
}
a.bottom:active
{
	text-decoration: none;
	color: #ffffff;
}
a.bottom:hover
{ 
	text-decoration: underline;
	color: #ffffff;
}
.filelisttable
{	
	width: 100%;
	font-size: 14px;
	background-color: #FFFFFF;
	border-collapse: collapse;
}
.filelisttable th
{
	border: 1px dotted #666;
	text-align: left;
	background-color: #AAAAAA;
	padding: 4px;
}
.filelisttable td
{
	border: 1px dotted #666;
	padding: 4px;
}
.rfv
{
	color: #ff0000;
}
#opaque {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    background-color: black;
    filter: alpha(opacity=30);
    opacity: 0.3;
}
* html #opaque {
    position: absolute;
}