﻿@import url("layout.css");
body   {
	font-size: 10pt; 
	font-family:"Comic Sans MS", Arial, Helvetica, Sans-serif;
	background-color:#003399;
	}
#container {
	width:795px;
	background-color: white;
	background-position:center;
	margin: 10px auto;
	border-color:#800000;
	border-style:solid;
	border-width:medium;
}
#masthead {
	width:795px;
	background-color:white;
	background-image:url('../images/new-logo-white.jpg');
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	height:150px;
}
#content {
	position: relative;
	width: 755px;
	padding:20px;
	margin-top:20px;
	background-color:white;
}
#header{
	margin-left:10px;
	font-size:xx-small;
}
#header a {
	font-size:xx-small;
}

#catalog {
	text-align:center;
    width:760px;
	margin-left:25px;
	margin-bottom:5px;
	position:relative;
	
}
#catalog table {
	width:75%;
	vertical-align:middle;
	margin-left:150px;
}
#catalog td {
	width:33%;
	text-align:center;
	
}
#catalog img {
	height:150px;
	float:left;
}
#catalog_item {
	text-align:center;
    width:760px;
	margin-left:25px;
	margin-bottom:5px;
	position:relative;
}
#catalog_item table {
	width:90%;
	vertical-align:middle;
	margin-left:40px;
}
#catalog_item td {
	width:33%;
	text-align:center;
	
}
#catalog_item p {
	text-align:center;
	
}
#catalog_item img {
	height:auto;width:auto;margin-left:0px	
}

#footer {
	position: relative;
	width: 795px;
	background-color:white;
	border:medium;
	border-top-color:#003399;
}

#footer hr {
	color:#800000;
}
#pagecenter {
	text-align:center;
	padding:20px;
}
h1 {
	font-size: 14pt; 
	font-weight: bold; 
	text-align: center; 
	color: #003399;
	}
h2	{
	font-size: 14pt; 
	font-weight: bold; 
	text-align: center;  
	color: #800000;
	}
h3	{
	font-size: 12pt; 
	font-weight: bold; 
	text-align: center;  
	color: #003399;
	}
h4	{
	font-size: 12pt; 
	font-weight: bold; 
	text-align: center;  
	color: #800000;
	}
h5	{
	font-size: 10pt; 
	font-weight: bold; 
	text-align: left;   
	color: #800000;
	}

p	{
	font-size:  10pt;
	}

a			{color: #003399; font-weight: bold; }
a:visited	{color: #800000; font-weight: bold; }
a:link		{color: #003399; font-weight: bold; font-style: normal; }
a:hover		{color: #003399; font-weight: bold; font-style: italic;}

table		{background-color: white; border-color: #003399; border-collaspe: collaspe; }

td			{font-size: 10pt; color: black;
}

col         { border-style: solid }

#orderform {
	width: 629px;
	margin: 10px auto;
	font-family:"Comic Sans MS";
	font-size:small;
}
.cal_month {
	font-size: small;
	font-weight:bold;
	color: #800000;
	text-align:left;
}

