* {

    padding: 0;

    margin: 0;

} 



body {

	background: #f7f7f7;

	font-family: Verdana, Arial, sans-serif;

    font-size: .74em;

	padding: 0;

    margin: 0;

}



img { border: none;}

a { color: #036DA7; text-decoration: none;}

a:hover { text-decoration: underline;}

a:visited { color: #036DA7; }

li { color: #036DA7; list-style-type: none; margin-bottom: 10px; }





#wrap {

margin: 20px auto;

padding: 10px;

width: 650px;

background: #fff;

border: 1px solid #aaa;



}



#header { height: 100px; background: #424F6F url(header.jpg); }

#header h1 {color: #fff; font-size: 1.5em; padding: 30px 0 0 80px; font-weight: 100;}

#header h2 {color: #999999; font-size: 1.2em; padding: 0 0 0 80px; font-weight: 100;}



#breadcrumbs {

margin: 10px 0 10px 0; 

background : #eee; 

padding: 5px; 

font-size: .9em;

}



#left {

width: 200px;

float: left;

background: #FFF;

color: #666;

} 

#left .box {

background: #f7f7f7;

margin-bottom: 10px;

padding: 5px;

color: #666;

}

#left h2 {

font-size: .9em; 

background: #424F6F;

height: 16px;

padding: 3px;

color: #fff;

}



#content {

margin-left: 220px;

margin-right: 10px;

text-align: justify;

color: #333;

}

#content h2 { color: #555; font-size: 1.4em;}

#content table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
}

#content table th
{
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
	border-right: solid 1px #fff;
}

#content table tr.rowH
{
	color: #fff;
	background: #555 url('images/a8.gif') top left repeat-x;
	border-right: solid 1px #fff;
}

#content table tr.rowA
{
	background: #F8F8F8 url('images/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowB
{
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#footer {

clear: both;

color: #eee; 

background: #eee url(header1.jpg); 

text-align: left; 

margin: 20px 0px 0px 0px; 

padding: 5px; 

font-size: .8em;

}

#footer a { color : #ddd; text-decoration: none; }