/* BASIC htm DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;}

body {
	background-color: #000;
	background: #000 url('images/sbar.jpg') repeat;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 75%; 
	margin: 0}

table, td, tr {
	/* background-color: #fff;*/
	/*padding: 0px; */
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px
	margin: 0; 
	border-collapse: collapse; 
	font-size: 12px;}

hr {
	background-color: #fff; 
	color: #fff; 
	height: 4px; 
	width: 100%; 
	border-top: 1px solid #fff; 
	border-bottom: 2px solid #3871b4;
    border-left: 1px solid #fff; 
	border-right: 1px solid #fff;}

img {
	border: 0px none; 
	margin: 0; 
	padding: 0}

form {
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 100%;}

.forminput {
	background-color: #fff; 
	color: #000; 
	border: 1px solid #3871b4; 
	padding: 3px; 
	font-size: 100%; 
	font-family: Arial, Verdana, sans-serif; 
	margin: 2px;}

/* HEADING DEFINITIONS */

h1 {
	font-family: Georgia, Times, serif; 
	color: #3871b4; 
	text-align: left; 
	font-size: 28px; 
	font-weight: bold;
	height: 34px;
	padding-top: 4px;
	border-bottom: 3px double #3871b4; 
	}

h2 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	/* color: #738e43; */
	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: #73a9d7; 
	text-align: left; 
	font-size: 18px; 
	font-weight: normal;}

h4 {
	font-size: 120%; 
	font-weight: bold; 
	color: #73a9d7; 
	border-bottom: 1px solid #73a9d7;}

h5 {
	font-size: 120%; 
	font-weight: bold; 
	color: #738e43;}

h6 {
	font-size: 26px; 
	/* font-size: 120%; */
	font-weight: bold; 
	color: #3871b4;}
	
/* BASIC LINK COLORS */

a {
	color: #3871b4; 
	text-decoration: none; 
	font-weight: bold;}

a:hover {
	color: #486736; 
	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; 
	background: #d0d0d0 url('images/backgroundx.jpg') repeat-x;
	text-align: left; 
}

.mainimage {
	width: 750px; 
	font-family: Georgia, Times, serif; 
	/*background-color: #73a9d7;*/
	background-color: #d0d0d0;
	background-image: url('images/mainimage.jpg'); 
	text-align: left; 
	color: #fff; 
	font-size: 18px; 
	padding-left: 30px;
	padding-bottom: 0px;
	height: 150px}

.logoname {
	width: 500px; 
	background: #fff url('images/logo.jpg') no-repeat;
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	/* font: normal 24px "Times New Roman", Times, serif; */
	color: #c0c0c0; 
	font-weight: bold; 
	text-align: left; 
	height: 60px; 
	font-size: 28px}

span.long {
	color: #3871b4;
	font-size: 34px
	font-weight: bold;
	letter-spacing: 2px;}

.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 10px 10px 10px; 
	font-size: 11px; 
	/*border-left: 1px dashed #c0c0c0;*/}

.maintext {
	background-color: #fff;
	width: 500px; 
	vertical-align: top; 
	text-align: left; line-height:135%; margin-top:4; padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:10px}
	
span.name {
	color: #3871b4;
	font-weight: bold}

.footnote { 
	color: #a0a0a0;
	font-size: 85%; 
	vertical-align: top; 
	text-align: left; line-height:150%; margin-top:6; padding-left:0; padding-right:10px; padding-top:10px; padding-bottom:10px}

.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 #3871b4;}

.copyright {
	text-align: center; 
	font-size: 90%; 
	color: #000; 
	height: 50px; 
	border-top: 4px solid #3871b4;}


/* 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;}