
/* --- body default values --- */

body {
	margin:0;
	padding:0 0 15px 0;
	background-color:#FFFFFF;
	font:62.5% "Times New Roman", Times, serif;
	color:#000000;
}

h1 {
	font-size:2.4em;
	font-weight:normal;
	color:#000000;
	margin:10px;

}

h2 {
	
	font-size:1.8em;
	font-weight:bold;
	color:#000000;
	padding:8px 0 0 0;
}

p {
	font-size:1.4em;
	padding:4px 0 0 0;
	#padding: 0;
	color:#000000;
}

.bold {
	font-weight:bold;
}

.underline {
	text-decoration:underline;
}

.italicize {
	font-style:italic;
}

a:link {
	color:#000000;
	text-decoration:underline;
}

a:visited {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

a:active {
	color:#000000;
	text-decoration:underline;
}

ol {
	margin:0 0 0 33px;
	padding:0;
	font-size:1.2em;
}

ol li ol {
	margin:0 0 0 20px;
	padding:0;
	font-size:1em;
}

.floatRight {
	float:right;
	margin-left:10px;
}

.floatLeft {
	float:left;
	margin-right:10px;
}

.clearFloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}

/* this hides navigation / sitemap link so that it only displays in mobile devices */
#navHandheld {
	display:none;
}

/* this hides footer info that only displays when printing */
#contactInfoForPrint {
	display:none;
}

/* this class should be used on a div to put some vertical space such as after the last paragraph */
.verticalSpacer {
	margin:0 0 5px 0;
	padding:0;
}

/* -------------------------------------------------- */

/* REMINDER:the total width of a <div> will include the padding and border in addition to the width specified in the CSS so adjust the width attribute if adjusting the padding and border attributes -- i.e. reduce width if increasing padding and/or border width sizes and vice versa */

/* main container that contains all other elements below */
#wrapper {
	margin:10px auto 30px auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	width:750px;
	border:5px #cfd7a3 solid;
}

/* --- header attributes --- */

#header {
	background:url(../images/header.gif);
	margin:0;
	padding:0;
	height:53px;
	width:750px;
}

/* -------------------------------------------------- */

/* --- top nav attributes --- */

#topNav {
	padding:4px 0 0 0;
	height:21px;
	text-align:center;
	background:#f1fabd;
	border-bottom:#cfd7a3 5px solid;
}

#topNav a:link {
	color:#000;
	text-decoration:none;
}

#topNav a:visited {
	color:#000;
	text-decoration:none;
}

#topNav a:hover {
	color:#000;
	text-decoration:none;
}

#topNav a:active {
	color:#000;
	text-decoration:none;
}

#topNav ul {
	display:inline;
	padding:0;
	margin:0;
}

#topNav ul li {
	display:inline;
	font-weight:normal;
	font-size:1.5em;
}


/* -------------------------------------------------- */

/* --- main section --- */

#main {
	margin:0;
	padding:0 25px 0 32px;
	width:695px;
}

#main img {
	border:none;
}

#main ul {
	margin:0 0 0 25px;
	padding:0 0 0 0;
	list-style-type:disc;
}

#main ul li {
	margin:0 0 0 20px;
	padding:0;
	list-style-type:disc;
	font-size:1.4em;
}

.rightbio {
	margin:0 15px 0 440px;	
	text-align:justify;
}

.leftbio {
	margin:0 450px 0 0;
	text-align:justify;
	
}
/* -------------------------- */

/* --- footer section --- */

#footer {
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 0 0;
	padding:10px 10px 0 10px;
	width:730px;
	height:30px;
	font-size:1.1em;
	color:#000000;
}

#footer a:link {
	color:#000000;
	text-decoration:none;
}

#footer a:visited {
	color:#000000;
	text-decoration:none;
}

#footer a:hover {
	color:#000000;
	text-decoration:underline;
}

#footer a:active {
	color:#000000;
	text-decoration:none;
}

.footerLeft {
	float:left;
	margin:0;
	padding:0;
	width:248px;
}

.footerMiddle {
	float:left;
	margin:0;
	padding:0;
	width:511px;
}

.footerRight {
	float:right;
	margin:0;
	padding:0;
	text-align:right;
}

/* -------------------------- */


