body{
	margin:0;
	padding:0;
	background: #e1e3ff;
/*	line-height: .2em;     */
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h5, h6{
	font-weight: bold;
	padding: 5px 0 5px 0;
	display: inline;
}

h1{font-size:150%;}
h2{font-size:150%;}
h3{font-size:120%;}
h4{font-size:100%;font-weight: normal;}
h5{font-size:90%; }
h6{font-size:100%;}
p{font-size:80%;}
img{border:0;}

#header{
	background: #e1e3ff;
	border-bottom:solid 3px #6e6e6e;
	height:115px;
	padding-top: 10px;
	white-space:nowrap
}

#header h1{
	font: normal 100%/50px "Times New Roman", Times, serif;
	text-transform: capitalize;
	color:#000000;
	letter-spacing:.2em;
	padding-left: 30px;
	padding-bottom: 10px;
	display:inline;
}

#header h2{
	font: normal 75%/70px Arial, Helvetica, sans-serif; 
	color:#000000;
	letter-spacing:.25em;
	padding-left: 10px;
	padding-bottom: 10px;
	display:inline;
	text-transform:uppercase;
}

#nav{
	height:25px;
	width:100%;	
	background: #3B17c6;
}


#nav ul{
	list-style:none;
	margin-left: 20px;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
}


#content{
float: left;
width: 100%;
}

#main{
	margin: 15px 260px 15px 15px;;
}

#sidebar{
	float: left;
	width: 260px; /*Width of right column in pixels*/
	margin-left: -260px; /*Set left margin to -(RightColumnWidth) */
	margin-top: 15px;
	text-align: center;
	padding-bottom: 10px;
}

#sidebar p{
	color:#00000;
	font-size:70%;
	line-height:normal;
}

#sidebar h3{
	color:#000000;
	font-size:80%;
	font-weight:bold;
}

#footer{
	clear:both;
	text-align: center;
	background:#6e6e6e;
	border-top: 3px solid #3b17c6;

	padding-top: 5px;
	padding-bottom: 1px;
}

#footer p{
	font-size: 70%;
	color: #FFFFFF;
	padding:0px;
}
