td {
	vertical-align: top;
    font-size: 10px;
}

body {
	background-color: white;
	color: black;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
    font-size: 10px;
}

div.container {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
 	/*border: 1px solid #AAF;*/
    background-image: url('images/distributor_background.jpg') ;
    background-color: #fcfdfd;
    background-repeat: no-repeat;
    padding-top: 200px;
    height: 568px;
    text-align: left;
}

#content {
    margin-left: 100px;
    width: 848px;
    height: 460px;
    overflow: auto;
}

#statelinks {
    width: 100%;
 /*   border: 1px solid black;    */
}

#statelinks td {
  padding-right: 10px;
 /* width: 10%; */
}

#statelinks a, a:visited {
  font-size: 11px;
  color: #0000FF;
  font-weight: normal;
}

#state table {
    width: 100%;
}

#state td {
    padding-right: 5px;
    padding-bottom: 20px;
    width: 25%;
}

/* Unrelated to GUSPorts */

#heading {
	width: 590px;
	height: 80px;
	padding: 5px;
	vertical-align: baseline;
	background-color: #006;
	text-align: right;
}
#heading a {
	color: white;
	font-size: 30px;
	text-decoration: none;
}

div.menubar {
	width: 596px;
	height: 1em;
	background-color: #cce;
	padding: 2px;
}

#news_item {
	margin: 10px;
	padding: 5px;
	border: 1px solid gray;
	background-color: white;
	overflow: hidden;
}

#news_item img {
	float: right;
}

#news_item h1 {
	font-size: 16px;
	font-weight: bold;
	display: inline;
}

#news_item h2 {
	font-size: 14px;
	font-weight: normal;
	display: inline;
}

#news_item a {
	font-size: 12px;
}

#news_archives {
	text-align: center;
	font-size: 12px;
}

#news_archives a {
	cursor: pointer;
}

#news_archives span {
	color: grey;
}

div.pagetitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

img.template_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 290px;
}

img.template_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	max-width: 290px;
}

div.template_summary_left {
	float: left;
	font-size: 12px;
	width: 290px;
}

div.template_summary_right {
	float: right;
	font-size: 12px;
	width: 290px;
}


div.template_content {
	font-size: 10px;
	clear: both;
}

table.products {
	width: 100%;
}

table.products td {
	text-align: center;
	padding: 10px;
}

table.products a { 
	color: black;
}
table.products img {
	border: 1px solid gray;
}



