/* This stylesheet effects the site on a Global/Structural Level and Resets browser default styles----*/

html,body{margin:0;padding:0; border:0px;}




body {

	background:white url(../images/bgBody.jpg) repeat-y center top;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: normal;
	color: #2b014a;
	line-height: normal;
	text-align: center;
	
}

h2 { 
	/*width: 300px; */
	border:0px solid red; 
	margin:10px 0px 10px 5px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	color: #4d5264;

	}

a{color:#4d5264; text-decoration:none; padding:0px}
a:hover{color:#666666; text-decoration:underline;}
a:visited{color:#4d5264;}
a:active{color:#4d5264;}

a img {border:0px;}


.container		
		{	float:none;
			display:block;
			position:relative;
			margin: 0em auto;
			width: 790px;
			border: 0px solid green;
			padding: 0em;
			text-align: left;
			left:0px;
}

.container img {border: 0px solid green;}

#background		
		{	
			float:left;
			display:block;
			position:relative;
			width:100%;
			height:274px;
			background:white;
			border: 0px solid green;
			background:url(../images/middleBg.gif) repeat-x 0px 0px;
			text-align:center;

			
		}



/*footer*/

div#footer {

	display: block;
	position:relative;
	float:left;
	height:50px;
	width: 790px;
	margin:0px 0px 0px 0px;
	padding-top:20px;
	left:0px;
	border:0px solid red;
	color:#2b014a;
	font-size:.60em;
	font-weight:bold;
	background:url(../images/bgFooter.gif) no-repeat bottom left;
	text-align:right;
	vertical-align:bottom;
}




#footer a {color:White;}


div#footerContent {
	
	        color:white;			
			margin: 0em auto;
			width: 760px;
			height:25px;
			border: 0px solid #000;
			text-align: left;
			border:0px solid purple;
			margin:0px 0px 0px 0px;
			

}



		div#footerLeft {

			display: block;
			position:relative;
			float:left;
			height:20px;
			width:auto;
			margin:0px 0px 0px 15px;
			padding:7px 0px 0px 0px;
			border: 0px solid red;
			
		}
		

		
		div#footerRight {

			display: block;
			position:relative;
			float:right;
			height:20px;
			width:auto;
			margin:0px 0px 0px 0px;
			padding:14px 0px 0px 0px;
			border: 0px solid red;
			
		}