/* BASIC htm DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;}

body {
	background: #fff url(images/background.jpg) repeat-x; 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 75%; 
	margin: 0;}

table, td, tr {
	padding: 0px; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;}

hr {
	background-color: #fff; 
	color: #fff; 
	height: 4px; 
	width: 100%; 
	border-top: 1px solid #fff; 
	border-bottom: 1px dashed #c0c0c0;
    border-left: 1px solid #fff; 
	border-right: 1px solid #fff;}

img {
	border: 0; 
	margin: 0; 
	padding: 0;}

form {
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 100%;}

.forminput {
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c0c0c0; 
	padding: 3px; 
	font-size: 100%; 
	font-family: Arial, Verdana, sans-serif; 
	margin: 2px;}

/* HEADING DEFINITIONS */

h1 {
	font-family: Georgia, Times, serif; 
	color: #5c6d97; 
	text-align: left; 
	font-size: 26px; 
	font-weight: normal;}

h2 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #808080; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
	letter-spacing: 1px;}

h3 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #5c6d97; 
	text-align: left; 
	font-size: 18px; 
	font-weight: normal;}

h4 {
	font-size: 120%; 
	font-weight: bold; 
	color: #5c6d97; 
	border-bottom: 1px solid #5c6d97;}

h5 {
	font-size: 120%; 
	font-weight: bold; 
	color: #808080;}

h6 {
	font-size: 120%; 
	font-weight: bold; 
	color: #5c6d97;}

/* BASIC LINK COLORS */

a {
	color: #45546e; 
	text-decoration: none; 
	font-weight: bold;}

a:hover {
	color: #606060; 
	text-decoration: underline; 
	font-weight: bold;}

.mainnavigation a {
	color: #000; 
	text-decoration: none; 
	word-spacing: 1px;
	font-weight: bold;}

.mainnavigation a:hover {
	color: #fff; 
	word-spacing: 1px;
	text-decoration: none; 
	font-weight: bold;}

/* MAIN CLASSES */

.wrapper {
	width: 750px; 
	text-align: left; 
}

.mainimage {
	width: 750px; 
	font-family: Georgia, Times, serif; 
	background-color: #5c6d97; 
	background-image: url(images/mainimage.jpg); 
	text-align: left; 
	color: #fff; 
	font-size: 18px; 
	padding-left: 30px;
	height: 145px;}

.logoname {
	width: 500px; 
	font: normal 24px "Times New Roman", Times, serif;
	color: #c0c0c0; 
	font-weight: bold; 
	text-align: left; 
	height: 60px; 
	font-size: 22px;}

span.long {
	color: #5c6d97;
	font-size: 34px;
	letter-spacing: 5px;
}

.global {
	width: 250px; 
	color: #c0c0c0; 
	font-weight: bold; 
	text-align: right; 
	height: 60px; 
	font-size: 85%;}

.mainnavigation {
	width: 750px; 
	text-align: center; 
	color: #fff; 
	height: 25px; 
	word-spacing: 30px;
	letter-spacing: 2px;}

.sidebar {
	width: 250px; 
	text-align: left; 
	vertical-align: top; 
	padding: 5px 0 10px 10px; 
	font-size: 90%; 
	border-left: 1px dashed #c0c0c0;}

.maintext {
	width: 500px; 
	vertical-align: top; 
	padding: 10px 10px 10px 0; 
	text-align: justify;}

.maintextwide {
	width: 750px; 
	vertical-align: top; 
	padding: 10px 0; 
	text-align: justify;}

.catalog {
	width: 50%; 
	vertical-align: top; 
	padding: 10px; 
	text-align: left; 
	line-height: 16px;}

.footer {
	text-align: center; 
	font-size: 90%; 
	color: #000;
	height: 50px; 
	border-top: 4px solid #45546e;}

.copyright {
	text-align: center; 
	font-size: 90%; 
	color: #000; 
	height: 50px; 
	border-top: 4px solid #45546e;}


/* ASSIGN CLASSES TO IMAGES TO PLACE THE BORDER AND ALIGNMENT */

.imageleft {
	margin: 0 10px 0 0; 
	float: left; 
	border: 3px double #828282;}

.imageright {
	margin: 0 0 0 10px; 
	float: right; 
	border: 3px double #828282;}

.imagecenter {
	margin: 0 5px; 
	border: 3px double #828282;}

.imageleftnone {
	margin: 0 10px 0 0; 
	float: left;}

.imagerightnone {
	margin: 0 0 0 10px; 
	float: right;}