ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

h1{
  font-size : 1.5em;
}

h2{
  font-size : 1.3em;
  font-weight : bold;
}

h3 {
  font-size : 1.15em;
}

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

p{
  margin : 5px 0px;
  padding : 3px 0px;
}

table{
  margin : 10px 0px;
}

body{
	overflow-x:hidden;	
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Arial, Verdana;
  font-size: 12px;
  background-color: #fff;
  color: white;
}

a{
  color : white;
}

#container{
	/*width : 987px;*/
	margin : 0px auto;	
}

#menu_horiz{
	/*width : 1000px;*/
	margin : 0px auto;
	/*padding-left : 194px;*/
	font-size: 15px;
}

#menu_left{
	width : 194px;
	float : left;
	font-size: 15px;
}

#content{  
	/*width : 785px;*/
	/*width:80%;*/
	width:100%;
  min-height : 510px;
  float : left;
  margin-right : 6px;
}

#menu_horiz li{
	display: block;
	width : 160px;
	float : left;	
	text-align: center;
	border-left : 1px solid black;
	height : 32px;
	padding-top : 3px;
	font-size : 0.9em;
}





