/* CSS Document */
#container{
	min-width: 900px;
	width: 900px;
	/*position: absolute;*/
	left: 25px;
	/*border: 1px solid red;*/
}

#content{
	min-width: 900px;
	width: 900px;
	/*position: absolute;*/
	left: 25px;
	background-image: url(images/bg-tan-white.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}


#header_logo{
	background-color:#FFFFFF;
	height: 100px;
	width: 135px;
	float: left;
	/*border: 1px solid yellow;*/
}

#header_main{
	height: 75px;
	font-size: 38px;
	width: 760px;
	padding-top: 25px;
	color: #2B5720;
	font-family: "Times New Roman", Times, serif;
	float: right;
	/*border: 1px solid blue;*/
}

#left{
	background:#EDE7CF;
	width: 130px;
	height: 360px;
	float: left;
	/*border: 1px solid black;*/
}

#main{
	width: 730px;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	/*border: 1px solid green;*/
}

#footer{
	clear: both;
	font-size: 12px;
	padding-top: 15px;
}

h1.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #2b5720;
	text-align: center;	
	position: relative;
	top: -4;
}

h1.wait {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #2b5720;
}

h1.taxguide{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#990000;
}

h2.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003300;
}

h2.taxguide{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#990000;
}

#subhead {
	font-size: 18px;
	color: #302056;
}

em {
	color: #302056;
}

body {	
	color: #2B5720;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

p.outline {
	border: thin solid #CCCCCC;
}
#search_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2B5720;
	text-decoration: none;
}
#note {
	font-size:x-small;
	font-style: italic;
	color: #990000;
}
