/** overall hyperlink formating , for links at 'past articles and news'  **/
a { font-weight: bold; text-decoration: none;}
a:link, a:visited { color: #006699;}
a:hover { color: #000066;}

/** main text formating for pages **/
body {
 margin: 0;
 background-color: #3366CC;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 75%;
 color: #333333;
}
td { font-size: 75%; }
h1 {
	font: bold 200%/100% Arial, Helvetica, sans-serif;
	zfont-size: 2em;
	zfont-weight: bold;
	letter-spacing: -1px;
	margin: .6em 0;
}
h2 { color: #313131; font-size: 1.6em; font-weight: bold; }
h3 { color: #313131; font-size: 1.4em; font-weight: bold; }
h4 { color: #313131; font-size: 1.3em; font-weight: bold; }

/** article heading text **/
#column_normal h1 {
	font-size: 2.2em;
	color: #FF6600;
}

p {
	margin: 0 0 .6em 0;
}


/** horizontal line  **/
/** was: hr { color: #CCC2E1; height: 1px; width: 100%; } **/
hr { color: #006699; background-color: #006699; border: 0; height: 1px; width: 100%; }

/** list bullet format **/
li {
	list-style-image: url(images/arrow_li_9x11bottom.gif);
	vertical-align : bottom;
	text-indent : 0px;
}

/** form button **/

fieldset.csc-mailform {border:0; margin:0; padding: 0}

#mailform input.csc-mailform-submit {
	background: #0099FF;
	border: 1px solid #006699;
	color: #FFFFFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
}

#mailform label {display: block}

/** input field format i.e username and password boxes **/
#mailform input, #mailform textarea {
	background: #EFF3FF;
	zfont: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	border: 1px solid #CCCCFF;
	margin: 0 0 5px 0;
}

/** small text for footer, copyright info **/
#footer p {
	color: #99CCFF;
	zfont-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: center;
}
#footer a {
	color: #99CCFF;
	font-weight: normal;
}

/** main menu text format as well as hyperlink format **/
#menu {
	color: #006699;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}

#menu a, #menu a:link, #menu a:visited {padding: 2px 2px 2px 1px; color: #006699; }
#menu li a:hover { background: #F4FEFF; }
div#menu {padding: 0 0 10px 5px;}
#menu ul {padding: 0 0 0 15px; margin: 0}
#menu li {padding: 0; margin: 0; }
#menu ul li {list-style-image: url(images/arrow_7x10bottom.gif);}
#menu ul ul li {list-style-image: url(images/arrow_dot_8x8.gif);}
#menu .current a  { color: #FF6600; }

/** breadcrumb same as main menu but for the top navigation bar text if used **/
#breadcrumb { color: #006699; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; letter-spacing: 0px; text-decoration: none; }
#breadcrumb img { margin: 0 5px; }
#breadcrumb a:link, #breadcrumb a:visited { color: #006699; font-weight: bold; }
#breadcrumb a:hover { color: #FF6600; }

div#page_lastupdate {padding: 0 12px; font-style: italic}

/** text in the category selection page **/
#column_right, #column_left {
	color: #036;
	font-size: .95em;
	text-align: left;
}
#column_left { padding: 10px 2px;}
#column_right p {
}
#column_left h1,
#column_right h1 {
color: #369;
line-height: 1em;
margin-bottom: .25em;
}

div#column_normal {
	color: #333333;
	zfont-family: Verdana, Arial, Helvetica, sans-serif;
	zfont-size: 11px;
	text-align: justify;
	line-height: 1.5em; 
	margin: 0 30px 0 12px;
}

