/* Diameter Ltd. CSS file */
/* Sections preceded with # are ids and are referenced only once in the htm file */



/* Position of the top left logo layer */
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
}



/* Position of the left navigation bar with line */
#Navigate1 {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 152px;
	padding: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;







}



/* Position of heading layer inside the main layer */
#heading {
	padding-top: 35px;
	padding-left: 20px;
	position: absolute;
	height: 100px;
	background-image: url(images/heading-background.jpg);
	background-repeat: repeat-x;
	left: 152px;
	top: 0px;
	right: -20px;
	z-index: 2;







}

/* default settings for the main text layer area*/
#main {
	font-size: 12px;
	left: 150px;
	position: absolute;
	padding-top: 105px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-left: 20px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5F7172;
	z-index: 1;
	right: 0px;
	text-align: justify;
	vertical-align: text-top;











}

/* Position of the copyright and disclaimer section  */
#BottomLine {






}



/* Default for Unordered List items (bullet points)  */
ul {
	font-weight: bold;
	color: #5F7172;
	font-size: 12px;


}




h1 {
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: normal;

}


h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #5F7172;
	margin-top: 0px;
	margin-bottom: 0px;




}

h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5f7172;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;



}


p {
	font-family: Arial, Helvetica, sans-serif;
	color: #5F7172;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 0px;











}


a:link {
	font-weight: bold;
	text-decoration: none;
	color: #5F7172;

}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #5F7172;

}

a:hover {
	color: #FF0000;
	font-weight: bold;
}

a:active {
	text-decoration: none;

}
.nav {
	font-size: 16px;
}
tr {
	text-align: justify;
}
