body {
  text-align:left;
 	
}

table {
	margin:0px;
	padding:0px;
	border: none;
}
#container {
width:768px;
 margin: auto;
}
#container2 {
width:748px;
 margin: auto;
 margin-top:0px;
 background:#463402;
 padding:20px;
}

#header {
border: none;
margin-top:0px;
background-color:#463402;
padding:10px;
color:black;
width:768px;

}

#footer {
color:white;
clear: both;
margin:auto;
text-align:center;
width:768px;
font-size: .65em;
font-weight: normal;
margin-top: .5em;
margin-bottom: 1em;
padding: 5px;
}

/*** IE Fix ***/


.countTable {
	float:left;
	width:290px;
	height:150px;
	background:#457b10;
	color:black;
	padding:10px;
	margin-left:20px;
	margin-bottom:20px;
	background:#463402 URL("../images/countbg.gif") no-repeat;
}
#remain {
	color:red;
}
#form2 {
 float:left;
 width:290px;
 background:#f6f1d1;
 color:black;
 padding:0px;
 margin:0px;
 margin-left:20px;
}

.form2_top {
	background:#f6f1d1 URL("../images/f2_top.gif") no-repeat;
	height:20px;
}
.form2_bottom {
	background:#f6f1d1 URL("../images/f2_bottom.gif") no-repeat;
	height:20px;
}
#form2 a {
	color: #473614;
}

#form1 {
  float:left;
  width:410px;
  background:#f6f1d1;
  color:black;
  padding:0px;
  margin-left:20px;
}
.form1_top {
	background:#f6f1d1 URL("../images/f1_top.gif") no-repeat;
	height:20px;
}
.form1_bottom {
	background:#f6f1d1 URL("../images/f1_bottom.gif") no-repeat;
	height:20px;
}

#nav {
margin-top:0px;
margin-left:35px;
padding-top:10px;
width:120px;
float:left;
line-height:200%;
font-size:1.2em;
background:#948e42 URL("../images/bg_nav.gif") no-repeat;
}
#message {
background: white URL("../images/violetsLogo.gif") no-repeat;
	margin-top:10px;
	margin-left:10px;
	padding-left:320px;
	width:520px;
	height:250px;
}
#message h1 {
	color:#323232;
	background:#fbdb6e;
	padding:3px;
}

 p img {
 margin-right:10px;
 }
/*for looks */

body {
	color:white;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica,sans;
	font-size: 80%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	background: #fdf1d1 URL("../images/bg.gif");
	

}
#nav a {
font-size: 1.2em;
color:white;
padding:3px;
width:120px;
}
#nav a:link {
	}
#nav a:visited {
	}
#nav a:active {
	}
#nav a:hover {
	text-decoration:none;
	background:#e5e2c2;
	color: black;
	width:120px;

	}

a {
	text-decoration: none;
	color:#f1f1d1;
	font-weight:bold;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	
	text-decoration: underline;
	}
	
h1 {
	font-size:1.6em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: .5em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	color:#473614;
	font-family:georgia, times,"Times New Roman", serif;
	}
h1 span {
	font-size:.7em;
	color:black;
}
h2 {
	font-size: 1.7em;
	margin: .5em 0em .5em 0em;
	font-weight:bold;
	color:#FFFFFF;
	font-family:georgia, times,"Times New Roman", serif;
	}
h2 span {
	font-size:.7em;
	color:black;
}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border:0px;
	margin:0px;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: .9em;
	line-height: 1.8em;
	margin-left:.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: .9em;
	line-height: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong {
	font-size:1.3em;
	font-weight: normal;
	}
.alert {
	font-weight:bold;
	color:#d74200;
}
