body {
	margin: 0; padding: 0;
	font-family: Arial, sans-serif;
} 

a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

/* Zero-out browser default margins/padding */
h1,h2,h3,h4,h5,h6,p,a,ul,ol,li,dl,dt,dd,form,blockquote,cite,img,div {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {	font-weight: bold; }

h1 { 
	font-size: 1.6em; 
	margin: .75em 0 .75em 0; 
	color: #000000; /* black */
	text-align: left;
}

h2 { 
	font-size: 1.3em; 
	margin: 0 0 .5em 0; 
	color: #1503b7; /* dark blue */
	text-align: left;
}

h3 { 
	font-size: 1.1em; 
	color: #7e8283; /* dark gray */
	text-align: left;
}

h4 {
	font-size: 14px;
	line-height: 16px;
	color: #1503b7; /* dark blue */
	text-align: left;
}

h5 {
	font-size: 12px;
	line-height: 14px;
	color: #1503b7; /* dark blue */
	text-align: left;
}

h6 { 
	font-size: 14px;
	line-height: 16px;
	color: #000000; /* dark blue */
	text-align: left; 
} 

p {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	margin-bottom: 1em;
}

font {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	margin-bottom: 1em;
}

.boldspan {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	margin-bottom: 1em;
	font-weight: bold;
}
	
a img {
	border: none;
}

ul {
	margin: .2em 0 1em;
}

li {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	margin: 0 0 .3em 2em; 
}

blockquote {
	font-family: Arial, sans-serif;
	float: none;
	display: block;
	margin: 1em auto;
	width: 80%;
	border: 1px solid #999;
	font-size: .8em;
	padding: 16px 18px 24px 18px;
	background: #f3f3f3 url(../images/medgrayleft_quote.gif) top left no-repeat;
}

blockquote.right {
	font-family: Arial, sans-serif;
	float: right;
	clear: right;
	border: 1px solid #999;
	width: 170px;
	font-size: .8em;
	margin: 5px 5px 10px 5px;
	padding: 16px 18px 24px 18px;
	background: #f3f3f3 url(../images/medgrayleft_quote.gif) top left no-repeat;
}

cite {
	font-family: Arial, sans-serif;
	font-size: .85em;
	font-style: italic;
	color: #000;
	display: block;
	text-align: right;
	margin-right: -18px;
	margin-bottom: -24px;
	padding: 0 24px 24px 0;
}

form {
	text-align: left;
}

fieldset {
	margin-top: 0.5em;
}

img.decorative {
	/* For images which are really just ornamental (even better than using this class, define the image in css only!) */
	float: right;
	margin: .2em 1em 1em;
	border: 1px solid #333;
	}

.buttonscontainer {
	width: 140px;
	margin: 1.5em 0 2em 0;
	}

.buttons a {
	color: #7e8283;
	background-color: #ffffff;
	padding-top: 10px;
	padding-left: 0px;
	height: 30px;
	display: block;
	font: Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	}

.buttons a:hover {
	background-color: #7e8283;
	color: #ffffff;
	text-decoration: none;
}

/**********
Contact Us form elements
**********/
#contactusform {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

/**********
Mailing list signup form (joinform) elements
**********/
#joinform {
	font-family: Arial, sans-serif;
	text-align: center;
	background: #FFFFFF;
}
#joinform h2 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: ##1503b7;
	margin: .5em 0;
	text-align: center;
}
#joinform p {
	font-size: 9pt;
	margin: 2px;
	padding: 5px;
}
#joinform #fldname, #joinform #fldemail {
	margin: 1px;
}
.sbmtbtn {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background-color: #1503b7;
	border: 1px solid #000000;
	color: #FFFFFF;
	margin: 5px;
	text-align: center;
}
/************************* Footer *****************/
div#footer {
	clear: both;
	padding: 5px 0;
	background: #FFFFFF;
	text-align: center;
	font-size: .85em;
	margin: 0 0 0 0px;
}
div#footer p {
	text-align: center;
	display: inline;
	font-family: arial;
	margin: 0 3em;
	color: #1503b7;
}
div#footer a {
	color: #1503b7;
}
div#footer a:hover,
div#footer a:focus,
div#footer a:active {
	text-decoration: underline;
}
div#footer ul.navmenu,
div#footer ul.navmenu li {
	text-align: center;
	margin: 0 0 5px; padding: 0;
	color: #1503b7;
	float: none;
	background-color: transparent;
	background-image: none;
	width: auto;
}
div#footer ul.navmenu li {
	display: inline;
	padding: 0 .4em;
	white-space: nowrap;
}
div#footer ul.navmenu li a {
	background-color: transparent;
	background-image: none;
	display: inline;
}
div#footer ul.navmenu li {
	display: inline;
	padding: 0 .4em;
	white-space: nowrap;
}
div#footer ul.navmenu li a {
	background-color: transparent;
	background-image: none;
	display: inline;
}