/* CSS Document */

a:link {color: #FFFFFF;}
a:visited {color: #FFFFFF;}
a:hover {color: #10C8CD;}
a:focus {color: #EC1559;}
a:active {color: #EC1559;}
a { text-decoration:none }
a img {border: 0 none;}

/* ~~~~~~~~~~~~~~~~~~~ Menu ~~~~~~~~~~~~~~~~~~~~ */
h1{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: lowercase;
	color:#FFFFFF;
	padding-top: 0px;

	}
	
p2{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: lowercase;
	color:#FFFFFF;
	padding-top: 10px;
	}	
	
/* News Header */
h2{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#10C8CD;
	line-height:0px;
	}
	
/* News Date */
h3{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#EC1559;
	text-indent: 30px;
	font-weight: lighter;
	}
	
/* News Subject */
.newsubject{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: lowercase;
	font-weight: lighter;
	color:#FAF93C;
	line-height:0px;
	}

/* News Body */
h4{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: lighter;
	color:#FAF93C;
	}
	
/* Right Content Header */
h5{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#213341;
	line-height:0px;
	}		
		
/* Right Content Body */
h6{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: lighter;
	color:#4a4a4a;
	}	
	
h7{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#213341;
	line-height:20px;
	}
	
/* Centered text */
p{
	text-align: center;
	}		
		


	
/* ~~~~~~~~~~~~~~ DIV BOXES ~~~~~~~~~~~~~ */
#leftcontent{
  width: 295px;
  height:auto;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 10px;
  border: 0px solid #666;
}
#rightcontent{
  width: 300px;
  height:auto;
  padding-top: 17px;
  padding-left: 20px;
  padding-right: 10px;
  border: 0px solid #666;
}