/** 
 * HTML Definitions
 */
* { font-size: 100%;}

html, body {
	margin: 0;
	padding: 0;
	background: white;
}

body {  
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: black
}

a, a:link, a:visited, a:active { 
	color: #021d84;
}
a:hover { 
	color: #8f9e8b;
}

h1 {
	margin: 0.3em 0;
	font-size: 1.85em;
}

h2 {
	margin: 0.3em 0;
	font-size: 1.4em;
	font-weight: normal;
}

h3 {
	margin: 0.3em 0;
	font-size: 1.2em;
}

p {
	margin: 0.8em 0;
	line-height: 1.3em;
	text-align: justify;
}

pre {
	font-size: 1.2em;
}

.footnote { font-size: 0.8em;}

img, form, fieldset { 
	margin: 0; 
	border: 0; 
	padding: 0;
}

.clear {
	clear: both;
	font-size: 1px;
	margin: 0;
}

.strong {
	font-weight: bold;
}

.hidden {
	display: none;
}

.nowrap {
	white-space: nowrap;
}

.pointer {
	cursor: pointer;
}

.underline {
	text-decoration: underline;
}
.strikethrough {
	text-decoration: line-through;
}
.indent {
	margin-left: 50px;
}
.left {
	float: left;
}
.center {
	text-align: center;
}
.right {
	float: right;
}
.top {
	vertical-align: top;
}
.bottom {
	vertical-align: bottom;
}
td.left, th.left {
	float: none;
	text-align: left !important;
}
td.center, th.center {
	text-align: center !important;
}
td.right, th.right {
	float: none;
	text-align: right !important;
}

/**
 * Layout Definitions
 */
#mainBox {
	position: relative;
	margin: 10px auto;
	width: 650px;
}
#headerBox {
	text-align: center;
	padding-bottom: 10px;
}
#leftColumn {
	float: left;
	width: 350px;
	padding-right: 40px;
}
#rightColumn {
	float: left;
	width: 250px;
	padding-top: 18px;
}
#rightColumn p {
	text-align: right;
	font-size: 0.9em;
}
#orderForm {
	page-break-before: always;
	clear: both;
	padding-top: 20px;
}
#orderForm .hr {
	background: transparent url('../images/hr.gif') repeat-x;
	height: 3px;
	font-size: 0;
}
#orderForm h1 {
	margin: 10px 0;
	font-size: 1.4em;
	text-align: center;
	text-transform: uppercase;
}
#orderForm .address {
	float: right;
	text-align: right;
	font-size: 0.9em;
}

div.homeColumn {
	float: left;
	width: 300px;
	padding-right: 25px;
}
div.homeColumn div {
	height: 350px;
}