body {
	margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

table {
	margin: 0;
	border: 1px solid #333;
}

td {
	height: 100%;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	text-align: left;
	background: #06C;
	color: #FFF;
	white-space: nowrap;
}

form { display: inline; }

h1,h2,h3 {font-weight: bold;}

h1 {
	font-size: 1.2em;
	padding: 0 0 8px 0;
	margin: 0;
}

h2 {
	font-size: 1.05em;
	padding: 15px 0 8px 0;
	margin: 0;
}

h3 {
	font-size: .95em;
	font-style: italic;
	padding: 8px 0 8px 0;
	margin: 0;
}

.skipNav {
	position: absolute;
	left: -999px;
	width: 990px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0066CC;
	text-decoration: underline;
}

a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: underline;
}
	
.art:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	color: #0066CC;
	text-decoration: underline;
}
.art:visted {
	color: #666666;
	text-decoration: underline;
}
.art:hover {
	color: #FF6600;
	text-decoration: none;
}
.art:active {
	color: #000000
	text-decoration: underline;
}

#Splash {
	width:300px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
}

#Splash p {
	text-align:center;
	margin: 0;
	padding: 2px 0px 2px 0px;
}

#container {
    position: relative;
    margin: 0 auto;
    text-align: left; /*corrects for IE hack*/
    }

#Content {
	width:600px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	border:1px dashed #333;
	background-color:#eee;
	}

#Content a.links {
	font-size: 1.1em;
	color: #000000;
	text-decoration: underline;
	padding: 0 0 0 8px;
}

#Content a:hover.links {
	text-decoration: none;
	color: #000000;	
}

#Content a:visited.links {
	text-decoration: none;
	color: #666666;	
}

#Content p {
	margin: 0;
	padding: 4px 0px 4px 0px;
}

#Content p.docs {
	margin: 0;
	padding: 4px 0px 4px 0px;
	color: #666666;
	font-size: .85em;
}

#Menu {
	border: 1px dashed #333;
	background-color: #eee;
	display: block;
	}
	
	/* Testing */
	
#outside {
	width:600px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	border: 1px dashed #333;
	background-color: #eee;
	}
	
#left {
	border: 1px dashed #333;
	background-color: #CCC;
	position: relative;
	width: 50%;
	text-align: left;
	}
	
#right {
	border: 1px dashed #333;
	background-color: #CCC;
	position: realtive;
	width: 50%;
	text-align: right;
	}
	
td.table_title {
	color: #FFF;
	background: #333;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}
tr.light {
	background: #FFF;
}

.price {
	color: #900;
}

.new {
	font-weight: bold;
	color: #090;
}

.list_price {
	text-decoration: line-through;
}

.contact {
	border: none;
	width: 100%;
}
