﻿html{height:100%}

body{
    font:11px Arial;
    padding: 0px;
    height:100%;
	min-height:100%;
	background-image:url(../Images/Gradiant.gif); 
	background-repeat:repeat-x;
}

p
{
	color:#606060;
	font-size:11px;
	font-family:Arial;	 
 }


h1
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family:Arial;	
	color:#942923;
	font-style:italic;
	font-weight:normal;
	font-size:16px;
}

h1
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family:Arial;	
	/*color:#0067b1;*/
	color:#942923;
	font-style:italic;
	font-weight:normal;
	font-size:16px;
	
}

dl, dt, dd, dd, ul
{
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
} 

.embeddedImage
{
	padding:15px 0px 15px 70px;
}






#squareList, #squareList ul
{
	list-style-type:square; 
	padding-left:20px; 
	
}

#squareList li
{
	font: Arial;		
	color: Black;
	padding-bottom:25px;
}


#container
{
	 height:100%;
     min-height:100%; 
     margin:0px 15% 0 15%;
     padding:0;
   }


table.pageTable
{
	border-collapse:collapse;  
	border:none;
	width:884px;
	background-color:White;	
}

td.pageBanner
{
	background-image:url(../Images/Logo%20with%20Bar.gif); 
	background-repeat:no-repeat; 
	background-position:top right;
}

/*td.logo
{
	background-image:url('../Images/bg-banner.gif'); 
	background-repeat:no-repeat; 
	background-position:top right;
	
}*/

/*menu*/
/*a:link		{color: #002d56}	*//*   unvisited link		*/
/*a:visited	{color: #002d56}*/	/*   visited link			*/
/*a:hover	{color: #808183}	*//*   mouse over link	*/
/*a:active	{color: #808183}	*//*   selected link		*/
/*a{ text-decoration:none; }*/

a:link		{color: #942923}	/*   unvisited link		*/
a:visited	{color: #942923}	/*   visited link			*/
a:hover	{color: #EDA11E}	/*   mouse over link	*/
a:active	{color: #EDA11E}	/*   selected link		*/
a{ text-decoration:none; }




	 
