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;
}

#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 ---------------------------------*/

#indexcontainer { /*This is for 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;
	/*border: 1px solid red;*/

}

#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 40px;
	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 40px 20px;
	padding: 0;
	height: 1%;
	/*border: 1px solid #174793;*/
}
#indexcontainer #content h4 {
}
#indexcontainer #content h4 {
}



.bold {
  	font-weight:bold;
}

.italic {
	font-style:italic;
}

.bolditalic {
  	font-weight:bold;
	font-style:italic;
	
}

#content p {
	margin-top: 0;
}

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


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


/*--------------------------  Here begins the secondary section --------------------------*/
#secondary {
	float: right;
	width: 190px;
	margin: 20px 10px 0 0;
	/*border: 1px solid red;*/
}

#secondary h2 {
	margin: 10px 0 0 0;
	font-size: 1.3em;
	font-weight: normal;
	color: #000;
	/*border: 1px solid red;*/
}

#secondary p {
	margin: 0;
	font-size: .85em;
}

/*--------------------------  Here ends the secondary section ---------------------------------*/


/*--------------------------  Here begins the Footer section ---------------------------------*/
#footer {
	margin: 0 auto 20px;
	padding: 10px 0 0 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. -----------*/
* html #mainNav a {
	height: 1px;
}
