﻿#content 
{
	width: 88%;
	float: left;
	text-align: left;
	margin-left: 4em;
	font-size: 1.0em;
	margin-top: 1.5em;
}

#content a
{
}

#content a:link
{
}

#content a:hover, a:focus
{
	text-decoration: underline;
	display: inline;
}

.pageHead 
{
	/*margin-bottom: 1.5em;*/
}

.required 
{
	color:Red;
	font-size:9px;
}

.readmore 
{
	background-color: #FDDDCC;
}

.readmore a 
{
	text-decoration:none;
	color: Black;
}


/*
This class is used to hide any control, paragraph, a piece of text etc. on the website.
Just wrap the tag(s) (that needs to be hidden) within <span> and assign this class to the <span>
*/
.hiddenText 
{
	display: none;
}

/***********************/
/*  Button Definition  */
/***********************/
/*.button 
{
	float: left;
	border: solid 1px #07519a;
	width: 115px;
}

.button .submit input
{
	border: solid 2px #ebf3fb;
	background-color: #07519a;
	color: #ebf3fb;
	width: 115px;
}*/

.submit 
{
	text-align: center;
	float: left;
}

.submit .button
{
	border: solid 1px #07519a;
	width: 120px;
	float: left;
}

.submit input 
{
	border: solid 2px #ebf3fb;
	background-color: #983B33;
	font-weight: bold;
	color: #ebf3fb;
	width: 120px;
}
/*End of button definition*/





