/*RESET*/
HTML, BODY, DIV, SPAN, APPLET, OBJECT, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD, ARTICLE, ASIDE, CANVAS, DETAILS, EMBED, FIGURE, FIGCAPTION, FOOTER, HEADER, HGROUP, MENU, NAV, OUTPUT, RUBY, SECTION, SUMMARY, TIME, MARK, AUDIO, VIDEO, INPUT, TEXTAREA, BUTTON
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ARTICLE, ASIDE, DETAILS, FIGCAPTION, FIGURE, FOOTER, HEADER, HGROUP, MENU, NAV, SECTION
{
	display: block;
}
:focus
{
	outline: 0;
}
OL, UL
{
	list-style: none;
}
/*SITE*/
HTML
{
	overflow: scroll;
}
/*HOME **********************************/
#newsBar
{
	font-family:Century Gothic;
	overflow: hidden;
	_width: 900px;
	_position: relative;
}
#newsBar UL
{
	height: 30px;
	padding: 0 5px 0 15px;
	overflow: hidden;
	position: relative;
}
#newsBar UL LI
{
	float: left;
	font: bold 15px / 30px "century Gothic";
	color: #FFF;
	text-align: center;
	_margin:4px 0 0 0;
}
#newsBar UL .border
{
	color: #ffffff;
	font-size: 12px;
	margin: 0 18px 0 6px;
	text-shadow: 3px 0px 2px rgba(0, 0, 0, 0.47);
}
#newsBar UL LI A
{
	color: #EDC200;
	white-space: nowrap;
	text-decoration: none;
	margin: 0 5px;
}
#newsBar UL LI A:hover
{
	text-decoration: underline;
	color:#FF6600;
}
.NewsHeadingg
{
	width: 80px;
	float: left;
	font: italic 23px / 30px "Times New Roman", Times, FreeSerif, serif;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	position: relative;
	_margin:4px 0 0 0;
	background-color:#0E719E;
}
.Newscontainer
{
	height: 30px;
	width: 1000Px;
	margin: 0 auto;
	background-color: #0E719E;
}
