body
 {
background-color: #90abb6;
color:rgb(20,20,180);
font-family: Lucida Sans Unicode;
}

.header
{
text-align: center;
}

.subheader
{
position:relative;
left:50%;

}


.linediv
{
border-top: 1px solid rgb(43, 43, 43);
/*border-bottom: 1px solid rgb(43, 43, 43);*/
width: 100%;
height:1px;
}

.wrapper
{
/*height:auto !important;*/
height:400px;
min-height:400px;
border-top: 1px solid black;
/*border-bottom: 1px solid black;*/
position: relative;
/*margin-bottom:-20px;*/
}

.container
{
	margin: 0px;
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	
	text-align: left;
}

.leftimg
{
	width: 200px;
	position: relative;
	font-size: 14px;
	float: left;
	padding-left: 28px;
	padding-right: 28px;
	font-family: sans-serif;
	color: #000003;
	/*margin: 1px;*/
}

.righttext
{
	min-width: 1px;
	width:100%;
	/*width: 60%;*/
	word-wrap: break-word;
	position: relative;
	font-size: 14px;
	padding-left: 28px;
	font-family: sans-serif;
	color: #000003;
	/*margin: 1px;*/
}

.medtext
{
	/*font-size: 18px;
	color: blue;*/
	float: left;
	position: relative;
	color:black;
	left: 50%;
	width:50%;
	/*align:right;*/
}

a:link
{
	color: #38383a;
}

