﻿/* SETS BASIC HTML DEFINITIONS */
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	background-color: #66668f;
	color: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 80%;
	text-align: center;
	margin: 5px 0;
}
td {
	padding:0px;
	margin: 0px;
	border-collapse: collapse;
	font-size: 100%;
}
table {
	padding:0px;
	margin: 0px;
	border-collapse: collapse;
	font-size: 100%;
}
ul li {
	list-style-image: url('images/bullet.gif');
	font-size: 100%;
}
hr {
	background-color: #00007f;
	color: #dc7c44;
	height: 1px;
	width: 100%;
}
img {
	border: none;
}
form {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 100%;
}
.forminput {
	background-color: #303030;
	color: #ffffff;
	border: 1px solid #c0c0c0;
	padding: 2px;
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
	margin: 2px 0;
}
/* SETS HEADING PROPERTIES */
h1 {
	font-family: Georgia, Times, serif;
	color: #0000FF;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
}
h2 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	color: #0000ff;
	text-align: left;
	font-size: 20px;
	font-weight: normal;
}
h3 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	color: #0000ff;
	text-align: left;
	font-size: 20px;
	font-weight: normal;
}
h6 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0000ff;
}
h5 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0000ff;
}
h4 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0000ff;
}
/* SETS THE VARIOUS HYPERLINK PROPERTIES */
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #00FF00;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
.navigation a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.navigation a:visited {
	color: #FFFF11;
	text-decoration: none;
	font-weight: normal;
}
.navigation a:hover {
	color: #00FF00;
	text-decoration: underline;
	font-weight: normal;
}
.navigation a:active {
	color: #ccaa44;
	text-decoration: none;
	font-weight: normal;
}
/* SETS THE CLASS PROPERTIES */
.wrapper {
	width: 800px;
	background: #ffffff;
	color: #000000;
	text-align: left;
	margin: 0 auto;
	border: 3px double #c0c0c0;
}
.header {
	background-image: url('images/headerunilapo2.jpg');
	color: #ffffff;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
	height: 175px;
}
.header p {
	
	color: #00000f;
	font-size: 125%;
	line-height: 20px;
}
.header H1 {
	font-family: Georgia, Times, serif;
	color: #000000;
	text-align: left;
	font-size: 26px;
	font-weight: bold;
	margin: 20px 0 40px 0;
}
.navigation {
	background-color: #66668f;
	color: #ffffff;
	text-align: center;
	height: 30px;
	letter-spacing: 2px;
}
.header H2 {
	color: #000000;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
.sidebar {
	background-color: #ffffff;
	width: 175px;
	padding: 10px;
	vertical-align: top;
	font-size: 90%;
	text-align: left;
	border-right: 1px dotted #505050;
}
.maintext {
	background-color: #ffffff;
	width: 625px;
	padding: 10px 15px;
	vertical-align: top;
	text-align: justify;
}
.catalog {
	width: 50%;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
.mainwide {
	background-color: #ffffff;
	width: 800px;
	padding: 10px 20px;
	text-align: justify;
	vertical-align: top;
}
.footerleft {
	background-color: #ffffff;
	text-align: center;
	font-size: 90%;
	font-weight: normal;
	border-top: 2px solid #00008f;
}
.footerright {
	background-color: #ffffff;
	text-align: center;
	font-size: 90%;
	font-weight: normal;
	border-top: 2px solid #00008f;
	padding: 10px 0;
}
.imageleft {
	margin: 3px 10px 2px 0px;
	float: left;
	border: 3px double #c0c0c0;
}
.imageleft2{
	margin:3px 10px 2px 0px;
	float: left;
	
}
.imageright {
	margin: 3px 0px 2px 10px;
	float: right;
	border: 3px double #c0c0c0;
}
.imagecenter {
	margin: 0px 5px;
	border: 3px double #c0c0c0;
}
.celltitle1 {
	background-color: #ffffff;
	width: 40%;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: small;
}
.cell2 {
    padding:5px;
	margin: 0px;
	border-collapse: collapse;
	font-size: 90%;	
}
