@charset "utf-8";


/************************************************************************************************************************/
/* Browser Reset */
/************************************************************************************************************************/
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, 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 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section 
{
	display: block;
}
body 
{
	line-height: 1;
}


ol, ul
{
	list-style-type:disc;
	list-style:disc;
	margin: 15px;
	padding: 0px;

}

li
{
/*	color:#0F3; */
	list-style: disc;
	list-style-type:disc;
}


blockquote, q 
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after 
{
	content: '';
	content: none;
}
table 
{
	border-collapse: collapse;
	border-spacing: 0;
}


/************************************************************************************************************************/
/* Document things */
/************************************************************************************************************************/
div {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

body
{
/*	background-color:#CEBC93; */
/*	background-image:url(images/decor/straw1.jpg);	*/
}

#copyrightDiv
{
/*	height:150px; */
	 background-color:#FFF;
}


#linkCOntainer
{
	background-color:#FFF;
}


.normText{font-size:14px;				color:#000;		text-align:center;	}
#webmaster{font-size:11px;		font-weight:bolder;		color:#000000;		text-align:center;	}
#webmaster a{	color:#000000; text-decoration: none;}
#webmaster a:hover {color:#004; font-size:15px; font-weight:bolder; }

.editorInputDetails		{color:#000; font-size:14px; text-align:left; padding-left:5px;}
.editorLabelDetails		{color:#000; font-size:14px; font-weight:bolder; text-align:left; padding-left:2px;}
.editorButtonDetails	{color:#000; font-size:14px; font-weight:bolder; }
.editorOptionDetails	{color:#000; background-color:#EEE; font-size:14px; font-weight:bolder; border:1px solid #000;}

.newsLinks { cursor:pointer;}

h1	{ font-size:18px; font-weight:bold; }
h2	{ font-size:16px; font-weight:bold; }
h3	{ font-size:14px; font-weight:bold; }
h4	{ font-size:12px; font-weight:bold; }
