/* _____ Global ______________________________ */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4 em;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

body {
	font-size: 62.5%;
	/*background: url( ) top center repeat; */
/* _____ f97258 ______________________________ */ 
}

/* _____ main interface ______________________________ */
#mainContainer {
	width: 900px;
	margin: 0 auto 0 0;
	text-align: left;
}

#header, #topNav, #left, #center, #right, #footer {
	overflow: hidden;
}

/* _____ Header ______________________________ */

#header {
	width: 805px;
	background: #fff;  
}


/* _____ Left ________________________________ */

#left {
	width: 160px;
	float: left;
}

/* _____ breadCrumb ______________________________ */

#topNav {
	background: #c41331;
	height: 30px;
	margin: 0px; 
	color: #fff; 
	text-decoration: underline;
}

#topNav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
text-decoration: underline;
}

#topNav li {
	display: none;
	float: left;
	text-decoration: underline;
}

#topNav a {
	padding: 10px 0px 14px 0px;
	font-size: 1.2em;
	color: #ffad27; 
	text-decoration: underline;
}

/* _____ Center ______________________________ */

#center {
	float: left;
	width: 380px;
	margin: 0px 0px 0px 20px;
}

/* _____ Right _______________________________ */

#right {
	float: right;
	width: 170px;
}

/* _____ Body Home Page ______________________________ */

#homecopy {
	float: left;
	border-right: 6px solid #fff; 
	color: #000;
	font-size: 1.3em;
	padding: 0px;
	margin-top: 0px;
	width: 799px;
}

#homecopy a {
	color: #999;
	text-decoration: none;
	margin: 0 5px;
}

#homecopy a:hover {
	text-decoration: underline;
}

/* _____ form on homepage in homepage body ______________________________ */


#homepage {
	float: left;
	border-right: 6px solid #fff; 
	color: #000;
	padding: 0px;
	margin-top: 0px;
	width: 799px;
}

#homepage #subscribeText {
	text-decoration: none;
	font-size: 1.3em; 
	margin: 0;
	padding: 10px 0px 10px 0px; 
 text-align: center;
}

#homepage #subscribeForm {
	text-decoration: none;
	font-size: 1.3em; 
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 0px; 
 background: #042248; 
}

/* _____ mininav on homepage in homepage body ______________________________ */


#mininav {
	padding: 0px 0px 0px 0px;
	color: #fff;  
}

#mininav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	color: #fff; 
}

#mininav li {
	display: block;
	float: left;
}

#mininav li a {
	padding: 0px 5px 0px 5px;
 margin: 10px;
	font-size: 1.3em;
	padding: 10px 0; 
}

#mininav li a:hover {
	text-decoration: none; 
}


#storyTable {
 float: left; 
 width: 207px;
 margin-bottom: 5px;
 padding-bottom: 10px; 
}

#storyTitle {
 padding: 2px 3px 3px 6px;
	text-decoration: none; 
 color: #3531ce;
}

#storyCopy { 
 padding: 6px 3px 3px 6px;
 color: #340002;
}

#storyLink {
 padding: 6px 3px 3px 6px;
 color: #340002;
 vertical-align: middle;
}
#storyLink a {
 color: #340002;
}

.breadcrumb  a {
	text-decoration: underline;
	font-size: 1.0em;
	color: #000;     
}

.breadcrumb {
	padding: 5px 10px 5px 10px;
	margin: 5px 0px 5px 0px;
	font-size: 1.0em;
	color: #000;     
}

.leftNav {
	padding: 10px 0px 10px 10px;
	font-size: 1.3em;
	color: #fff;
	font-weight:normal;
	}

.leftNav:hover {
	text-decoration: underline;
}

.leftNavLI {
    color: #F34103; 
	margin: 0px 0px 0px 30px; 
	padding: 0px; 
	font-size: 1.1em;
    }
