h3
{
	margin: 0em 16em 0.1em 0em;
	padding-right:0px;
}

div.home_cont, div.home_cont a
{ 
	font-size:17px;
}

/*RIGHT SIDE MENU*/
div.home_menu_right
{
	float:right;
	bottom: 0px;
	width: 215px;
	height: 345px;
	background-color: #E5ECF9;
	color:#003153;
	padding: .5em;
	margin-left: 15px;
	text-align:right;
	/*border-color:#fff;
	border-width: 0px 0px 0px 3px;
	border-style: solid;*/
}

div.main_event_right
{
	font-weight: bold; 
	font-size:15px;
	font-style:normal;
	margin-bottom:2em;
}

div.menu_title_right
{
	border-color:#003153;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	font-weight: bold; 
	font-size:15px;
	font-style:normal;
	margin-bottom:5px;
}

div.details_right
{
	font-weight: normal;
	font-size:10px;
	font-style:normal;
	margin-bottom: 2em;
}

div.home_menu_right a
{
	text-decoration: none;
	color:#003153;
}

div.home_menu_right a:hover
{
	color: #007BA7;
	text-decoration: underline;
}

div.homepage_event a
{
    font-size: 16px;
    text-decoration: underline;
    color: #007BA7;
    font-weight: bold;
    margin-top:2em;
    letter-spacing:.2em;
}
    
    

/*FOOTER STUFF*/
div.footer_link
{
    float: right;
    height: 100%;
}

div.footer_content
{
    height: 100%;
    width: 60%;
    margin-left:20%;
}

div.footer_left
{
    float:left;
    height: 100%;
    width: 20%;
}

