body {
	background-color: black;
	margin: 0;
	padding: 0;
	font-family: verdana;
}

h1 {
	font-size: 3em;
	color: #021862;
}


table#mainlayouttable {
	background-color: #E5E8EB;
}

#maincontent {
	background-attachment: scroll;
	background-image: url('img/bg-1.jpg');
	background-repeat: repeat-x;
	background-position: center top;
}

#leftedge {
	background-attachment: scroll;
	background-image: url('img/award-left.jpg');
	background-repeat: repeat-y;
	background-position: center top;
}

#rightedge {
	background-image: url('img/award-right.jpg');
	background-repeat: repeat-y;
}

td.boxborder-t {
	background-image: url('img/boxborder/t.gif');
	background-repeat: repeat-x;
}
td.boxborder-r {
	background-image: url('img/boxborder/r.gif');
	background-repeat: repeat-y;
}
td.boxborder-b {
	background-image: url('img/boxborder/b.gif');
	background-repeat: repeat-x;
}
td.boxborder-l {
	background-image: url('img/boxborder/l.gif');
	background-repeat: repeat-y;
}
td.boxborder-inside {
	background-color: white;
	font-size: 10pt;
	font-family: verdana;
	line-height: 2em;
}

td.featured {
	background-color: white;
	font-size: 14pt;
	font-weight: bold;
	color: #444444;
	font-family: verdana;
	line-height: 2em;
}

td.content {
	background-color: #F8F8F8;
	font-size: .8em;
}


table.divpics td {
	text-align:center;
}

table.divpics img{
	border: 3px solid #041B78;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 12px;
	margin-right: 12px;
	
}

table.products td{
	text-align: center;
	font-size: .8em;
	vertical-align:middle;
}

div.footer {
	text-align: center;
	font-size: 0.8em;
	color: #333333;
	margin: 5px;
}
