@charset "utf-8";
/* CSS Document */

/* Start of Entire Page html */
html,
html * {
	padding: 0;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    align-content: center;
	text-decoration-line: none;		
	}
/* End of Entire Page html */



/* Page Content */
.PageContent {
	width:100%;
	background-color:#595959; 
	color:#FFFFFF;	
}
/* End Page Content */


/* Left Bottom Bar */
.LeftBottomBar {
    background-color:#595959;
    width: 50%;
	min-height:600px;
	float:left;
    display: inline;
	 }
/* End Left Bottom Bar */


/* Right Bottom Bar */
.RightBottomBar {
    backgound-color: #595959;
    width: 50%;
    min-height: 600px;
    float: right;
    display: inline;
	 }
/* End Right Bottom Bar */


/* Center Page Content */
.CenterPage {
    margin: 0 auto;
	min-width:1200px;
}
/* End Center Page Content */


/* Center */
.center {
	margin: 0 auto;
	align-content: center;
	height:auto;
	min-width:1200px;
	text-align:center;
}
/* End Center */


/* SFPD Menu Item */
.SFPD_MenuItem {
    background-color: #cccccc;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    color: #EF371D;
    width: 24.4%;
    display: inline-table;
    text-shadow: 1px 1px #000000;	
	}
/* SFPD Menu Item */
