body
{
background-color:#000000;
}

.pageBody {
    width:100%;
    margin:auto;
}

.hdrBanner {
    width:75%;
    height:111px;
    border-style:none;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.hdrBannerHome {
    padding-top:10%;
    width:75%;
    height:111px;
    border-style:none;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.menu {
		width:75%;
		font-family:arial,verdana,helvetica;
		font-family: arial, verdana, sans-serif;
		font-size: 19px;		
		text-align: center;
		text-decoration: none;
		background-color: #000000;
        height:20px;
        word-spacing:75px;
		border-style:none;
		margin-left:auto;
        margin-right:auto;
}

.menuHome {
        padding-top:5%;
		width:75%;
		font-family:arial,verdana,helvetica;
		font-family: arial, verdana, sans-serif;
		font-size: 19px;		
		text-align: center;
		text-decoration: none;
		background-color: #000000;
        height:20px;
        word-spacing:75px;
		border-style:none;
		margin-left:auto;
        margin-right:auto;
}

.menu a:link {
    	color: #FFFFFF;
}

.menu a:visited {
		color: #FFFFFF;
}

.menu a:hover {
		color: #FFFFFF;
		font-weight: bold;
}
		
.menu a:active {
		color: #FFFFFF;
}

.menuHome a:link {
    	color: #FFFFFF;
}

.menuHome a:visited {
		color: #FFFFFF;
}

.menuHome a:hover {
		color: #FFFFFF;
		font-weight: bold;
}
		
.menuHome a:active {
		color: #FFFFFF;
}

.imgbody {
    width:75%;
    display:block;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

.portraitimg {
    width:7%;
	padding:7px 7px;
	border-style:none;
}

.portraitimgHidden {
    display:none;
}

.landscapeimg {
    width:16%;
	padding:7px 7px;
	border-style:none;
}

.landscapeimgHidden {
    display:none;
}

.oddimg{
    width:12%;
	padding:7px 7px;
	border-style:none;
}

#text {
		font-family:arial,verdana,helvetica;
		font-size:14px;
		color:#FFFFFF;
}

.labeltext {
		font-family:arial,verdana,helvetica;
		font-size:12px;
		color:#FFFFFF;
}
	
.cRight {
    font-family:arial;
    font-size:10px;
    color:#FFFFFF;
    text-align:center;
}

.cRightHome {
    padding-top:20%;
    font-family:arial;
    font-size:10px;
    color:#FFFFFF;
    text-align:center;
}