@charset "UTF-8";
/* CSS Document */

<style type="text/css">

/* html body tag style */

body,
p,
div,
h1,
h2,
h3,
a,
ul,
li{
margin:0;
padding:0;
list-style:none;
list-style-position:inside;
}

body{
	background:#FFF;
	color: #585858;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
}

a:link,
a:visited,
a:hover,
a:active{
color: #868686;
text-decoration: none;
}

a:hover,
a:active{
color: #999999;
text-decoration: none;
}

#menu a:link,
#menu a:visited,
#menu a:hover,
#menu a:active{
color: #565656;
text-decoration: none;
}

#menu a:hover,
#menu a:active{
color: #999999;
text-decoration: #000;
}

body,td,th {
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;	
	color: #585858;
}


#main_menu{
padding:10px 0;
list-style:none;
}

#main_menu li{
padding:3px 0;
}

#main_menu li ul{
margin:0 10px;
}



/* CSS Style Rule for Div having id="outer-container" */

#outer-container {
    width: 1095px;
    margin: 0 auto;
}

/* footer CSS Style Rule */
#header {
    width: 1090px;
    background-color: #fff;
}

/* Top navigation CSS Style Rule */
#top-Nav {
    width: 1095px;
	height: 1px;
	background-color: #B8B8B8;
    margin: 5px 2px 10px 0px;
}


/* content-container CSS Style Rule */ 

#content-container {
    width: 817px;
    height: 500px;
    background-color: #fff;
    margin: 2px 2px 10px 0px;
    float: left;
}

/* sidebar1*/
  
#sidebar1 {
    width: 273px;
    height: 500px;
    background-color: #fff;
    float: left;
    margin: 2px 0px 10px 0px;
	color: #585858;
}

#sidebar-container {
	width: 273px;
	height: 500px;
	margin: 2px 2px 10px 0px;
	color: #585858;
}

/* CSS rule to override the above styles */
/* for sidebar2 */    
/*#sidebar2 {
    width: 180px;
    height: 547px;
	background-color: #fff;
    margin: 1px 1px 10px 0px;
    float: left;
}
*/

/* footer CSS Style Rule */
#footer {
    width: 840px;
	height: 1px;
	float: right;
    background-color: #B8B8B8;
	margin: 5px 0px 5px 0px;
}

</style>
