html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
/*	background:gray;*/
	
	font-family:arial,sans-serif;
	font-size:small;
	background-color:#000000;

}

hr {width: 75%;
} 

li {font-family:Tahoma, Geneva, sans-serif;
font-size:13px;
}

p.one {font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}

p.two {font-family:Arial, Helvetica, sans-serif;
line-height:120%;
margin-left:10px;
margin-right:10px;
font-size:13px;
}

p.three {font-family:Arial, Helvetica, sans-serif;
line-height:130%;
font-size:14px;
}

p.four {font-family:Arial, Helvetica, sans-serif;
line-height:130%;
font-size:13px;
margin-left:20px;
margin-right:20px;
}

h1 {font-family:Arial, Helvetica, sans-serif;
font-style:italic;
font-size:12px;
color:#9ebd47;
margin-left:10px;
}

h2 {font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
margin-left:10px;
}

h3 {font-family:Arial, Helvetica, sans-serif;
font-style:italic;
font-size:14px;
color:#9ebd47;
margin-left:20px;
}

h4 {font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#28579f;
margin-left:10px;
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1304px;

	background-image:url(images/bg2011.jpg);
	background-repeat:no-repeat;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	margin:0px;
	padding:0px;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding:0em 0em 5em; /* bottom padding for footer */
	width:979px;
	margin-left:155px;	
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#footer {
/*	position:absolute;*/
	width:100%;
/*	bottom:0; /* stick to bottom */*/
	clear:both;

}
	div#footer p {
		padding:1em;
		margin:0;
	}
	
	#dropmenu {
	height:34px;
	width:721px;
	position:absolute;
	top:211px;
	left:418px;
}

#leftcolumn {
	width:653px;
float:left;
}

#info {
	width:643px;
	background-color:#FFF;
	margin:10px;
}


#rightcolumn {
	width:326px;
	float:right;
	
}



#blurbinner {
	width:620px;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;

}

#blurb {
    width:643px;
	padding-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#FFF;
}

#blurb2 {
background-color:#FFF;
	padding-left:10px;
}

#bulkbox {
	width:643px;
	margin-left:10px;
}

#flags {
	width:120px;
	height:24px;
	position:absolute;
	top:180px;
	left:1005px;
}

#flagsTwo {
	width:78px;
	height:24px;
	position:absolute;
	top:180px;
	left:1047px;
}

