
/* CSS Document */

body
{
	background-color: #C0C0C0;
	text-align: center;
   font-family: arial;
   font-size: 12px;
}

li 
{
   margin-left: 0;
   margin-right: 10%;
   margin-top: .5em;
   margin-bottom: .5em;
}

h2
{
	color: #540000;
	font-size: 14pt;
   font-family: arial;
}

#page-wrapper
{
	width: 760px;
	margin: 0px auto;
   background-color: #ffffff;
}

div.row-wrapper
{
	display: table-row;
/*	width: 760px; */
/*	 */
}

#header-left
{
	width: 160px;
	display: table-cell;
	float:left;
	}

#header
{
/*	width:760px; */
	display: table-cell;
	float:left;
	text-align: center;
	}

#header-right
{
	width: 0px;
	display: table-cell;
	float:right;
	}

#main-left
{
	display: table-cell;
	width: 160px;
   background-color: #DCEEFA;
	float:left;
	}

#main
{
	display: table-cell;
	width: 600px;
	float:left;
	text-align: left;
	}

#content td
{
	color: #000000;
   font-family: arial;
   font-size: 12px;
   background-color: #ffffff;
	padding-left: 30px;
	padding-right: 30px;
   text-align: justify;
}

#main-right
{
	display: inline;
	width: 0px;
	float:right;
	}

#footer-left
{
	width: 160px;
	display: table-cell;
	float:left;
	}

#footer
{
	width:760px; 
	display: table-cell;
	float:left;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	}

#footer-right
{
	width: 0px;
	display: table-cell;
	float:right;
	}

.main_table
{
	color: #000000;
   font-family: arial;
   font-size: 12px;
   background-color: #ffffff;
   text-align: justify;
}

#content td table.main_table td
{
	padding-left: 0px;
	padding-right: 0px;
}

.con_head
{
	color: #540000;
	font-size: 14pt;
   font-family: arial
}

.caption
{
	color: #540000;
	font-size: 10px;
   font-family: arial
}

.main_table a:link
{
	font-family: Arial; 
	font-size: 12px; 
	color: blue; 
	font-weight: bold; 
	text-decoration: none;
}

.main_table a:visited
{
	font-family: Arial; 
	font-size: 12px; 
	color: blue; 
	font-weight: bold; 
	text-decoration: none;
}

.main_table a:hover
{
	font-family: Arial; 
	font-size: 12px; 
	color: red; 
	font-weight: bolder; 
	text-decoration: none;
}

.req
{
	color: red;
   font-weight: bold;
}

.footer
{
	
	font-family: Arial;
	color: #551001;
	width: 100%;
	margin-left: 0px;
   margin-top: 10px;
   font-size: 12px;
}

.footer a:link
{
	font-family: Arial; 
	font-size: 12px; 
	color: #551001; 
	font-weight: bold; 
	text-decoration: none;
}

.footer a:visited
{
	font-family: Arial; 
	font-size: 12px; 
	color: #551001; 
	font-weight: bold; 
	text-decoration: none;
}

.footer a:hover
{
	font-family: Arial; 
	font-size: 12px; 
	color: blue; 
	font-weight: bolder; 
	text-decoration: none;
}











