﻿/* CSS Stylesheet for UNIS Online Business Presentation website */
/* Layout */
body {
	background-color: #D6E2DE;
}
#container {
	background-color: white;
	width: 850px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 10px;
	border-color: #F1F5F4;
	border-style: solid;
}
#video {
	vertical-align: top;
	padding: 15px;
}
#ìnquiryForm {
	vertical-align: top;
	padding: 15px;
}
#content {
	background-color: #D6E2DE;
	border: medium;
	border-color: #F1F5F4;
	border-style: solid;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#logo {
	text-align:center;
	margin-bottom:-20px;
}

/* Styles */

h1, h2, h3, h4, h5, h6 {
	font-family: "Book Antiqua";
}
p {
	font-family: "Book Antiqua";
	font-size: small;
}
td {
	font-family: "Book Antiqua";
	text-align: left;
	font-size: small;
}
img {
	border:none;
}

/* Classes */

.hCenter {
	text-align: center;
}
.logo {
	padding-bottom: 10px;
}
#bretno {
	text-align: center;
	padding-top: 15px;
}
.disclosure {
	font-style: normal;
	font-family: Verdana;
	font-size: xx-small;
	color: #777;
}