/** BASIC */

body {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #3a3838;
}

h1, h2, h3, h4, h5, h6 {
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #322b85;
}

p, ol, ul {
	line-height: 160%;
}

a {
	color: #F47511;
}

a:hover {
	text-decoration: none;
	color: #2F4F4F;
}

/** HEADER */

#header {
	float: left;
}

#header h1 {
	margin: 0px;
	font-size: 2.2em;
}

#header h2 {
	margin: 0px;
	font-size: 1em;
}

/** MENU */

#menu {
	padding: 2.2em 0em 0em 2em;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}

#menu li {
	display: inline;
}

#menu a {
	margin: 0px 0px 0px 0px;
	padding: .2em 1em;
	background-color: #F47511;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #2F4F4F;
}





#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: #006192 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;
}






/** CONTENT */

#content {
	clear: both;
	margin: 1em 0px;
	padding: 1em 0px;
	border-top: 3px dotted #B8860B;
}

#content h2 {
}

#left {
	float: left;
	width: 55%;
	padding-right: 4%;
}

#right {
	float: left;
	width: 35%;
	padding-left: 4%;
	border-left: 1px dashed #B8860B;
}

/** FOOTER */

#footer {
	clear: both;
}

#footer p {
	margin: 0px;
	border-top: 1px solid #B8860B;
	text-align: center;
	font-size: small;
	color: #000000;
}