body 
{ 
margin:0;
padding:0;
background-color: #3E3E3E;
font-size: 62.5%;
}

img
{
border: none;
}

table
{ 
border-collapse: collapse; 
} 

li
{
padding-bottom: 15;
}

td
{ 
padding: 0; 

font-family: arial, sans-serif, verdana;
font-size: .72em;
font-weight: normal;
color: #000;
line-height: 20px;

}


#thisProcessCSS
{
font-size: .1pt;
background-color: #fff;
color: #fff;
border: 0;
}

h1
{
font-family: arial, sans-serif, verdana;
font-size: 1.6em;
font-weight: bold;
color: #530412;
padding-bottom: 15;
}

#tablepadding
{ 
border-collapse: collapse;
}

#tablepadding td
{ 
padding: 3; 
}

#imgBorder
{
margin-bottom: 25;
}


#myBody
{ 
width: 950;
height: 450;
}

#myBodyBG
{ 
background-image: url('../images/body-bg.gif');
width: 950px;
height: 350px;
vertical-align: top;
}



/* ---------- HR for IE and FF ----------*/
hr  {
border: 0;
height: 1px;
color: #0082c8;
background-color: #0082c8;
width: 255px;
}

/* ---------- for Submit ----------*/

.submit
{
color: #000;
background: #fff;
border: 1px solid #000;
margin-top: 6px;
}


.textError
{
font-family: arial, sans-serif, verdana;
font-size: 9pt;
font-weight: bold;
color: #f00;
}


a:link, a:visited, a:active  {
	color: #530412;
	text-decoration: underline; 
}

a:hover {
	color: #530412;
	text-decoration: none; 
}


#footer
{
background:#6A6667 url('../images/footer-bg.jpg') no-repeat center center; padding-left: 50;
font-family: arial;
font-size: 8pt;
font-weight: normal;
color: #530412;
text-align: center;
vertical-align: middle;
width: 950;
height: 84
}



#footer a{
	color: #530412;
	text-decoration: none;
	padding-right: 5;
}

#footer a:hover {
	color: #530412;
	text-decoration: underline; 
}



.menu a {
	font-family: arial;
	font-weight: bold;
	font-size: 11pt;
	display: block;
	text-align: left;
	text-indent: 40;
	color: #fff;

	background-image: url('../images/menu-over.gif');
	width: 204px;
	padding: 5px 0px 5px 0px;
	text-decoration: none; 
	float: left;
	margin-bottom: 10;
	margin-top: 10;
	}

.menu a:hover {
	font-size: 11pt;

	color: #fff;
	

	}


.menu a:visited {
	font-family: arial;
	font-weight: bold;
	font-size: 11pt;
	display: block;
	text-align: left;
	text-indent: 40;
	color: #fff;


	width: 204px;
	padding: 5px 0px 5px 0px;
	text-decoration: none; 
	float: left;
	margin-bottom: 10;
	margin-top: 10;
	}
	
	

#side-a {
	float: left;
	width: 200px;
	margin-top: 30;

}

#side-b {
	float: right;
	width: 190px;
	margin-top: 30;
}

#content { 
	float: left;
	width: 500;
	margin-left: 30;
	margin-top: 30;
	padding-bottom: 40;

	
}