* {
	margin: 0;
	padding: 0;
}
img{
 display: block;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #8A8A8A;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #01BBEC;
}

a:hover {
}

a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 150px;
	background: #FFE680;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	border-left: 250px solid #FFFFFF;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}
#content {
	padding: 0 20px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
display:table;
	float: left;
	width: 250px;
	position: relative;
/*	background: #B5E3FF;*/
background: #FFFFFF;
	left: -250px;
	height: 700px;
	padding: 20px 0px 0px 0px;
}


#sideLeft ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sideLeft li {
	margin: 0;
	padding: 0;
}

#sideLeft li a {
        color: #01BBEC;
}

#sideLeft li ul {
	margin: 0px 15px;
	padding-bottom: 30px;
}

#sideLeft li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	padding-left: 0px;
}

#sideLeft li li span {
	/*display: block;*/
	/*margin-left: 20px;*/
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sideLeft h2 {
	height: 38px;
	padding: 12px 0 0 10px;
	background: #01BBEC repeat-x;
	letter-spacing: -.5px;
	color: #FFFFFF;
}

#sideLeft p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}

#sideLeft li li a {
	border: none;
	color: #01BBEC;
}

#sideLeft a:hover {
	text-decoration: underline;
	color: #8A8A8A;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 50px;
	background: #BFF08E;
}

 
  
 