﻿	body {
	    font-family: Myriad, Arial, Helvetica, sans-serif;
		font-size: 12px;	
		color: white;
	}
	span {
	    font-family: Myriad, Arial, Helvetica, sans-serif!important;
		font-size: 12px!important;    
}
	.siteContainer {
		width: 1002px;
		height: 622px;
		margin-left: auto;
		margin-right: auto;
	}
	.header {
		position: absolute;
		height: 120px;
		width: 1002px;
		background-image: url('../Img/General/header.png');
		background-position: center top;
		background-repeat: no-repeat;
	}
	.footer {
		height: 15px;
		width: 1002px;
		background-image: url('../Img/General/footer.jpg');
		background-position: center top;
		background-repeat: no-repeat;
		padding: 10px 0px 5px 0px;
		text-align: right;
		color: gray;
		text-transform: uppercase;
		position: fixed;
	}
	a{
		color:#EC158C;	
		text-decoration: none;
	}
	a.menuLink {
		color: white;	
		font-weight: bold;
		text-transform: uppercase;
	}
	a:active{
		color:#EC158C;	
		text-decoration: none;
	} 
	a:hover{
		color:#EC158C;	
		text-decoration: none;
	} 
	.rightContent {
		background-color: gray;
		padding: 10px 5px 10px 5px;
		opacity: 0.5;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
		width: 200px;
		height: 400px;
		float: right;
		position: relative;
		top: -250px;
		right:310px;	
		}
	.menu {
		width: 520px;
		float: right;
		position: relative;
		top: 66px;
		padding: 2px 10px 0px 2px;
		text-align: center;
		word-spacing: 38px;
		position: relative;
		z-index: 1000;
	}
	.dvClickHome{
		height:110px;
		width: 300px;
		cursor:pointer;
		position: relative;
		z-index: 1000;
	}
	
	#leftContentContainer
	{
	   position: relative;
	}
	#leftContentContainer .dvLeftBackground 
	{
		background-color: white;
		padding: 10px 10px 10px 10px;
		width: 365px;
		height: 400px;
		position: relative;
		top: 170px;
		left: 78px;
   		filter: alpha(opacity=30);
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	   	opacity:0.4;
	   	-moz-opacity: 0.40; 
	   	zoom: 1;
	}
	#leftContentContainer .dvLeftBackground *
	{
	   visibility: hidden; 
	}
	#leftContentContainer .dvLeftContent
	{
		position: absolute; 
		color:black;
		padding: 10px 10px 10px 10px;
		width: 365px;
		height: 400px;
		top: 170px;
		left: 78px;
	}
	.pageContainer {
		background-position: inherit 85px;
		background-repeat: no-repeat
	}
