/* CSS Document */
html{
	width:100%;
	height:100%;
}
body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family:Tahoma, Arial, sans-serif, "Times New Roman";
	font-size:75%;
}
.clear{
	clear:both;
	margin:0px;
	padding:0px;
}

h1, h2, h3 {
	color:#dd90b3;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	font-weight:bolder;
}
#TopLogo{
	margin:auto;
	width:775px;
	padding-bottom:0px;
	margin-top:10px;
	border-right:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	border-top:1px solid #eeeeee;
}

#OuterContainer{
	margin:auto;
	width:775px;
	background-image:url(../images/_bkg.gif);
	background-position:left;
	background-repeat:repeat-y;
	border-top:5px solid #91c5eb;
}
#InnerContainer{
	border-right:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	
	min-height:320px;
	_height:320px;
	margin:0px;
	padding:0px;
	

}
#ContentArea{
	width:555px;
	min-height:320px;
	_height:320px;
	font-size:90%;
	text-align:justify;
	margin-left:200px;
	padding-left:5px;
}
a{
	color:#0099FF;
}
a:hover{
	color:#0066cc;
}
#ContentArea img{
border:0px;
}
#Footer{
	clear:both;
	margin:auto;
	margin-top:5px;
	width:775px;
	height:50px;
	text-align:right;
	border-top:5px solid #91c5eb;
	border-bottom:1px solid #91c5eb;
}
#footertext{
	margin:auto;
	margin-top:15px;
	font-size:80%;
}
#footertext a{
	color:#0099FF;
	float:left;
	margin-right:5px;
	text-transform:capitalize;
}
#footertext a:hover{
	color:#0066CC;
}
