html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	
	background-color:white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

strong 
{
	color:#020281;
	font-weight:700;
}

a 
{
	text-decoration:none;
}


#wrap
{
	margin:auto;
	width:800px;
	
	
	
}

h2 
{
	width:480px;
	height:44px;
	position:relative;
	background:url(images/title.gif) no-repeat bottom right;
	left:100px;
	top:-20px;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px solid #DADAED;
	
	
}
h2 span
{
	
	display:none;
	
}

#contentContainer 
{
	
	border-collapse:collapse;
	border:solid 1px #6E63EB;
	margin:0;
	
	
	
}
#contentContainer2 
{
	padding:10px;
	border:solid 1px #DADAED;
	
	margin:0;
	
	background:url(images/gradient.jpg) repeat-x bottom left;
	
		
}

#contentLeft 
{
	margin-top:20px;
	width:580px;
	float:left;
	
	
	
}
#contentRight 
{
	float:right;
	
	width:170px;
	margin-right:0;
}

#contentRight a 
{
	color:white;
	text-decoration:none;
}
#contentRight a:hover 
{
	text-decoration:underline;
	color:white;
}

.boxContent1 
{
	margin-bottom:10px;
}

.boxContent2
{
	background:url(images/contact.gif) no-repeat top left;
	margin-bottom:10px;
	height:175px;
}

.boxContent2 p
{
	color:White;
	font-size:9px;
	position:relative;
	top:40px;
	left:30px;
}

#contentContainer p
{
	
	
}

.firstPara 
{
	font-size:16px;
	margin:0;
}

#header 
{
	
	height:100px;
	background-color:White;
}
#left
{
	width:300px;
	
	background:url(images/logo.gif) no-repeat top left;
	float:left;
	height:100px;
	position:relative;
	top:53px;
	left:10px;
	
	
}
#right
{
	float:right;
	height:100px;
	
}

#footerTop 
{
	margin:15px 0 0 5px;
	height:85px;
	background:url(images/images.jpg) no-repeat top left;
	
	
}
#footerBottom
{
	margin:10px 0;
	background:url(images/footer.gif) no-repeat top left;
	height:50px;
}

#footerBottom p
{
	padding-top:5px;
	font-size:10px;
}

#clear 
{
	clear:both;
}
