/* CSS Definitions for Go Teach */



/* general font definitions */

body {
		text-align:center;
		}
	
	#outside {
		width:650px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
	
			}
		
	#leftcolumn {
		width:160px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#leftcolumn h1 {
		font-size:14px;
		padding:0px;
		margin:0px;
		}

	#centercolumn {
		z-index:2;
		width:490px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#centerbottom {
		z-index:2;
		width:490px;
		padding:0px;
		float:left;
		background:#0000ff;
		}


	
	#centercolumn p,h1 {
		padding: 10px 10px 10px 10px;
		}
	
	#centercolumn p {
		color:#0000ff
		}

	#centercolumn p {
		text-align: justify
		}

	#extrapage {
		z-index:2;
		width:600px;
		padding:0px;
		float:left;
		background:#fff;
		}

	
	#extrapage p,h1 {
		padding: 10px 10px 10px 10px;
		}
	
	#extrapage p {
		color:#0000ff
		}
	

	#rightmargin {
		width:22px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#header {
		background:#FFF;
	
		}
	
		
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#header h1 {
		font-size:14px;
		padding:0px;
		margin:0px;
		}

	#header p {
		font-size:12px;
		color:#0000ff;
		}


	A.left:link {text-decoration:none; color:black}
	A.left:visited {text-decoration:none; color:black}
	A.left:hover {text-decoration:underline; color:white}
	
	A.cen:link {text-decoration:none; color:black}
	A.cen:visited {text-decoration:none; color:black}
	A.cen:hover {text-decoration:underline; color:black}

	A:link {text-decoration:none; color:#008000}
	A:visited {text-decoration:none; color:#008000}
	A:hover {text-decoration:underline; color:#008000}

	.globe, .globe TD, .globe TH{
		background-image:url('globe-watermark-480.gif');
		
	}


/* begin styles for RSS Feed */

.rss_box {
	 margin: 1em;
	 width: 90%;
	 background-color: #FFF;
	 border: 1px white;
	 
}
.rss_items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#008000;
}
p.rss_title {padding:0.5em;}

a.rss_title {
	font-size: 16pt;
	background-color: white;
	color: #008000;
	font-weight:bold;
	text-align: center;
}
.rss_title {
	font-size: 10pt;
	background-color: white;
	color: gray;
	font-weight:bold;
	text-align: center;
}

.rss_item  {
  color:#0000ff
  font-size: 14pt;
  list-style:none;
  padding-bottom:1em;
}

.rss_item a {
	font-size: 14pt;
	font-weight:bold;
        color:#008000;
	}
	
.rss_item a:visited {
	color:#0000ff;
}

.rss_date {
	font-size: 10pt;
	color:#0000ff;
	}

