body{
	background-color : #ffffff;
	font-family : Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 0.85em;
	font-weight : normal;
	text-align: center;
	color:#002164;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

h1{
	font-size : 2em;
	color: #002164;
	margin-top: 0px;
	margin-bottom: 8px;
}

h2{
	font-size : 1.3em;
	color: #db0124;
}

h3{
	font-size : 1.1em;
	color: #db0124;
}

p {
	margin: 0px;
	padding: 3px 0px 8px 0px;
}

a {
	color: #002164;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

acronym {
	cursor:pointer;
}

form {
	padding-bottom: 10px;
	margin-bottom: 0px;
}

input, textarea, select {
	border: 1px solid #c2c2c2;
	font-family : Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1em;
}

input {
	width: 180px;
}

textarea {
	width: 250px;
	height: 108px;
}

.button {
	font-size: 0.9em;
	color: #ffffff;
	background-color: #002164;
	font-weight: bold;
	cursor:pointer;
	padding: 0px 2px 0px 2px;
	width: auto;
}

.containerbg {
	margin: auto;
	width: 776px;
	padding: 0px;
	background-image: url(../images/containerbg.jpg);
	background-repeat: repeat-y;
	position: relative;
}

.container {
	overflow: auto;
	margin: auto;
	width: 756px;
	padding: 0px 10px 0px 10px;
	background-image: url(../images/container.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
}

.stylechanger {
	position: absolute;
	top: 0px;
	right: 32px;
	float: right;
	padding: 2px 5px 2px 5px;
	background-color: #db0124;
	font-size: 0.8em;
}

.stylechanger a {
	color: #ffffff;
	text-decoration: none;
}

.stylechanger a:hover {
	text-decoration: underline;
}

.menu {
	width: 160px;
	padding: 10px 17px 10px 17px;
	background-image: url(../images/menu.jpg);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	color: #002164;
	margin-bottom: 20px;
	font-size: 0.9em;
}

.menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.menu li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #db0124;
}

.menu img {
	padding-top: 50px;
}

.menu a {
	text-decoration: none;
}

.menu a:hover {
	color: #db0124;
	text-decoration: none;
}

.submenu {
	position: relative;
	left: 15px;
}

.submenu li {
	margin-right: 15px;
	list-style: square;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: none;
}

.content {
	float: right;
	margin-top: 10px;
	margin-right: 20px !important;
	margin-right: 10px;
	width: 520px;
	margin-bottom: 20px;
	font-size: 0.9em;
}

.content ul {
	list-style-image: url(../images/list.gif);
	position: relative;
	left: -20px;
}

.content li {
	list-style: square;
	margin-bottom: 5px;
}

.footer {
	clear: both;
	overflow: auto;
	width: 740px;
	padding: 5px 8px 3px 8px;
	margin: auto;
	background-color: #002164;
	color: #ffffff;
	font-size: 0.75em;
}

.footer a {
	text-decoration: underline;
	color: #ffffff;
	font-weight: normal;
}

.footer a:hover {
	text-decoration: none;
}

.bluebox {
	clear: both;
	margin-top: 20px;
	float: left;
	width: 272px;
	padding: 9px 0px 9px 15px;
	font-weight: bold;
	background-color: #e7e8ec;
	font-size: 0.9em;
}

.bluebox h2 {
	padding: 0px;
	margin: 0px;
}

.bluebox ul {
	padding: 0px;
	margin: 0px 0px 0px 30px;
}

.bluebox li {
	padding: 5px 0px 0px 0px;
	margin: 0px;
	list-style: square;
}

.productimg {
	float: right;
	margin-top: 20px;
}

.boldred {
	font-weight: bold;
	color: #db0124;
}

.error {
	color: #db0124;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}