
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
    color:#000;
}

body {
	line-height: 1;
    color:#000;
}

li {
  margin-top:10px;
  margin-left:0px;
  text-indent: 0px;
  text-align:left;
}

 }


/* Reset for HTML 5 Elements
------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Type
------------------------------------------------------------------------------*/

html {
	font-size: 16px;
}

body {
	color: #000;
	font: 75%/1.5em Helvetica, Arial, sans-serif;
}


h1 {
font-size: 2em;
font-family: Calibri, Century Gothic, Arial;
color: #FDFFE6;
line-height:1.25;
margin-top:20px;
}

h2 {
font-size: 2.5em;
}


h3 {
	font-size: 1.3em;
	font-weight: bold;
}

/* Header Tag Line
------------------------------------------------------------------------------*/
h4 {
	font-size:1.2em;
    text-align:center;
    color:#000;
}


p {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	text-align: left;
}

small {
      font-size:.75em; }

ul {
	list-style: disc;
	color: #38261E;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

strong, b, .b {
	font-weight: bold;
}

a {
	color: #0000FF;
	text-decoration: none;
    font-weight:bold;
}

a:hover {
	color: #00A5FF;
	text-decoration: underline;
    font-weight:bold;
}

a:active {
	color: #0000FF;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}

.more {
	text-decoration: underline !important;
}

/* Spacing
------------------------------------------------------------------------------*/



h1, h2, h3, h4, h5, h6 {
	padding-bottom: 3px !important;
}

hr {
    height:0px;
    visibility:hidden;
    width:100%;  
}

p {
	margin-right: 10px;
	padding: 5px 0;
}


p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 10px;
}
img {
padding:5px;
align:center; 
 }

/* Layout
------------------------------------------------------------------------------*/

html {
	background: url(../images/body_bkgd.png) repeat-x;
	padding: 0px 0px 40px 0px;
	text-align: center;
}

body {
	margin-bottom: 20px;
	margin: 0 auto;
	position: relative;
	border: none;
}


.container {
    width:97%;
	max-width: 960px;    
    margin:0 auto;
    text-align:left;
    position:relative;
    margin-top:0;
    margin-bottom:0;
}


.colLeft {
    padding-top:5px;
	float: left;
	width: 50%; /* 460/960 */
	border: none;
}

.colRight {
	float: right;
    padding-top:5px;    
	width: 50%; /* 460/960 */
	border: none;
}


.main {
    width:100%;
    position:relative;
    padding:15px;
 }

.container ul {
    list-style-image:url('../images/bullet2.gif');
	line-height: 1.3em;
    margin-left:25px;
}

.container li {
    text-indent: 0px;
	margin-top: 10px;
}

    

footer {
	clear: both;
	background: url(../images/foot_bkgd.png) repeat-x;
	padding-top: 10px;
	border: none;
}

footer p {
	float: left;
	font-size: 0.8em;
    color:000;
	border: none;
}

footer ul {
	float: right;
	list-style: none;
	width: 66%;
	margin-left: 0;
	padding-top: 3px;
	text-align: right;
	border: none;
}

footer ul li {
	display: inline;
	margin: 0 5px;
	border: none;
}

footer ul li a {
	font-size: 0.9em;
}

footer ul li a:hover {
	color: #0000FF;
}


@media screen and (max-width:650px)
    
	.colLeft, .colRight {
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}

    h1 {
    margin-top:5px;
    text-align:center; } 
    
    
	footer p {
		float: none;
		text-align: center;
		margin-right: 0;
	}
	footer ul {
		float:none;
		text-align: center;
		width: 100%;
		margin-left: 0;
	}
	footer ul li {
		padding-left: 0;
	}
	p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 480px)
    p {
    font-size: 1.2em;
     }

   
	nav ul {
		height: 100%;
	}
	nav ul li {
		display: block;
		text-align: center;
		width: 100%;
		padding: 8px 0;
	}
	nav ul li a {
		padding: 0;
		font-size: 1.4em;
	}
	nav ul li a.selected {
		background: none;
		border-bottom: 2px solid green;
	}
footer p {
	float: left;
    margin-left: 1.041666666667%; /* 10/960 */
 	font-size: 0.8em;
    color: #000000;
	border: none;
}
    
}
