@font-face {
	font-family: 'Alike';
	font-style: normal;
	font-weight: 400;
	src: local('Alike'), local('Alike-Regular'), url(fonts/Alike/Alike-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(fonts/Open_Sans/OpenSans-Regular.woff) format('twoff');
}



body
{
font-size: 14px;
font-family: "Open Sans",Helvetica,"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}
.me
{
	font-weight: bold;
}
#top
{
	padding: 10px;
	position: fixed;
	left:0;
	top: 0;
	width: 100%;
	background-color: #3A608A;
	color: #fff;
	font-family: Alike,Georgia,"Bitstream Charter","Times New Roman",Times,serif;
}
#top a, #top a:active, #top a:hover, #top a:visited
{
/* 	color: #DE7D40; */
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid;
}
a, a:active, a:hover, a:visited
{
	color: #3A608A;
/* 	AB724E; */
	text-decoration: none;
/* 	border-bottom: 1px solid; */
}
#top ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#top ul li
{
	display: inline;
	margin-left: 5px;
	margin-right: 18px;
}
#top h1
{
	margin: 10px 0 0 0;
}
#content
{
	margin-top: 100px;
	max-width: 750px;
}
a.anchor
{
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}
table .header-left
{
/* 	background-color: #3A608A; */
background-image:url(tab-bg-orange.png);
background-repeat:repeat-x; 
background-position: 0 40px;
width: 100px;
/* 	background-position:right 0px; */
/* 	background-repeat:no-repeat; */
}
table .header-right
{
	color: #3A608A;
	color: #DE7D40;
	text-align: left;
	font-size: 1.5em;
	padding-top:30px;
	font-family: Alike,Georgia,"Bitstream Charter","Times New Roman",Times,serif;
}
table .sub-header-right
{
	color: #3A608A;
	text-align: left;
	font-size: 1.2em;
	padding-top:15px;
	font-family: Alike,Georgia,"Bitstream Charter","Times New Roman",Times,serif;
}
#table
{
/* 	border-spacing: 15px 5px; */
/* 	max-width: 720px; */
}
#table table
{
	border-spacing: 15px 5px;
}
table .date
{
	text-align: right;
	vertical-align:text-top;
/* 	color:#DE7D40; */
}
.date .months
{
	font-size: .8em;
	display: block;
}

#pic
{
	position:absolute;
	border: 1px solid #aaa;
	left: 510px;
	top: 140px;
}
#pic img
{
	vertical-align: middle;
        width: 240px;
}

#hcv-mobile
{
    display:none;
    color: #7097C3;
}


@media only screen and (max-width: 749px) { 
#content
{
	max-width: 100%;
	margin-top: 100px;
}

/*#hcv-mobile
{
    display:inline;
}*/

#hcv
{
    font-size: 16px;
    font-weight: normal;
    display: block;
}

#hname
{
    display: block;
}

#pic
{
	position:static;
	border: 1px solid #aaa;
	width: 260px;
	left: auto;
	top: auto;
	vertical-align: middle;
        margin: auto;
}
#pic img
{
	vertical-align: middle;
        width: 100%;
}

#top
{
	max-width: 100%;
}

#top h1
{
    display: inline;
    margin: auto;
    text-align:center;
}
#top ul
{
    display:none;
}

td
{
    font-size: 14px;
}

}
@media only screen and (max-device-width: 749px) { 
#content
{
	max-width: 100%;
	margin-top: 100px;
}

/*#hcv-mobile
{
    display:inline;
}*/

#hcv
{
    font-size: 16px;
    font-weight: normal;
    display: block;
}

#hname
{
    display: block;
}

#pic
{
	position:static;
	border: 1px solid #aaa;
	width: 260px;
	left: auto;
	top: auto;
	vertical-align: middle;
        margin: auto;
}
#pic img
{
	vertical-align: middle;
        width: 100%;
}

#top
{
	max-width: 100%;
}

#top h1
{
    display: inline;
    margin: auto;
    text-align:center;
}
#top ul
{
    display:none;
}

td
{
    font-size: 14px;
}

}

