﻿/* ($Id: 0100style.css 666 2011-05-18 07:59:18Z winterjp $) */
/*  General formatting definitions
************************************************************************************************************************/

html {
	font-family:Arial, Helvetica, sans-serif;
}

strong {
	font-weight:bold;
}

a {
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-family:'Georgia','Times new Roman';
	/*heading margin set relative to font-size*/
	margin-bottom:.5em;
}

/* list-styles */

ul {
    list-style-type:disc;
}

ol {
    list-style-type:decimal;
}


/*  General class definitions for global use - delete if not using any of these
************************************************************************************************************************/

.sys_show {
	display:block;
}

.sys_hide {
	display:none;
}

.sys_clear {
	clear:both;
	margin:0;
	padding:0;
	border:0;
	height:1px;
	width:1px;
	float:none;
}

/* Content section formatting */

div#content_section h2 
{
    /*heading padding/margin set relative to font-size*/
    padding-top: .5em;
    margin-bottom: 1em;
}

div#content_section p 
{
    /*paragraph padding/margin set relative to font-size*/
    margin-bottom: 1em;
}

div#content_section ul,
div#content_section ol
{
    /*list padding/margin set relative to font-size*/
    margin: 0 0 2em 4em;
}

div#content_section ul li,
div#content_section ol li
{
    font-weight: normal;
    /*list padding/margin set relative to font-size*/
    /*padding-left: 1em;*/
    margin-bottom: .75em;
}


/* Navigation section formatting */

div#subnavigation_section ul {
    list-style-type:none;
}

/* Footer section formatting */

div#footer_content ul {
    list-style-type:none;
}