/* Created on Jan 1, 2016 4:14:00 PM */
        body {background-color: lightgrey;
    font-family: Arial;}
h1   {font:Arial;color: yellow;}
h2   {font:Arial;color: black;}
h3   {font:Arial;color: red;}
h4   {font:Arial;color: green;}
h5   {font:Arial;color: green;}
p    {color: green;}

#header {
    background-color:grey;
    width:1010px;
    color:yellow;
    text-align:center;
    padding:5px;	 
}
#nav {
    line-height:30px;
    background-color:#eeeeee;
    height:650px;
    width:200px;
    float:left;
    padding:5px;
}
#section {
    width:800px;
    float:left;
    padding:10px;	 	 
}
#article {
  width:1000px;
  float: left;
  padding-left: 1%;
  }
#aside {
  float:center;
  background-color:red;
  width:100px; 
  }
#footer {
    background-color:grey;
    width:1010px;
    color:yellow;
    clear:both;
    text-align:center;
    padding:5px;	 	 
}
#menu {

  }
ul#menu {
    font-family: Arial;
    padding: 20;
}
ul#menu li {  
}
ul#menu li a {
}
ul#menu li a:hover 
   {color:black; background-color:white;
}
a:link{
  text-decoration:none;
  }
a:hover
{color:black; background-color: white;
  text-decoration:none;
}
a:visited {
  text-decoration:none;
  }
   /* Left */

#left {
	float: left;
	width: 200px;
	background-color: rgb(235, 235, 235);
	padding-bottom: 50px;
 font-family:arial;
 }

#left h3{
	color: #333;
	font-size: 13px;
	font-weight:bold;
	line-height:16px;
	margin: 0 13px;
	padding: 0 0 3px;
}


/* Left UL */

#left ul {
	list-style-image: none;
	list-style-type:none;
	margin: 0 0 30px 0;
	padding: 0;
}

#left ul li {
	color:#000000
	font-size:20px;
	margin: 0 13px 2px 13px;
	padding: 0 0 0 1px;
}

#left ul li a {
	background-color: #E0E0E0;
	display: block;
	margin-left: 0;
	padding: 4px 0px 4px 4px;
	text-decoration :none;
	color: #626D73;
	border:1px solid #C3C3C3;
	font-weight: bold;
}

#left ul li a:hover {
	color: rgb(0, 114, 188);
	text-decoration: none;
}

#left ul li .active_menuitem {
/*	color: rgb(0, 114, 188);*/
	text-decoration: none;
}

#left ul ul{
	list-style-image: none;
	list-style-type:none;
	margin: 0 0 0 -7px;
	padding: 0;
}

#left ul ul li {
	background-position: 0 9px;
	background-repeat: no-repeat;
	border-bottom: medium none;
	color: #000000;
	font-size: 12px;
	margin: 0 0 0 8px;
	padding: 0 0 0 4px;
}

#left ul ul li a {
	color: rgb(98, 109, 115);
	text-decoration: none;
	line-height: 13px;
	background-color: #ebebeb;
	border: medium none; 
	font-weight: normal;
}

#left ul ul li a:hover {
	color: rgb(0, 114, 188);
	text-decoration: none;
}

#left ul ul li .active_menuitem {
	color: rgb(0, 114, 188);
	text-decoration: none;
	border: medium none;
}