body, html {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 12px;
	color: black;
	height: 100%;
}

html {
	height: 100%;
}

img {
	border: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

h1 {
	font-size: 25px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.container_prez {
	width: 100%; 
	min-height: 100%; 
	position: relative;
}

.header_prez {
	width: 100%;
	background-color: #663366;
	height: 100px;
}

.header_prez_content {
	width: 930px;
	text-align: left;
}

.header_prez_content ul {
	padding-top: 15px;
}

.header_prez_content ul li {
	height: 35px;
	line-height: 35px;
}

.header_prez_content a {
	font-size: 25px;
	color: #fff;
	text-decoration: none;
}

.header_prez_content a:hover {
	font-size: 25px;
	color: #fff;
	text-decoration: underline;
}

.content_container {
	width: 100%;
}

.content_container_descr {
	width: 930px;
	padding-top: 50px;
}

.footer_prez {
	width: 100%;
	background-color: #663366;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
	margin-top: 20px;
	position:absolute;
  bottom:0;
	left: 0px;
}

.footer_prez_content {
	width: 930px;
	text-align: left;
}

.footer_prez_content a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

.footer_prez_content a:hover {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

.online_software {
	font-size: 16px;
	color: #000;
	text-decoration: none;
	line-height: 110%;
	padding-right: 2px;
}