html, body {
   margin : 0;
   padding : 0;
   background-color: #FFF;
}

	body {
	font : 12px "Verdana", Arial, Helvetica, Tahoma, sans-serif;
	font-weight: normal;
	color : #333333;
	text-align:center;
	}




#top_content {
	width: 100%;
	padding: 0;
	margin: 0;
}



#container {
   width : 960px;
   background-color: #FFFFFF;
   text-align:left;
   margin : 10px auto;
}

#toprow{
height: 89px;
border-bottom: 8px solid #FFF;
}

#logo{
float:left;
width: 400px;
}

#topmenu{
float:right;
width: 475px;
height: 89px;
background-color: #F47738;
	color: #FFF;
}
#middlemenu{
width : 960px;
text-align: right;
height: 70px;
background-color: #FFF;
}


#main_content {
background: #C9DBD8 url("../images/background.gif") repeat-y;
}

#column1{
float: left;
min-height:300px; 
height:auto;
width: 240px;
padding: 0;
margin: 0px;
border: 0px solid green;
text-align: left;
}
/* for Internet Explorer */
/*\*/
* html #column1 {
height:300px;
}
/**/


#column2
{
float: right;
width: 715px;
padding: 0;
margin: 0;
border: 0px solid blue;
}


.clear{
  clear: both;
  line-height: 0;
height: 0;
font-size: 0;
  }


#footer
{
font : 10px "Verdana", Arial, Helvetica, Tahoma, sans-serif;
	font-weight: normal;
float: right;
width: 715px;
padding: 0;
margin: 0;
color: #F47738;
}
#footer a {
	text-decoration: none;
	color: #666;
		font-weight: bold;
}
#footer a:hover {
	color: #F47738;
	text-decoration: underline;
		font-weight: bold;
}

#footer a:visited {
	color: #666;
		font-weight: bold;
		}

 .mymargin
{
padding: 0;
margin: 10px;
}


/* Normal links */
a:link, a:visited {
	color: #F47738;
	text-decoration: none;
	}

a:hover, a:visited:hover {
	color: #41372C;
	text-decoration: underline;
	}

/* Image border and background color fixes */
a.img:link, a.img:visited, a.img:hover, a.img:visited:hover {
	border: none;
	background-color:transparent;
	}

#topmenu a {
font : 14px "Verdana", Arial, Helvetica, Tahoma, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
#topmenu a:hover {
	color: #FFF;
	text-decoration: none;
		font-weight: bold;
}

#topmenu a:visited {
	color: #FFF;
		font-weight: bold;
		}

h1
{
	
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	color: #333333;
}

h2
{

	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	color: #333333;
}


	




