﻿/* --- MasterPage --- */


/* --- Body --- */ 
body {
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}

/* --- Holding Elements --- */
.MP_Div {
width: 942px;
margin-right: auto;
margin-left: auto;
}

.MP_Table {
width: 100%;
}

/* --- Row 1 (Branding and Contact details) --- */ 
.MP_Table_Row1 {
height: 120px;
width: 100%;
margin-bottom: 10px;
}

.MP_Table_Row1_td {
background-image: url('../Graphics/branding.gif');
border: 1px solid #000000;
text-align: center;
vertical-align: bottom;
padding-bottom: 5px;
}

/* --- Row 2 (Main Image and Main Menu)--- */
.MP_Table_Row2 {
height: 249px;
width: 100%;
margin-bottom: 10px;
border: 1px solid #000000;
}

/* --- Row 3 (Content Areas)--- */
.MP_Table_Row3 {
width: 100%;
vertical-align: top;
text-align: left;
}

/* --- Divider--- */
.MP_Table_Row3_divider {
width: 10px;
}

/* --- Divider--- */
.MP_Table_Row3_Vdivider {
height: 10px;
}


.MP_Table_Row4 {
width: 100%;
}

.MP_Table_Row4_td {
	text-align: center;
	margin: auto;
padding-top: 5px;
font-size: 9pt;
}