@charset "utf-8";
/* CSS Document */

body {
	font-family: Times New Roman, Times, serif;
	background-color:#0c488b;
	margin: 0; padding: 0;
}

#Header {
	background-image:url(images/HeaderBackground.png);
	background-repeat: repeat-x;
	height:226px;	
}


#Header2 {
    background-image:url(images/Header.png);
    background-repeat: no-repeat;
    height:226px;
}

    #Header2 p, #Header a {
        margin:0;
        padding:0;
        font-family:Arial;
        font-size: 12px;
        color:#ffffff;
    }
    #Header a {
        color:#ffffcc;
    }

#HeaderTableOne {
    width: 900px;
    height: 222px;
}

#MainBody {
	background-image: url(images/MainBackground.jpg);
	background-repeat: no-repeat;
	min-width:1000px;
	min-height:500px;
}

#MainContent {
	background-color:#FFFFFF;
}

#BreadCrumb {
	width:100%;
	height:15px;
}

#MainContentText {
	margin:10px 20px 10px 20px;
	font-family:Calibri, Arial;
	min-height:500px;
}

	#MainContentText p {
		margin:0;
		padding:0;
	}
	
	#MainContentText h1 {
		margin:5px 0px 10px 0px;
		font-family:Calibri, Arial;
		font-size:24px;
		text-decoration:underline;
		/*color:#0c488b;*/
	}

#PhotoCollections {
	background-image: url(images/PhotoCollectionBackground.png);
	background-repeat:repeat-x;
	background-position:bottom;
	width:300px;
	height:315px;
	border: #FFFFFF solid 2px;
	font-family:Calibri, Arial;
}
    #PhotoCollections a:link, a:visited {
        color: #0c488b;
    }
    #PhotoCollections a:hover {
        color: black;
    }

	#PhotoCollections img {
		border:0px;
	}

/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }*/