/*   * {
        margin: 0;
        padding: 0;
    }
*/
#header {
	height: 120px;
	width: 1000px;
	margin: 0px auto;
	background-color: #010151;
	padding: 5px 0 0 0;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/jpg_lib/bgnd3.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #000084;
	text-align: center;
}

#navigation {
	background-color: #010151;
	height: 25px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navigation a {
	background-color: #010151;
	display: block;
	float: left;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#navigation a:hover {
	background-color: #5564DD;
	text-decoration: none;
}


#content {
	text-align: center;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #000000;
	text-align: center;
	background-color: ;
	background-repeat: repeat-y;
}
#contentLeft {
	width: 490px;
	margin-top: 5px;
	float: left;
}
#contentRight {
	width: 490px;
	margin-top: 5px;
	float: right;
}


#pageHeadingsImages {
	padding: 10px;
}

.headings {
	text-align: center;
	color: #3333CC;
	font-size: 30px;
	font-weight: bold;
	padding: 10px;
}
.subHeadings {
	font-size: 14px;
	font-weight: bold;
}

h1, h2, h3 {
	padding-top: 0.2em;
	padding-right: 0px;
	padding-bottom: 0.2em;
	padding-left: 0px;
	clear: both;
}


#footer {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 80px;
	width: 1000px;
	background-color: #010151;
	text-align: center;
	clear: both;
}
#footerText {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #010151;
	color: #FFFFFF;
}
#footerText a {
	color: #00FFFF;
}
.footerSmlText {
	font-size: 8px;
	
}


#marquee {
	font-size: 20px;
	color: #990099;
	font-weight: ;
	padding: 5px;
	width: 990px;
	margin: auto;
	text-align: center;
}

#marqueeLeft {
	font-size: 20px;
	color: #990099;
	font-weight: ;
	padding: 5px;
	width: 425px;
	margin: auto;
	text-align: center;
}


.questions {
	color: #3366FF;
	font-size: 16px;
	font-weight:bold;
}

.downloadsLinks {
	font-size: 16px;
	text-align: center;
}


    .galleryShell {
        padding: 5px;
    }


    .galleryShell img {
        border: solid 5px #fff;
    }

    .galleryShell img:hover {
        border-color: #ccc;
    }

    .galleryShell .img {
        padding: 10px;
        float: left;
        height: 170px;
        width: 170px;
    }

    .imageTitle {
        text-transform: capitalize;
        font-weight: bold;
        clear: both;
		padding: 0.5em 0 0.2em 0;
    }