body 
{ 
	font-family: Arial, Helvetica, serif;
	font-weight: normal;
	font-size: 11pt;
	text-decoration: none; 
	margin: 0px;
	padding: 0px;
	background-image: url('../images/bodybg.gif');
}
.wrapper
{
	padding: 0;
	text-align: center;
	padding: 15px;
	width: 748px;
}
.leftShadow
{
	background-image: url('../images/left.png');
	background-repeat: repeat-y;
	width: 5px;
	color: white;
}
.rightShadow
{
	background-image: url('../images/right.png');
	background-repeat: repeat-y;
	width: 5px;
}
h1, h2, h3
{
	margin: 0px;
	padding: 0px;
}
ul, ol, li
{
	font-family: Arial, Helvetica, serif;
	font-weight: normal;
	font-size: 11pt;
	color: black;
}
p
{
	font-family: Arial, Helvetica, serif;
	font-weight: normal;
	font-size: 11pt;
}
p.title
{
	font-weight: bold;
	text-decoration: underline;
	padding: 0 10px 5px 10px;
	background-image: url('/media/images/arrow.gif');
	background-repeat: no-repeat;
	background-position: left;
}
p.info
{
	font-style: italic;
	color: #666666;
	padding: 0 10px;
}
p.price
{
	font-style: italic;
	font-weight: bold;
	color: #666666;
	padding: 0 10px;
}
p.order
{
	padding: 0 10px;
}
div.border
{
	border-top: 1px dotted #205DD1;
}
a
{
	color: #205DD1;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
img
{
	border: 0px;
}
ul
{
	list-style-type: square;
}
.header
{
	background-color: white;
	padding-top: 5px;
	padding-bottom: 15px;
}
.navigation
{
	padding: 0;
	margin: 0; 
	background-color: white;
	text-align: left;
	width: 748px;
	background-image: url('/media/images/navbg.gif');
	background-repeat: repeat-x;
	height: 30px;
}
.navigation a
{
	text-decoration: none;
}
.navigation a:hover
{
	text-decoration: none;
	color: #9D3538;
}
.subnavTop	
{
	background-image: url('/media/images/tabbg.gif');
	background-repeat: no-repeat;
	width: 100%;
	height: 138px;
	text-align: left;
}
.subnavTopText	
{
	padding-top: 100px;
	padding-left: 10px;
	text-transform: uppercase;
	color: #205DD1;
	font-size: 18pt;
}
.subnav	
{
	background-image: url('/media/images/tabbg.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 100%;
	height: 30px;
	text-align: left;
}
.subnav a
{
	text-decoration: none;
}
.subnav a:hover
{
	text-decoration: none;
}
.content
{
	color: black;
	text-align: left;
	margin: 0 auto;
	padding: 15px 10px;
}
input
{
	font-family: Arial, Helvetica, serif;
	font-size: 10pt; 
}
textarea
{
	font-family: Arial, Helvetica, serif;
	font-size: 10pt; 
}
form
{
	padding: 0 15px;
	margin: 0;
	color: black;
}
.contactLeft
{
	float: left;
}
.contactRight
{
	float: right;
}
.bot
{
	margin: 0 auto;
	height: 12px;
	background-image: url('../images/bot.png');
	background-position: center;
	background-repeat: no-repeat;
}
.credit
{
	padding: 10px; 
	margin: 10 auto;
	text-align: center;
	font-size: 10pt;
	color: #666666;
}
