body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 85%;
	color: #000;
	margin: 0;
	padding: 0;
	background: url(graphics/pageGradientgrey3.jpg) repeat-x left top;
}

a {
	color: #000;
}

#wrapper {
    margin: 10px auto;
    width: 760px;
    background-color: #fff;	/*border: solid 1px #174793;*/
}

/*--------------------------  Here begins the Header section ---------------------------------*/
#header {
	width: 760px;
	margin: 0 auto;	
}

#header h1 {
	width: 250px;
	text-align: center;
	font-family: georgia, serif;
	margin: -40px 0 0 440px;
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	border-bottom: 1px solid #174793;
}

/*--------------------------  Here ends the Header section ---------------------------------*/

#container { /*This is the same as indexcontainer but for all pages other than the homepage */
	width: 740px;
	margin:auto;
	padding-top: 1px;
	padding-bottom: 1px;
	/*border: 1px dashed red;*/
}


/*--------------------------  Here begins the Sidebar section ---------------------------------*/
#sidebar {
	float: left;
	width: 225px;
	margin: 1em 0 0 0;
	padding: 0 0 20px 0;
}

#mainNav {
	margin: 6px 0 0 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #999;
	display: block;
}


#mainNav a {
	color: #000;
	font-size: .9em;
	text-decoration: none;
	border: 1px solid #999;
	border-bottom: none;
	padding: 7px 5px 7px 7px;
	display: block;
	background: #f6f6f6 url(graphics/dragonbullet3.gif) no-repeat left center;
}

#mainNav a:hover {
	color: #fff;
	font-weight: bold;
	background-color: #174793;
}


/*--------------------------  Here ends the Sidebar section ---------------------------------*/


/*--------------------------  Here begins the Content section ---------------------------------*/
#content {
	float: left;
	width: 60%;
	margin: 0 20px 20px 20px;
	padding: 0;
	height: 1%;
	/*border: 1px solid green;*/
}

#content p, h1, h2, h3, h4, h5, div, span {
	line-height: 160%;
    font-size:105%;
}

#content p {
	margin: 10px 0 20px 0;
	line-height: 160%;
	/*border: 1px solid green;*/
}

h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: normal;
	color: #000;
	/*border: 1px solid red;*/
}

h2 {
	margin-bottom: -10px;
	font-size: 1.2em;
	/*font-weight: normal;*/
	color: #333;
	/*border: 1px solid red;*/
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #f00;
	margin: 0;
	text-align: center;
}

h3 a {
	color: #f00;
}

h4 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}

.redbold {
    font-weight: bold;
	color: #f00;
}

#content img {
	float: right;
	margin: 0 0 10px 15px;
}

/*The following four styles: blockquote, quote, quote strong, and author, are for a pull quote on the bio page */

blockquote {
	float: right;
	width: 270px;
	text-align: center;
	margin: 20px 0 5px 10px;
	padding: 0;
	font-family: georgia, serif;
	font-size: 150%;
	letter-spacing: -1px;
	line-height: 1em;
	font-style: italic;
	color: #555;
	background: #eee url(graphics/startquote.gif) no-repeat top left;
	clear: right;
}

#quote {
	margin: 0 10px 0 0;
	padding: 20px 10px 10px 30px;
	background: url(graphics/endquote.gif) no-repeat right bottom;
}

#quote strong {
	color: #000;
	font-weight: normal;
}

#author {
	margin: 0;
	padding: 0 0 10px 0;
	color: #999;
	font-size: 60%;
	font-style: normal;
	background: url(graphics/bottom.gif) no-repeat bottom;
}


/*The following three styles: .blockquote, .quote, and .author, are for a pull quote on the whatisnia.htm page*/

.blockquote {
	float: right;
	width: 220px;
	display: block;
	text-align: center;
	margin: 20px 0 5px 10px;
	padding: 0;
	font-family: georgia, serif;
	font-size: 150%;
	letter-spacing: -1px;
	line-height: 1em;
	font-style: italic;
	color: #555;
	background: #eee url(graphics/startquote220.gif) no-repeat top left;
	clear: right;
}

#niaquote {
	margin: 0 20px 0 0;
	padding: 20px 20px 10px 40px;
	background: url(graphics/endquote.gif) no-repeat right bottom;
}

.author {
	margin: 0;
	padding: 0 0 10px 0;
	color: #999;
	font-size: 60%;
	font-style: normal;
	background: url(graphics/bottom220.gif) no-repeat bottom;
}

.events { /* this and the following four rules are for the events page */
	margin: 15px 0 0 0;
	padding: 0;
	list-style-type: none;
	display: block;
	/*border: 1px solid #999;*/
}

.events li {
    margin: 0 0 30px 0;
    background: #fff url(graphics/dragonbullet3.gif) no-repeat left 30px;
    padding: 0 5px 0 40px;
    display: block;
    text-align: left;	/*border: 1px solid #00f;*/
    list-style-type: none; /* Remove bullets */
}

.events p {
	margin-bottom: 0;
	padding: 0;
}

.events a {
	text-decoration: underline;
}

.events a:hover {
	color: #fff;
	/*font-weight: bold;*/
	background-color: #174793;
}


.bold {
	font-weight: bold;
}

hr.line {
	width: 280px;
	height: 1px;
	/*margin-top: 10px;*/
}

ol li {
	margin: 0 0 10px 0;	
}

/*--------------------------  Here ends the Content section ---------------------------------*/


/*--------------------------  Here begins the Footer section ---------------------------------*/
#footer {
	margin: 20px auto;
	padding: 10px 0 20px 0;
	font-size: 80%;
	clear: both;
	text-align: center;
	color: #666;
	width: 55%;
	border-top: 1px solid #d7d7d7;
	/*border: 1px solid red;*/
}

#footer a {
	color: #666;
}
/*--------------------------  Here ends the Footer section ---------------------------------*/




/* --------------  IE fixes ---------*/

/* This one removes a gap between links (in the left sidebar) in IE and does not affect other browsers.---*/

#mainNav li {
	display: inline;
}


/* This one is to make the left column links clickable for the entire width and height of their block, not just the links themselves. It also removes the 3-pixel text-jog. -----------*/

* html  #mainNav a {
	height: 1px;
}

/* This one is to remove the 3-pixel text-jog. -----------*/
* html #content {
	height: 1%;
}
