body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	font-family: "Lucida Sans", Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 100%;
	letter-spacing: 0.1em;
	background-image: url(../images/background/backgroundtile.gif);
	background-repeat: repeat;
	color: #000000;
	}

 #mainContainer {
	width: 760px; /* We are going to center this design */
	text-align: left; /* Since we used text-align: center in the body to be sure some older IE versions are going to center our design, we now align the text left */
	border-right-width: 20px;
	border-left-width: 20px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #17242A;
	border-left-color: #17242A;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	color: #000000;
 }
 

 
 #header {
	color: #000000;
	margin: 0px;
	padding-top: 1em;
	background-color: #FFFFFF;
	background-image: url(../images/gradienttop.gif);
	background-repeat: repeat-x;
	text-align: center;
}

 #menutop {
	background-color: #FFFFFF;
	height: 40px;
	color: #000000;
 }
#content {
	float: left; /* Our content is going to be left aligned */
	width: 500px; /* And it's going to have a 500px width */
	padding-left: 1em;
	margin-bottom: 1em;
	padding-right: 0.5em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9933;
	line-height: 200%;
	background-color: #FFFFFF;
	padding-top: 1em;
	color: #000000;
}
#column {
	float: right; /* Our column is going to be right aligned */
	width: 200px;
	margin-left: -3em;
	padding-left: 1em;
	margin-bottom: 1em;
	line-height: 175%;
	padding-right: 1em;
	background-color: #FFFFFF;
	color: #000000;
}
#footer {
	clear: both; /* We have to clear our floats */
	width: 760px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	font-size: 0.85em;
	background-color: #0E607D;
	background-image: url(../images/gradientbottom.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #17242A;
	line-height: 150%;
	color: #000000;
}

h1, h2, h3 {
	display: inline;
}

/*The links in the document*/

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #3399FF;
	font-size: 1em;
	line-height: 150%;
	letter-spacing: 0.1em;
	background-color: transparent;
	}

a:visited  {
	font-weight: bold;
	text-decoration: none;
	color: #6699FF;
	font-size: 1em;
	line-height: 150%;
	letter-spacing: 0.1em;
	background-color: transparent;
	}
	
	/* for future implementation to put a check mark on the visited links
	a:visited:after{ 
	content:"\00A0\2713";
	font-weight: bold; 
	text-decoration: none; 
	color: #6699FF;
	font-size: 1em;
	line-height: 150%;
	letter-spacing: 0.1em;
	}
	*/
a:hover {
	text-decoration: underline;
	color: #FF9900;
	font-size: 1em;
	line-height: 150%;
	letter-spacing: 0.1em;
	background-color: transparent;
	}


 #navlist ul
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a {
	display: inline;
	list-style-type: none;
	float: left;
}

#navlist li.current a:link, #navlist li.current a:visited {
	color: #17242A;
	text-decoration: none;
	background-image: url(../images/menuon.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 130px;
	text-align: center;
	font-size: 1.5em;
	margin-left: 1em;
	padding-top: .4em;
	font-weight: bold;
}

#navlist a:link, #navlist a:visited
{
	color: #fff;
	text-decoration: none;
	background-image: url(../images/menuoff.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 130px;
	text-align: center;
	font-size: 1.5em;
	margin-left: 1em;
	padding-top: .4em;
}

#navlist a:hover
{
	color: #17242A;
	text-decoration: none;
	background-image: url(../images/menuon.gif);
	background-repeat: no-repeat;
}

.images {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

	.imglinks {
	background-color: transparent;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-top-width: 0.005px;
	border-right-width: 0.005px;
	border-bottom-width: 0.005px;
	border-left-width: 0.005px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	  }	

.imageslightboxleft {
	border: thin dotted #000000;
	background-image: url(../images/lightbox/clicktoviewbg.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin: 1.5em;
	float: left;
}

.imageslightboxright {
	border: thin dotted #000000;
	background-image: url(../images/lightbox/clicktoviewbg.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin: 1.5em;
	float: right;
	}
	
	.imageslightboxcentered {
	border: thin dotted #000000;
	background-image: url(../images/lightbox/clicktoviewbg.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin: 1.5em;
	float: none;
	}

.toplogoimage {
	margin-top: -20px;

}

h3 {
	font-weight: bold;
	color: #FF9900;
	font-size: 1.25em;
}

.sidebardivsep {
	padding-top: 15px;
	padding-bottom: 15px;
}
