*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff;
	color: #000000;
	font-size: 22px;
	font-family: "garamond";
}

img
{
	border: 0;
}

#pagediv
{
	margin: 0px auto;
	width: 900px;
	border-left: 1px solid #0D2237;
	border-right: 1px solid #0D2237;
	background: #E5E5E5;	
}

#headercontainer
{
	width: 900px;
	height: 140px;
	background: url('../images/design_01.gif') repeat-x;	
}

#logo
{
	margin: 0px auto;
	width: 300px;
	height: 140px;	
	background: #ffffff;	
}

#menucontainer
{
	width: 900px;
	height: 50px;
	background: url('../images/design_06.gif') repeat-x;	
}

#menu
{
	margin: 0px auto;
}

#menu ul
{
	list-style-type: none;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	display: block;
	height: 49px;
	line-height: 49px;
	font-size: 16px;
	color: #469EC6;
	text-decoration: none;
	padding-left: 20px;
	border-top: 1px solid #0D2237;
	padding-right: 20px;
}

#menu ul li a:hover
{
	background: #2C4C6C;
	color: #ffffff;
}

.maincontainer
{	
	width: 900px;
}

.maincontainer p
{	
	margin-bottom: 22px;
}

.maincontainer ul, .container ul
{	
	list-style-type: square;
}

.maincontainer ul li, .container ul li
{	
	margin-bottom: 22px;
}

.maincontainer ul li, .container ul li
{	
	margin-left: 22px;
}

.mainleft
{	
	float: left;
	width: 450px;
	background: url('../images/design_11.gif') repeat-y;	
}

h1, h2, h3
{	
	padding: 20px 10px 5px 20px;
	line-height: 28px;
	margin-bottom: 22px;
	font-size: 28px;
	color: #0D2237;
	background: url('../images/design_09.gif') top no-repeat;	
}

h4
{	
	padding: 0px 0px 10px 20px;
	line-height: 28px;
	margin-bottom: 22px;
	font-size: 28px;
	color: #0D2237;
}

.mainright
{	
	float: right;
	width: 450px;
	background: url('../images/design_11.gif') repeat-y;	
}

.whitefooter
{
	height: 20px;
	background: url('../images/design_21.gif') top no-repeat;	
}

.bluebox
{	
	float: right;
	width: 450px;
	color: #ffffff;
	background: url('../images/design_14.gif') repeat-y;	
}

.bluebox h4
{	
	height: 40px;
	padding-left: 20px;
	color: #469EC6;
	line-height: 28px;
	font-size: 28px;
	margin-bottom: 22px;
	background: url('../images/design_10.gif') top no-repeat;	
}

.bluefooter
{
	height: 20px;
	background: url('../images/design_17.gif') top no-repeat;	
}

.container
{
	padding: 0px 20px 0px 20px;
}
.container p
{	
	margin-bottom: 22px;
}

.fullbox
{	
	float: right;
	width: 900px;
	color: #000000;
	background: url('../images/design_25.gif') repeat-y;	
}

.fullbox h1
{	
	margin-bottom: 22px;
	padding-left: 20px;
	color: #469EC6;
	font-size: 28px;
	line-hight: 28px;
	background: url('../images/design_24.gif') top no-repeat;	
}

.fullfooter
{
	height: 20px;
	background: url('../images/design_28.gif') top no-repeat;	
}

#footer
{
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	width: 900px;
	background: url('../images/design_02.gif') repeat-x;	
}

#footer a
{
	color: #ffffff;
	text-decoration: none;
}

.imgleft
{
	float: left;
	padding: 2px;
	border: 1px dashed #0D2237;
	margin: 2px 5px 0px 0px;
}

.imgright
{
	float: right;
	margin: 2px 5px 0px 0px;
}

fieldset
{
	border: 0px;
}

.leftcontainer
{
	float: left;
	width: 450px;
}

.rightcontainer
{
	float: right;
	width: 450px;
}

.secure
{
	width: 400px;
	margin: 0px 30px 0px 0px;
	float: right;
	text-align: right;
}

.clear
{
	clear: both;
}


.button
{
	margin: 0px auto;
	text-align: center;
	padding-bottom: 16px;
}

.saleslink
{	
	color: #476E92;
	text-decoration: underline;
}

.saleslink:hover
{	
	background: #476E92;
	color: #000000;
	text-decoration: none;
}

.center
{
	text-align: center;
	font-weight: bold;
}

.bigred
{
	font-weight: bold;
	color: #ff0000;
}

.bigblue
{
	font-weight: bold;
	color: #0000FF;
}

.footerspacer
{
	line-height: 22px;
}

.button
{
	color: #ffffff;
	border: 1px solid #0D2237;
	background: #2E5478;
	font-size: 20px;
	font-family: garamond;
	padding: 5px;
	cursor: pointer;
}

.input
{
	color: #ffffff;
	border: 1px solid #0D2237;
	background: #2E5478;
	font-size: 18px;
	font-family: garamond;
	padding: 3px;
}

.form
{
	margin: 0px 0px 16px 10px;
	float: left;
}