@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fonts/league_gothic-webfont.eot');
    src: url('fonts/league_gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/league_gothic-webfont.woff') format('woff'),
         url('fonts/league_gothic-webfont.ttf') format('truetype'),
         url('fonts/league_gothic-webfont.svg#LeagueGothicRegular') format('svg');
    /*font-weight: normal;
    font-style: normal;*/
}

a {
	color:#cc6666;
}
A:hover {
	color: #666666;
	text-decoration: underline;
}

.maincontainer {
	width: 900px;
	text-align: left;
}

.subscribe {
	width:900px;
	text-align:right;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	font-family:Arial;
	padding-top:15px;
}

.nav {
	float:right;
	height:24px;
	margin:2px;
	padding:10px;
	font-family: LeagueGothicRegular;
	font-size:22px;
	letter-spacing:0px;
	color:#ffffff;
	background-color:#000000;
}
a.navlink {
	color:#ffffff;
	text-decoration:none;
}
a.navlink:hover {
	color:#e72e21
}




.articledate {
	font-size: 10px;
	color: #cccccc;
	font-family:
	Arial;
	font-weight: normal
}

.articletitle {
	margin-top: 10px;
	font-family: LeagueGothicRegular;
	font-size: 52px;
	color: #000000;
	margin-bottom:10px;
	line-height: 44px;
}

.subtitle {
	letter-spacing:-1px;
	font-size: 19px;
	color: #000000;
	font-family: Helvetica, Arial;
	font-weight: bold;
	margin-bottom:10px;
}

.articlebody {
	color: #333333;
	font-family: Georgia, Times New Roman;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 30px;
	text-decoration: none;
	text-align: justify;
	
}

.byline {
	color: #000033;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.note {
	color: #336699;
	font-family: Arial;
	font-size: 11px;
	text-align: justify;
}

.photo {
float: right;
margin-left: 15px;
FONT-SIZE: 10px;
FONT-FAMILY: Arial, Verdana;
font-weight: bold;
text-align: center;
COLOR: #0099cc;
line-height:1.0em;
}
.photocaption {
float: right;
margin-left: 15px;
FONT-SIZE: 10px;
FONT-FAMILY: Arial, Verdana;
font-weight: normal;
text-align: right;
COLOR: #ccc;
line-height:1.0em;
font-style:italic;
}

.photol {
float: left;
margin-right: 15px;
FONT-SIZE: 10px;
FONT-FAMILY: Arial, Verdana;
font-weight: bold;
text-align: center;
COLOR: #0099cc
line-height:1.0em;
}
.photoc {
display: block;
margin-left: auto;
margin-right: auto;
FONT-SIZE: 10px;
FONT-FAMILY: Arial, Verdana;
font-weight: bold;
COLOR: #0099cc
line-height:1.0em;
}

.pullquote {
margin-left:40px;
margin-right:25px;
font-weight:bold;
font-style:italic;
}


.stbuttontext {
color:#336699;
background: #FFFFFF;
font-family: Arial;
font-size:10px;
text-decoration: none;
}
.stbuttontext:hover {
color:#ff3333;
background: #FFFFFF;
font-family: Arial;
}
.highlight {
background: #ffff66;
}


