
BODY
{
	color: #000000;
	font-family: sans-serif;
	font-size: 80%;
	background: White;
}

A:LINK 
{
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

A:VISITED
{
	/* color : #8800F0; */
	color: #003366;
	text-decoration: none;
}

A:HOVER 
{
	color: #FFFFFF;
	text-decoration: none;
	background: #7030A0;
}


H1
{
	color: #7030A0; /* #990000; */
	font-family: sans-serif;
	font: small-caps 900 x-large;
}


H2
{
	color: #7030A0; /* 990000; */
	font-family: sans-serif;
	font-size: large;
}

H3 
{
	color: #7030A0; /* #990000; */
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : normal;
	font-weight: bold;
}

H4 
{
	color : #990000;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 115%;
}

H5 
{
	color : #990000;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : 900;
}

H6 
{
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-style : italic;
	font-weight : 800;
}

.FloatingHeader
{
	border: medium;
	border-top-style: dotted;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	display: block;
	float: left;
	width: auto;
	font-size: 80%;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	margin-right: 0.1em;
	margin-left: 0.1em;
}




.MainContainer 
{
	display: inline-block;
	width: 100%;
	background-color: #ffffbb;
}


.SideBar
{
	display: block;
	float: left;
	
	width: 90%; 
	background-color: Fuchsia;
}

.MainBody 
{
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	
	display: inline-block;
	float: left;
	
	background-color: #F0F0F0;
	padding: 0em 0em 0em 0em; 
	margin: 5px 5px 5px 5px;
}



.NewsColumn
{
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em; 
	background-color: #ccc;
	/* white-space: nowrap; */
	/* text-align: left; */
	padding: 1em 1em 1em 1em; 
	margin: 5px 5px 5px 5px;

}

.LeftColumn
{
	background-color: transparent;
	
	display: inline-block;
	float: left;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 1em 1em 1em 1em; 

}




.RightColumn
{
	background-color: transparent;

	display: inline-block;
	float: left;
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 1em 1em 1em 1em; 
}




.Footer
{
	font-size: smaller;
}

.DebugMessage
{
	background-color: Aqua;
	font: smaller;
}

.FullSizeButton
{
/*	width: 100%; */
}


.footerline
{
	border-top: 1px solid Maroon;
	font-size: xx-small;
}

#DelegateAmount
{
	display: inline;
	font-weight: bold;
}

#StandAmount
{
	display: inline;
	font-weight: bold;
}


#FinaliseButton
{
	background-color: Lime;
}