/* CSS Document */

html { overflow: -moz-scrollbars-vertical !important; }

body {
	background-color: #dedede;
	/*background-image: url(../images/background_gradient.png);
	background-repeat: repeat-x;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}


table { border: 0px; margin: 0px; padding: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
form { margin: 0px; }
input, select, textarea { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }
td { vertical-align: top; }
img { margin: 0px; padding: 0px; border: 0px; }
div { padding: 0px; margin: 0px; }
hr { size: 1px; width: 100%; }
p { margin:0px; padding: 0px; margin-bottom: 10px;}

a:link { color:black; text-decoration: underline; list-style-type: none;}
a:visited { color:black; text-decoration: underline;list-style-type: none;}
a:hover { color: red; text-decoration: list-style-type: none;underline; }
a:active { color: red; text-decoration: underline; list-style-type: none;}		

table#layout { background: white; margin: 0px auto; }
	table#layout td { padding: 0px; }
	table#layout td table#header { width: 884px; height: 225px; background-color:white; }
	table#layout td table#header div#navigation { background-color: #f47b20; padding-top:15px; padding-bottom: 15px; padding-right: 50px; color: white; text-align: right; font-size: 14px; width: 834px; }
	table#layout td table#header div#navigation a { color: white; text-decoration: none; }
	table#layout td table#header div#navigation a:link { color:white; text-decoration: none; list-style-type: none;}
	table#layout td table#header div#navigation a:visited { color:white; text-decoration: none; }
	table#layout td table#header div#navigation a:hover { color:white; text-decoration: underline; }
	table#layout td table#header div#navigation a:active { color:white; text-decoration: underline; }
	
table#content td.left { width:auto; padding: 0px; margin: 0px; border-right: 1px solid #cdcdcd; }
table#content td.right { width:auto; padding: 0px; margin: 0px; }

div#content_left { margin: 25px; font-size: 12px; line-height: 1.5em; width:471px;  padding: 10px; text-align:justify; margin-top:5px; text-align:justify;}
div#content_right { margin-top: 15px; margin-left: 0px; font-size: 12px;  width:342px; list-style-type: none; list-style:none; list-style-position:inside; padding-left: 0px; 
	}

div#content_right ul {

list-style-type: none;
list-style-position: inside;
list-style:none;
 margin-left: 0px;
  padding-left: 0px

}


h1 {

font-size: 18px;

}

h2 {

font-size: 12px;
}
