/* CSS Stylesheet for Elswick PC (elswick02) */

Body {
	margin : 0,0,0,0;
	text-align : center;
	background-color : #827961;
}

div#container {
    margin: 10px auto;
	width: 700px;
	padding: 3% 5% 5% 5%;
	background-color: #ffffff;
	text-align: left;
	border-left : 2px solid Black;
	border-top : 2px solid Black;
	border-right : 4px solid Black;
	border-bottom : 4px solid Black;
	background-image : url(../images/backgrou.gif);

}

A:link{
	text-decoration : none;
	color : #EA4D00;
	font-weight : 600;
}
		
A:visited	{
	text-decoration: none;
	color: #FF8346;
	font-weight : 600;
}	
		
A:active	{	
	text-decoration: none;
	color:	#ffcc00;
	font-weight : 600;
}	
		
A:hover	{
	text-decoration: none;
	color : #005CB9;
	font-weight : 600;
}

.img {border : 1px solid #EA4D00;} 


.p1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight : 500;
	text-align : justify;
	text-justify : newspaper;
	color : #660000;
}

.p1i {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight : 500;
	text-align : justify;
	text-justify : newspaper;
	color : #660000;
	font-style : italic;
}

.p2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight : 500;
	text-align : center;
	color : #660000;
}

.p3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight : 500;
	text-align : left;
	color : #660000;
}

p.copy{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-align : center;
}

h1{
	font-family : Arial, Helvetica, sans-serif;
	color : #660000;
	font-size : 30px;
	text-transform : uppercase;
	margin : 0px;
	font-weight : 900;
	border : medium double;
	background : #FAEBD7;
	padding : 0 0 0 10;
}

h2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	text-transform : uppercase;
	text-align : left;
	margin : 0,0,-15,0;
}


h3{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #003300;
	text-transform : uppercase;
	margin : 0px;
	background : #CB9B5F;
	padding : 1px 4px 0px 6px;
	border-bottom-color : #624b2e;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-top : 1px solid #efe0cd;
}

.mg{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	margin : 0px,0px,0px,0px;
	padding : 2px 1px 2px,1px;
	background : #365100;
	border-top : 1px solid #000000;
}


.mg :link{
	text-decoration : none;
	color : White;
}
		
.mg :visited	{
	text-decoration: none;
	color: #FFFFC1;
}	
		
.mg :active	{	
	text-decoration: none;
	color:	#ffcc00;
}	
		
.mg :hover	{
	text-decoration: none;
	color : White;
	background : #869946;
	margin : 0px,0px,0px,0px;
	width : 100%;
}

.ms{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	margin : 0px,0px,0px,0px;
	padding : 2px 1px 2px,1px;
	background : #233400;
	border-top : 1px solid #000000;
	text-align : right;
}

.ms :link{
	text-decoration : none;
	color : White;
}
		
.ms :visited	{
	text-decoration: none;
	color: #FFFFC1;
}	
		
.ms :active	{	
	text-decoration: none;
	color:	#ffcc00;
}	
		
.ms :hover	{
	text-decoration: none;
	color : White;
	background : #869946;
	margin : 0px,0px,0px,0px;
	width : 100%;
}

hr{
	color : #593C42;
	height : 1px;
	width: 100%;
}


