body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: Courier-new, monospace;
font-size: 10.5pt;
line-height: 11.5pt;
}

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

#topsection{
background: #fff;
height: 160px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;

}

#contentwrapper{
float: right;
width: 100%;
margin-left: -400px; /*Set left margin to -(leftColumnWidth + RightColumnWidth)*/
}

#contentcolumn{
margin-left: 400px; /*Set left margin to (leftColumnWidth + RightColumnWidth)*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column in pixels*/
background: #fff;
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column in pixels*/
background: #fff;
}

#footer{
clear: both;
width: 100%;
background: fff;
color: #000;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #fff;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
.contenttube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	padding-top: 15px;
	padding-left: 5px;
	background-image: url(org_test.png); 
	background-repeat: no-repeat;
}

.righttube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	background-image: url(borg_test.png); 
	background-repeat: repeat-y; 
	min-height: 400px;
}


span.down {
	font-size: 0px; line-height: 0%; width: 0px;
	border-top: 20px solid #77c;
	border-left: 10px solid #f6f6f6;
	border-right: 10px solid #f6f6f6;
}
span.up {
	font-size: 0px; line-height: 0%; width: 0px;
	border-bottom: 20px solid #77c;
	border-left: 10px solid #f6f6f6;
	border-right: 10px solid #f6f6f6;
}

#cornered {
	position: relative; top: 9px;
	font-size: 0px; line-height: 0%; width: 0px;
	border-top: 20px solid red;
	border-right: 20px solid #ffffff;
}

#corn2 {
	font-size: 0px; line-height: 0%; width: 100px;
	border-top: 20px solid red;
	border-right: 20px solid #f6f6f6;
}

a {
	color: #FF9933;text-decoration: none; 

}

a.nav {
	color: #F6F6F6;text-decoration: none; margin-left: 20px;

}


a.nav:hover {
  color: #dfdfdf;border-bottom: 1px solid #3399FF;text-decoration: none; background-color: #efefef;
  margin-left: 20px;

}
a.nav:link {
	color: #FF9933;text-decoration: none;margin-left: 20px;
}
a.nav:visited {
	color: #9e3700;text-decoration: none;margin-left: 20px;
}
p {
	width: 530px; text-align: justify;

}

p.banner {
	width: 950px; 
	text-align: right;
}

img.banner {
	float: left; 
	width:200px;  
	margin-left: 155px;
	margin-right: 45px;
}
