body {
	background-color: #666666;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
#frame {
	width: 744px;
	background-color: #dde6f7;
	background-image:  url(images/paper_tile.gif);
	background-repeat: repeat-x;
	text-align: left;
	padding: 6px 8px;
	margin-right: auto;
	margin-left: auto;
}
/* Box model hack for IE */
* html #frame {
	width: 760px;
	w\idth: 744px;
}
#banner {
	padding: 0px;
	margin: 0px;
}
#logo {
	margin-right: 6px;
}
input, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}


#rule_fat, #rule_thin {
	background: #0000a4;
	color: #0000a4;
	margin-top: 4px;
	margin-bottom: 4px;
}
/* Hack to fix IE HR margin bug */
* html #rule_fat, * html #rule_thin {
	margin-top: -4px;
	margin-bottom: -4px;
}
#rule_fat {
	height: 6px;
}
#rule_thin {
	height: 3px;
}

/* Navigation layout */
#nav {
	width: 180px;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	float: left;
}
#nav ul {
	padding: 0px;
	margin: 0px;
}
#nav li {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 4px;
}
#nav li a {
	width: 164px;
	height: 28px;
	line-height: 28px;
	color: #FFFFFF;
	background-image: url(images/navbutton_dark.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 0px 8px;
	margin: 0px;
	display: block;
}
/* Box model hack for IE */
* html #nav li a {
	width: 180px;
	w\idth: 164px;
}
#nav li a:hover {
	color: #FFFFFF;
	background-image: url(images/navbutton_mid.gif);
	background-repeat: no-repeat;
}

#nav li a.over {
	color: #0000a4;
	background-image: url(images/navbutton_light.gif);
	background-repeat: no-repeat;
}

#login {
	color: #FFFFFF;
	background-color: #0000a4;
	padding: 4px;
	margin: 0px;
}
#login h2 {
	color: #FFFFFF;
	background-color: #7883d8;
	font-size: 100%;
	padding: 4px;
	margin: 4px;
}
#login form {
	margin: 4px;
	padding: 2px;
}
#login input {
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	width: 158px;
	height: 14px;
}
#login input.button {
	color: #ffffff;
	background-image: url(images/button_small.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	border: none;
	padding-left: 14px;
	float: left;
	background-color: #0000a4;
	background-position: left left;
	width: 50px;
	height: 18px;
}


/* Content Layout */
#content {
	width: 370px;
	margin: 0px;
	padding: 0px 8px 0px 6px;
	float: left;
}
/* Box model hack for IE */
* html #content {
	width: 384px;
	w\idth: 370px;
}
#content h1, #content h2 {
	color: #0000a4;
	margin: 4px 4px 10px;
	font-size: 100%;
	font-weight: bold;
	padding: 4px;
}

#contact_head
{
	color: #0000a4;
	margin: 4px 4px 10px;
	font-size: 100%;
	font-weight: bold;
	padding: 4px;
}

#content p {
	margin: 4px 4px 10px;
	padding: 4px;
}
#content a {
	
	color:  #0000a4;
	text-decoration: underline;
}
#content a:hover {
	color:  #FF0000;
	text-decoration: underline;
}

#contentmenu a {
	color:  #0000a4;
	text-decoration: underline;
}



#order {
	font-size: 125%;
	color: #000000;
	background-color: #FFFFFf;
	font-family: Arial, Helvetica, sans-serif;
}
#order h2 {
	color: #FFFFFF;
	background-color: #0000a4;
	font-size: 140%;
	font-style: italic;
	font-weight: bold;
	padding: 2px;
	margin: 4px 4px 4px 4px;
}
#order h3 {
	color: #0000a4;
	font-size: 160%;
	font-style: italic;
	font-weight: bold;
	padding: 12px 2px 2px 2px;
	margin: 0px 4px 4px 4px;
}
#order p {
	margin: 8px 80px 8px 8px;
	padding: 4px;
}
#order p a {
	color:  #0000a4;
	text-decoration: underline;
}

#ordercopy {
	height: 175px;
	background-image: url(images/img_order_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#order a.button {
	width: 343px;
	height: 30px;
	line-height: 30px;
	color:  #0000a4;
	background-image:  url(images/orderbutton_light_1.gif);
	background-position: right;
	background-color: #CEE5F7;
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 0px 8px;
	font-size: 85%;
	display: block;
	margin-left: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-decoration: underline;
}
/* Box model hack for IE */
* html #order a.button {
	width: 343px;
	w\idth: 343px;
}


/* Sidebar Layout */
#sidebar {
	width: 180px;
	color: #0000a4;
	background-color: #edf1fc;
	padding: 0px;
	margin: 0px;
	font-size: 80%;
	float: left;
}

/* Footer Layout */
#footer {
	width: 744px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* General-purpose classes */
.heavy {
	font-weight: bold;
	font-style: italic;
}
.illustr {
	float: right;
	padding: 4px 4px 12px 12px;
}
.margin6px {
	margin: 0px 6px 6px;
}
.onright {
	float: right;
}
.onleft {
	float: left;
}
.floatend {
	clear: both;
	visibility: hidden;
	line-height: 0px;
	margin: 0px;
}

/* Holly hack for IE6 Peek-a-boo bug */
/* Hides from IE-mac \*/
* html .hollyhack {height: 1%;}

ul.list_gwt {
	list-style-position: outside;
	list-style-image: url(images/bullet_blue_1.gif);
	padding-left: 20px;
	margin-left: 0px;
}
ul.list_gwt li {
	margin-bottom: 8px;
}

#feedback {
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFf;
	font-family: Arial, Helvetica, sans-serif;
}
#feedback h2 {
	color: #FFFFFF;
	background-color: #0000a4;
	font-size: 125%;
	font-style: italic;
	font-weight: bold;
	padding: 2px;
	margin: 4px 4px 4px 4px;
}
#feedback h3 {
	color: #0000a4;
	font-size: 140%;
	font-style: italic;
	font-weight: bold;
	padding: 12px 8px 2px 8px;
	margin: 0px 4px 0 4px;
}
#feedback p {
	margin: 4px 195px 8px 12px;
	padding: 4px 0 0 0;
}
#feedback p a {
	color:  #0000a4;
	text-decoration: underline;
}

#fbcopy {
	height: 230px;
	background-image: url(images/img_everbuild.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
div#tracking
{
	text-align: center;
}
div#tracking a
{
	position: absolute;
	top: 2400px;
}
div#tracking a:hover
{
	
}