﻿@import url(layout.css);
body {
	margin: 0px;
	background-image:  url('../images/admin/bg_fibre_tile2.jpg');
	font-family: arial, 'sans serif';
	font-size: 10pt;
	padding: 0px;
}
/* Styles for DIV tags */
#container {

margin-top: 10px;
background-color: #FFFFFF;
	background: url('../images/admin/leftphoto_ms2b.jpg') no-repeat left top;

	border-right: 0px solid #000055;
	border-bottom: 0px solid #D7DCDF;
	border-left: 0px solid #000055;
}


#masthead {
height:90px;
	background: url('../images/admin/topphoto_ms1.jpg') no-repeat left top;
background-color: #FFFFFF;
}

#navigation {
	margin-left: 190px;
	background-image:  url('../images/admin/bg_fibre_tile2.jpg');
	border-top: 2px solid #D7DCDF;
	border-bottom: 2px solid #D7DCDF;
}

html>body #navigation {
	overflow: hidden;
}
#content_container {
	margin-left: 189px;
	background-color:#FFFFFF;
	padding: 0px;
}

#column_left {

	background-color:#FFFFFF;
		border-right: 1px solid #CCCCCC;

}

#column_right {
	background-color:#EBEBEB;

}


#footer {
	height: 25px;
	border-top: 2px solid #D7DCDF;
	background-color: #FFFFFF;
	padding-top: 5px;
}
/* Styles for Masthead */
#masthead h1 {
	color: #4E5659;
	margin: 0px;
	padding: 0px;
}
#masthead h3 {
	color: #79878D;
	margin-bottom: 0px;
}
#masthead a {
	color: #4E5659;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
font-size: small;
	font-weight: bold;

	margin: 0 1px;
	padding: 5px;
	display: block;
	border-right: 2px solid #D7DCDF;
	text-decoration: none;
	color: #CCFFFF;
}
#navigation a:hover {
font-size: small;
	font-weight: bold;

background-image:  url('../images/admin/bg_fibre_tile_left1.jpg');
color: #FFFFFF;

	background-color: #000055;
	border-right: 2px solid #D7DCDF;
}
/* Styles for Right Column */
#column_right h4 {
	color: #666666;
}
4 {
	color: #666666;
}
#column_right p {
	color: #000000;
	font-size: 8pt;
}
#column_right a {
	color: #003366;
	text-decoration: underline;
}
#column_right a:hover {
	text-decoration: none;
}
/* Styles for Left Column */

#column_left p {
	color: #000080;
	font-size: 90%;
	text-align: justify
}	
	font-size: 90%;

}	
h1 {
	font-size: xx-large;
	color: #000080;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #000080;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #000080;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #000080;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	color: #000080;

	margin-top: 0px;
}
a {
	color: #006699;
}
a:hover {
	text-decoration: none;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 8pt;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 8pt;
		color: #79878D;
}
#footer a {
	color: #006699;
		text-decoration: none;
}
#footer a:hover {
	color: #000080;
text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}