img{
border: 0px; 
}
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: underline; color: black;}

/*************************************************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: 833px; /*Width of main container changed from 840px */
margin: 0 auto; /*Center container on page*/

}

#topsection{

height: 353px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/

}

#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: 14px;
	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: underline; color: #0046d5;}

/* left menu stuff */
.grey_content_box{
	margin-top: 20px;
	border: 1px solid white; /*#e9eceb;*/
	border-collapse: collapse;
	margin-left: 3px;
	margin-right: 3px;
	width: 180px;
	background-color: #e5e5e5;
}

.grey_content_box A:link {text-decoration: none; color: #0046d5;}
.grey_content_box  A:visited {text-decoration: none; color: #0046d5;}
.grey_content_box  A:active {text-decoration: none; color: #0046d5;}
.grey_content_box  A:hover {text-decoration: underline; color: #0046d5;}


.grey_content_box td{
	padding-left:10px; 
	padding-right: 3px;

	border: 2px solid white;
}
.grey_content_box_title{
	/* background-image: url('images/box_top.jpg'); background-repeat: x; */			
	background-color: grey;
	color: white; 
}


/* stop underline from appearing on header logo */
#header_logo{
	text-decoration: none;
}