
a.std:link 		{color: blue; text-decoration: none}
a.std:visited 	{color: blue; text-decoration: none}
a.std:hover 	{color: red; text-decoration: none}

body
{
	margin:0;
	padding:0;
	font: normal 11pt arial;
	background-color: #C8FC98; /* light green */
	color: rgb(0,0,0);
	background-image: url("images/gradient1.png");
	background-repeat: repeat-x;
}

#maincontainer
{
	width: 900px; /*Width of main container*/
	background: #C8FC98; /* light green */
	margin: 0 auto; /*Center container on page*/
}

#topsection
{
	background: #C8FC98; /* light green */
	height: 165px; /*Height of top section*/
	background-image: url("images/gradient1.png");
	background-repeat: repeat-x;
}

#rightcolumnwrapper
{
	float: left;
	width: 100%;
}

#rightcolumn
{
	margin-left: 450px; /*Set left margin to LeftColumnWidth*/
	background: #C8FC98;
	padding-top: 5px;
	min-height: 300px;
}

#leftcolumn
{
	float: left;
	width: 450px; /*Width of left column*/
	margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/
	background: #C8FC98;
	padding-top: 5px;
	min-height: 300px;
}

#footer
{
	clear: left;
	width: 100%;
	background: black;
	color: #FFFFFF;
	text-align: center;
	font: normal 10pt arial;
	padding: 10px 0;
	background-image: url("background/walls/stucco7.jpg");
}

#footer a
{
	color: #FFFF80; /* light yellow */
}

#footer a:hover {
	color: red;
}


.innertube
{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

/* header of each topic title */
.topicheading
{ 
	cursor: pointer;
	font-family: Arial;
	/* font-size: 14pt; */
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid gray;
	vertical-align: middle;
	background: #E1E1E1;
	clear: both;
}

/* this is style of the dropdown content box */
.topiccontent
{
	font: normal 10pt Verdana;
	background: #FAFAD2;
	border: 1px solid gray;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
}

/* this is added to the topic header when open*/
.openheading
{ 
	background: #ADFF2F
}

p.sectionheading
{
	background: rgb(45,22,7);
	border: 2px solid black;
	color:white;
	padding: 3px;
	margin-bottom: 0;
}
#contentsheading
{
	margin-top: 5px;
	margin-bottom: 0px;
	border-top: solid 3px rgb(102,0,0);
	border-bottom: solid 3px rgb(102,0,0);
	padding:3px
}

img.tocicon {
	border: none;
	float: left;
}
