html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
margin:0;
padding:0;
line-height: 1.5em;
font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
background:#3a085c;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
margin-top:10px;
padding-top:15px;
background:#FFF;
}

#topsection{
height: auto; 
/*Height of top section*/
}

#topsection h1{
margin: 0;

}

#menu{ 
margin: 0 auto;
width:700px;
margin-top:15px;
height:30px;
	

}
#menu ul{
	list-style-type:none;
	padding: 0;
margin: 0;
	height:30px;
	background-color:#12fc00;

	
}
#menu li{
	float: left;


}
#menu li a{ 
height: 30px;
background-color:#12fc00;
line-height: 30px;
float: left;
width: 130px;
display: block;
border: 0.1em solid black;
text-decoration: none;
text-align: center;
color:#0011fa;
font-size:12px;
border-left:none;
}

#menu li a:hover{
	background:#3a085c;
}
.banner{ 
margin: 0 auto;
width:658px;
margin-top:10px;	
}
.banner img{ border:none;

}

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

#contentcolumn{
margin-right: 200px;
 /*Set right margin to RightColumnWidth*/
}
.innertube h2{
	font-size:20px;
	border-top:2px solid #12fc00;
	border-bottom:2px solid #12fc00;
	text-align:left;
	width:500px;
	padding:15px 0px 15px 0px;
	color:#3366ff;
}

#rightcolumn{
float: left;
width: 197px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
border-left:1px solid #DDDDDD;
}
#rightcolumn h3{
	color: #105C06;
	font-size: 12px;
    line-height: 10px;
    margin-bottom: 5px;

}
#rightcolumn a{
	font-size: 12px;
	color:#3366FF;
	text-decoration:none;

}
#rightcolumn a:hover{
	
	text-decoration: underline;

}


#footer{
clear: left;
width: 100%;
color: #CCC;
text-align: center;
border-top:2px solid #999;
font-size:12px;
}

#footer a{
color: #00F;
text-decoration:none;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;


}
.contenholder{
		margin-left:80px;
		margin-bottom:39px;

}
.date{
	font-size:10px;
	margin-bottom:-10px;
}
.contenholder p{ line-height:22px;
}
.contenholder a{ text-decoration:none;
color:#00F;
}
.contenholder em{ color:#000; font-weight:bold;
}
.contenholder h3{ font-weight:bold;
font-size:20px;
}