body {
	background: #e1e1e1;
	margin: 0;
}


.dummyImage{
	width: 30%
}


.headerTable {
	border-collapse: collapse;
	border-spacing: 0px;
	position: fixed;
}


.header {
	width: 100%;
        background: #e1e1e1;
}


.title {
	width: 100%;
}


.titleData {
	width: 30%;
	background: #e1e1e1;
}


.navigationData {
	background: #e1e1e1;
	width: 69%
}


.navigationBar {
	width: 100%;
	background: #e1e1e1;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


li {
    float: right;
    list-style-type: none;
}


.curPage {
    display: block;
    width: auto;
    font-weight: bold;
    color: rgba(0,127,255,0.8);
    background-color: #e1e1e1;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 130%;
    border-left: 2px solid rgba(0,127,255,0.3);
}


.optPage {
    display: block;
    width: auto;
    font-weight: bold;
    color: rgba(48,48,48,0.4);
    background-color: #e1e1e1;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 130%;
    border-left: 2px solid rgba(0,127,255,0.3);
}


.optPage:hover, .optPage:active {
    color: rgba(0,127,255,0.5);
}


.contentArea {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 120px;
    padding-left: 120px;
    background: #fbfbfb;
}


.content {
	text-color: #676767;
	text-size: 125%;
	line-height: 170%;
}


.footer {
	text-align: center;
	background: #e1e1e1;
	font-weight: bold;
	font-size: 105%;
	color: #303030;
	padding: 10px;
}


.mhmranchLogo {
	width: 6%;
}




.pHeader {
	text-align: center;
	text-color: #bbb9b9;
	line-height: 170%;
	text-size: 150%;
}

