/* First we clear all the css setting, so style will start with same setting in different browsers*
*******************************************************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, 
cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/*Defined html elements *
******************************************************************************************************************************/
html {
	background-color:#f1f1f1;
}
body {
	line-height: 1.25;
	color: black;
	width:760px;										/*The width of the site (Should be 955 or 760)*/
	margin:0 auto;
	font-family: verdana, "ms sans serif", arial;		/*Changing the font family here will change it in most places */
	font-size: 11px;									/*Changing the font size here is increase or decrease the font on the whole site*/
	font-weight: normal;
	padding-left:10px; 
	padding-right:10px;
	background-color:#ffffff;							/*Background of the main page */
	
}

a {
	text-decoration: none;
	color:#003868;
	padding-right:12px;
	font-weight:bold;
}

a:hover {
	color: #999999;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

/* The class header1 is the only class that I needed to add.  This will control the heading colors.
********************************************************************************************************************/
.header1 {background-color:#69C7FB; color:#023867;}


div#nav {height:24px; width:760px; background-color:#cc3232; margin:0 0 0 0px; padding-top:5px; vertical-align:middle;}

.topnav {
	font-size: 1em; 
	padding-left:5px;
	background-color:#cc3232;	/*This will change the background color on our pages too */
	line-height:1.6em;
	color:#ffffff;
}
.news_descrip {
	padding-left: 10px;
	padding-right:10px;
}
.welcomebox {
	padding-left: 15px;
	padding-right:15px;
}
.actionbox {
	font-size: 1.1em;
	font-weight : bold;
	color:#be7027;
	line-height:19px;
}
.newsbox {
	padding-left: 15px;
	padding-right:10px;
}
.newslink {
	font-size: 1.1em;
	text-decoration: none;

}
.issuebox {
	padding-left: 15px;
	padding-right:10px;
	padding-bottom:9px;
}
.issueboxhead {
	font-weight : bold;
	padding-left: 15px;
	padding-right:10px;
	padding-bottom:9px;
	padding-top:5px;
}
.issuelink {
	color:#ffffff;
	font-weight:normal;
	padding-bottom:20px;
}
.morelink {
	font-size: 1.1em;
	padding-left: 5px;
	padding-right:10px;
}
.footer {
	font-size: .9em;
	text-align: center;
}
.sitetool {
	font-size: .9em;
	font-weight : bold;
	text-decoration: underline;
	color:#bb000a;
}
.articleheadline {
	font-size: 14px;
	font-weight : bold;
}
.credit {

}
.articlecopy {
	font-size: 1.1em;
	line-height:1.35em;
}
.issue_title {
	font-size: 1.35em;
	font-weight : bold;
	padding-left:30px;
	color:#ffffff;
}
.issue_descrip {
	font-size: 1.18em;
	font-weight : bold;
	color:#ffffff;
	padding-left:30px;
}
