﻿body
{
	background-image: url(graphics/TileBackground.gif);
	background-repeat: repeat-x;
	background-color : #85ACC3;
}

div.float
{
	float:left;
}

div.float p
{
	text-align : center;
	font-size : 9pt;
}

div.container
{
	border : 1px solid;
	background-color : Gray;
	width : 90%;
	clear:both;
	/*float : left;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px; 
	margin-bottom: 5px; 
	height : 100%;
}


div.headingblock
{
	background-image: url(graphics/HeadBg.jpg);
	border : 1px solid;
	border-color : Gray;
	width : 98%;
	clear:both;
	/*float : left;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px; 
	margin-bottom: 5px; 
	font-family: Verdana;
	font-size : 9pt;
	font-weight : bold; 
	padding : 2px 2px 2px 2px;
	color : Black;
	
}

div.TextBlock
{
	background-color: White;
	border : 1px solid;
	border-color : Gray;
	width : 98%;
	clear:both;
	/*float : left;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px; 
	margin-bottom: 5px; 
	font-family: Verdana;
	font-size : 9pt;
	font-weight : bold; 
	padding : 2px 2px 2px 2px;
	color : #BE9A56;
	
}

div.contentHolder
{
	width: 820px;
	margin: auto auto;
	height : 100%;
}

div.mainpanel
{
	width: 800px;
	/*background-color: gainsboro;*/
	background-color : whitesmoke;
	border: 1px solid gray;
	padding: 5px;
	margin : 0px, auto;
	float : left;
	clear: none;
	height : 100%;
}
div.toppanel
{
	width: 800px;
	height: 80px;
	background-image: url(graphics/Header1px-brwn.png);
	background-color : #BE9A56;
	border: 1px solid gray;
	padding: 5px;
	margin : 0px, auto;
	clear: both;
}

abbr, acronym, .help
{
 border-bottom : 1px dotted blue;
 cursor : help;
}

div.menupanel
{
	width: 800px;
	height: 20px;
	border-left : solid 1px gray;
	border-right : solid 1px gray;
	background-image: url(graphics/Menu1px.PNG);
	/*background-color: #F9B416;*/
	background-color: #50251E;
	float : left;
	clear: none;
	clear: both;
	vertical-align: middle;
	padding: 5px;
	
}

div.footer
{
	
	width: 800px;
	height: 20px;
	padding: 5px;
	margin : 0px, auto;
	clear: both;
	font-family: Verdana;
	font-size : 7pt;
	color : navy;
	text-align: center; 
	
}

p.standardText
{
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Verdana;
	font-size : 9pt;
	text-align: justify; 
	word-spacing : 3px;
	line-height: 1.4;
	color : #333333;

}

p.row
{
	width: 95%;
	/*float: left;*/
	font-family: Verdana;
	font-size : 9pt;
	text-align: justify; 
	word-spacing : 2px;
	line-height: 1;
	color : #333333;

}

span.heading
{
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
    font-family: Verdana;
	font-size : 8pt;
	font-weight : bold; 
	width : 95%;
	border : 1px solid;
	border-color : Gray;
	padding : 2px 2px 2px 2px;
	background-image: url(graphics/HeadBg2.PNG);
	background-color : White;
	color : #446375;
}

span.boldlabel
{
    font-family: Verdana;
	font-size : 9pt;
	font-weight : bold; 
	color : #446375;
}

a.pagelinks
{
	font-family: Verdana;
	font-size : 8pt;	
	color : Blue;
	
}

a.MenuLinks
{
	font-family: Verdana;
	font-size : 8pt;	
	color : White;
	
}
a.MenuLinks .hover
{
	font-family: Verdana;
	font-size : 8pt;	
	color : White;
	font-weight : bold;
}
.seperator
{
	font-family: Verdana;
	font-size : 9pt;	
	color : White;
	font-weight : bold;
	padding  : 0px 4px 0px 4px;
}

.imgBorder
{
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid gray;
	float : left;
	clear : none;
}

.icon
{
	margin-left: 10px;
	margin-right: 10px;
border: 0px solid gray;
float : left;

}



hr
{
	width : 780px;
}

div.generalblockLeft
{
	float: left;
		background-color: #50251E;
}

div.generalblockRight
{
	float: right;
		background-color: #50251E;

}

div.spacer
{
	width : 780px;
	height : 100px;

}
