
A
{
/* font-size: 13px; */

}
A:link {text-decoration: none; color: black;}
A:visited {text-decoration: none; color: black;}
A:active {text-decoration: none; color: black;}
A:hover {text-decoration: none; color: green;}

/*************************************************88 start page layout ***********************************************/

body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: Verdana, Arial, Helvetica, sans-serif;



}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container changed from 840px */
margin-left: auto; /*Center container on page*/
margin-right: auto; /*Center container on page*/
}

#topsection{

height: 353px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#id_video{
	width: 640px;

	margin-left: auto; /*Center container on page*/
	margin-right: auto; /*Center container on page*/
}

#footer{
clear: left;
width: 100%;
text-align: center;
font-size: 9px;
}

#footer a{
color: #000000;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/************************************************* end of page layout ***********************************************/

/************************8 stuff i added, below here  **************************************/

#logo{
	border-style: none;
	margin-top: 10px;
	margin-bottom: 0px;
}

#links_menu{
	margin-top: 15px;
	margin-bottom: 20px;
}

#right_col_text{
	padding: 10px 20px 10px;
	font-size: 14px;
}

#page_title{
	color: #0046d5;
	margin-top: 10px;
	margin-bottom: 10px;
}
#page_title h1{
	font-size: 18px;
	font-family: Verdana, Ariel, Helvetica, sans-serif;
}

.paras{
	margin-top: 0px; 
	margin-bottom: 10px;
}


.blue_and_green_links A:link {text-decoration: none; color: #0046d5;}
.blue_and_green_links A:visited {text-decoration: none; color: #0046d5;}
.blue_and_green_links A:active {text-decoration: none; color: #0046d5;}
.blue_and_green_links A:hover {text-decoration: none; color: green;}

