body 
{
background:#F1F1ED;
font-family:Verdana, Arial, sans-serif;
font-size:90%
}

.layout #mainContent {
	background:#ffffff;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 20px;
	border: 1px solid #FFFFFF;
	color: #444444;
} 

.layout #footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000000;
	text-align: center;	
	color: #ffffff;
	height: auto;
	vertical-align: middle;
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p
{
text-align:justify;
text-indent:50px;
}

#normalText
{
text-indent:0px;
}

#title
{
	text-align:left;
	text-indent:0px;
	font-size:200%;
	color:#000000;
}

#subHeading
{
	text-align:left;
	text-indent:0px;
	font-size:130%;
	color:#000000;
}

#subHeading1
{
	text-align:left;
	text-indent:0px;
	font-size:120%;
	color:#000000;
}


#highlightText
{
	text-align:center;
	text-indent:0px;
	font-size:120%;
	color:#111111;
}

/* Title of the page*/
h1
{
text-align:left;
}
/*Highlight Text*/
h2
{
text-align:center;
font-size:90%;
}
/*Sub Heading*/
h3
{
text-align:left;
}
/* This style is used only for links in line1 of the page.*/
h5
{
text-align:left;
font-style:italic;
font-size:80%;
font-weight:normal;
}

ul
{
list-style-type: square;
padding: 0px;
margin: 0px;
text-align:left;
padding-left: 50px; 
}
li
{
background-repeat: no-repeat;
background-position: 0px 5px; 
padding-left: 14px; 
text-align:left;
}




}

#tableStyle1
{
border-collapse:collapse;
}
#tableStyle1 td, #tableStyle1 th 
{
font-size:1em;
border:1px solid #98bf21;
padding:3px 7px 2px 7px;
}
#tableStyle1 th
{
font-size:1.1em;
text-align:center;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
color:#ffffff;
}
#tableStyle1 td
{
text-align:left;
}

#tableStyle1 tr.alt td 
{
color:#000000;
background-color:#EAF2D3;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link {color:#0060F9;}      
a:visited {color:#00FF00;}  
a:hover {color:#FF00FF;}  
a:active {color:#0000FF;}  


a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}

.imageStyle
  {
  margin:5px;
  border:2px solid #ffffff;
  height:auto;
  width:auto;
}

hr
{
	color:$000000;
}




