body {
	font-family: "Times New Roman", Times, serif;
	background-color: #CCCCCC;
	background-image: url(images/strawback.jpg);
	background-repeat: repeat;
	font-weight: normal;
	}

table.border {
    padding:0px;
    background:white;
    border:0px solid black;
	background-color:#FFFFFF;
    }

td {
	font-family: "Times New Roman", Times, serif;
}
 
th {
	font-family: "Times New Roman", Times, serif;
}

td img{display:block;} 
 
 
tr {
	vertical-align:top;
}
 
h1 {
	color:#333333;
	font-weight: bold;
	font-size: 24px;
	margin-left: .5em;
	line-height: .75em;
}

h2 {
    color: #2D587B;
    font-weight: bold;
    text-decoration:underline;
  	font-size: 22px;
	margin-left: .5em;
	line-height: .75em;
}

#content {
	padding: 0px 25px 15px 25px;
}

hr {
    border: none 0;
    border-top: 1px dashed #000;/*the border*/
    width: 90%;
    height: 2px;/*whatever the total width of the border-top and border-bottom equal*/
} 

div.col1, div.col2{
    float: left;
    padding: 10px;
}

img.border {
    padding:5px;
    background:white;
    border:1px solid black;
} 
/*
ul {
    list-style-type: none;
    padding: 0;
    margin-left: 0;
    margin-right: 15px;
}

li {
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 15px;
}*/

