﻿@import url("layout.css");
body {
	background-image: url('../images/bg.jpg');
	font-family:"Times New Roman", Times, serif;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	font-size: xx-large;
	color: #FFFFFF;
}

/* Definitions for the header */
table.mainheader {
	border: 0px;
}

td.logo {
	border: 0px;
	width:70px;
	height:60px;
}

td.headertext {
	font-size: xx-large;
	color: #FFFFFF;
	border: 0px;
	height:60px;
	width:800px;
	text-align:left;	
}

td.paypal {
	border: 0px;
	vertical-align:bottom;	
}

/* Definitions for the menubar */
table.menubar {
	border: 0px;
	width:1016px;
}

td.menubartop {
	border: 0px;
	width:1016px;
	height:68px;
	background-image: url('../images/maintable_top.png');
	vertical-align:top;
	text-align:center;
}

table.menubuttons {
	border: 0px;
	width:981px;
	height:50px;
	margin-top:15px;
	padding-left:20px;
/*	margin-left:40px;*/
}

td.menubarbuttons_bg {
	border: 0px;
	width: 981px;
	height: 40px;
	background-image: url('../images/menubar.png');
	vertical-align: top;
	text-align: center;
	background-repeat: no-repeat;
}

td.menubarbutton {
	border: 0px;
	width: 100px;
	height: 40px;
	text-align: center;
	color: #FFFFFF;
	font-size: x-small;
}
/*
:hover {
	font-size: large;
	color: #000080;
}
*/
#page_content {
	background-image: url('../images/maintable_middle.png');
	background-repeat: repeat-y;
	height:auto;
	width:1016px;
	padding-top: 10px;
}

div.content_square {
	height:auto;
	width:930px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	border:1px;
	border-style:solid;
	border-color:#E0E0E0;
	background-color:#F5F5F5;
}

div.content_square h1 {
	font-size: x-large;
	font-style:normal;
	color: black;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:20px;
}

div.content_square h2 {
	font-size: large;
	font-style:normal;
	color: black;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:20px;
}

div.content_square p {
	font-size: medium;
	font-style:normal;
	color: black;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:20px;
}

div.content_square a {
	color: #598A04;
	text-decoration: underline;
	font-size: medium;
}
div.content_squarea:hover {
	color: #000000;
	text-decoration: underline;
}

div.content_square img {
	margin-top:3px;
	margin-bottom:3px;
	margin-left:20px;
	margin-right:10px;
	float:left;
}

div.content_square ul {
	text-align: left;
}

#footer {
	background-image: url('../images/maintable_bottom.png');
	background-repeat:no-repeat;
	height:60px;
	width:1016px;
	clear: both;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 5%;
	vertical-align: middle;
}
#masthead img {
	float: left;
}
#masthead p {
	font: inherit;
	font-size: xx-large;
	margin: 0;
	margin-right: 1%;
	font-family: "Trebuchet MS";
}

/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
	font-size: small;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
