body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .85em;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	width: 1024px;
	margin: 15px auto;
	text-align: left;
}

#titleTag {
	position:relative;
	top: -20px;
}

#titleTag h3 {
	margin: 0;
}	

#titleTag h4 {
	margin: 0;
}

#nav {
	position: relative;
	top: -48px;
	left: 650px;
	width: 300px;
}

#nav ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding-right: 3px;
	font-size: 11px;
}

#nav ul li a {
	color: #003300;
	text-decoration: none;
}

<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#haiku { width: 250px; }
#haiku { padding-top: 30px; }
#haiku ul{ padding-left: 30px;}
#history { zoom: 1; }
table { padding: 15px;}

/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

#haiku {
	float: right;
	width: 300px;
	padding: 15px 10px;
	
}

#haiku ul {
	color: #3B3720;
	margin-left: 30px;
}

#haiku ul li {
	list-style: url(../images/bullet.gif);
}
#preview {
	margin-left: 0px;
}
#preview ul li {
	list-style: url(../images/bullet.gif);
}
h3 {
	color:#BD1C18;
}

h3, h4, div, p {
	margin-left:35px;
}

table#formTable {
	border: 1px solid #000000;
	margin-left: 75px;
}

.padding {
	padding: 15px;
}
	

table#formTable td {
	padding-bottom:10px;
	padding-left: 15px;
}

li {
	list-style:square;
}
#link li {
	list-style: url(../images/bullet.gif);
	margin-left: -30px;
}

#link li a {
	text-decoration:none;
}

.error {
	color: #BD1C18;
	background:transparent url(../images/bullet.gif) no-repeat scroll 6px center;
	padding-left:20px;
	font-weight: normal;
}

#errorBox {
	border: 2px solid #BD1C18;
	padding:10px;
	margin-left: 75px;
	width: 550px;
}

#userHaiku {
	margin-left:35px;
	padding-left:15px;
	line-height:1.25em;
}

.subBtn {
	float: left;
	margin-right: 10px;
	color:#FFFFFF;
	background-color:#BD1C18;
	font-size: 1em;
	padding:0px 2px 2px 2px;
	border: 0;
	*padding:0px;
}

.subBtn:hover {
	color:#BD1C18;
	background-color:#FFFFFF;
}

a {
    color:#000;
	text-decoration: underline;
}

a:hover {
    color: #BD1C18 !important;
}

#footer {
    background-color: transparent;
    width: 990px;
    color: #aaa;
    font-size: .7em;
	margin: 50px auto 10px auto;
}

#footer a {
    color: #666;
    padding: .1em .15em .1em .25em;
}
