body {
background-color: white;
background-image: url("images/bgtexture.jpg");
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
}

div#wrapper {
margin: auto;
text-align: center;
width: 960px;
}


div#header {
position: relative;
float: center;
width: 960px;
}

div#leftside {
float: left;
width: 202px;
padding-right: 18px;
}

div#center {
float: left;
background-color: #FAFAFF;
width: 496px;
border: 2px solid #98B572;
padding: 10px;
text-align: left;
}

div#rightside {
float: left;
width: 202px;
padding-left: 18px;
}

div.button {
width: 202px;
height: 37px;
background-image: url("images/button.gif");
margin-bottom: 25px;
padding-top: 15px;
}

div.buttonleft1 {
width: 202px;
height: 36px;
background-image: url("images/left1.gif");
margin-bottom: 25px;
padding-top: 15px;
}

div.buttonleft2 {
width: 202px;
height: 37px;
background-image: url("images/left2.gif");
margin-bottom: 25px;
padding-top: 15px;
}

div.buttonleft3 {
width: 202px;
height: 37px;
background-image: url("images/left3.gif");
margin-bottom: 25px;
padding-top: 15px;
}

div.buttonleft4 {
width: 202px;
height: 37px;
background-image: url("images/left4.gif");
margin-bottom: 25px;
padding-top: 15px;
}


div.buttonleft5 {
width: 202px;
height: 39px;
background-image: url("images/left5.gif");
padding-top: 15px;
}

div.buttonright1 {
width: 202px;
height: 36px;
background-image: url("images/right1.gif");
margin-bottom: 25px;
padding-top: 15px;
}

div.buttonright2 {
width: 202px;
height: 37px;
background-image: url("images/right2.gif");
margin-bottom: 25px;
padding-top: 15px;
}

div.buttonright3 {
width: 202px;
height: 37px;
background-image: url("images/right3.gif");
margin-bottom: 25px;
padding-top: 15px;
}

div.buttonright4 {
width: 202px;
height: 37px;
background-image: url("images/right4.gif");
margin-bottom: 25px;
padding-top: 15px;
}


div.buttonright5 {
width: 202px;
height: 39px;
background-image: url("images/right5.gif");
padding-top: 15px;
}

div#footer {
float: left;
padding-top: 10px;
width: 960px;
}



#leftside a {
text-decoration: none;
color: #073053;
font-size: 18px;
}

#leftside a:link {
text-decoration: none;
color: #073053;
font-size: 18px;
}

#leftside a:visited {
text-decoration: none;
color: #073053;
font-size: 18px;
}

#leftside a:hover {
text-decoration: none;
color: #2A6086;
font-size: 18px;
}

#leftside a:active {
text-decoration: none;
color: #073053;
font-size: 18px;
}

#rightside a {
text-decoration: none;
color: #073053;
font-size: 18px;
}

#rightside a:link {
text-decoration: none;
color: #073053;
font-size: 18px;
}

#rightside a:visited {
text-decoration: none;
color: #073053;
font-size: 18px;
}

#rightside a:hover {
text-decoration: none;
color: #2A6086;
font-size: 18px;
}

#rightside a:active {
text-decoration: none;
color: #073053;
font-size: 18px;
}

h1 {
font-size: 24px;
text-align: center;
color: #073053;
}

h2 {
font-size: 20px;
text-align: left;
color: #073053;
}


#center a {
color: #2A6086;
}

#center a:link {
color: #2A6086;
}

#center a:visited {
color: #2A6086;
}

#center a:hover {
color: #98B572;
}

#center a:active {
color: #2A6086;
}

table {
border: 1px solid black;
border-collapse: collapse;
}

th {
padding: 5px;
border: 1px solid black;
}

td {
padding: 5px;
border: 1px solid black;
}

tr.odd {
background-color: #EEE;
}

tr.even {
background-color: white;
}

img.centerhorizontal {
display: block;
border: 1px solid silver;
padding: 2px;
margin: 5px;
text-align: center;
height: 200px;
width: 267px;
}

img.centervertical {
display: block;
border: 1px solid silver;
padding: 2px;
margin: 5px;
text-align: center;
height: 267px;
width: 200px;
}

img.lefthorizontal {
display: block;
border: 1px solid silver;
padding: 2px;
margin: 5px;
float: left;
height: 200px;
width: 267px;
}

img.leftvertical {
display: block;
border: 1px solid silver;
padding: 2px;
margin: 5px;
float: left;
height: 267px;
width: 200px;
}

img.righthorizontal {
display: block;
border: 1px solid silver;
padding: 2px;
margin: 5px;
float: right;
height: 200px;
width: 267px;
}

img.rightvertical {
display: block;
border: 1px solid silver;
padding: 2px;
margin: 5px;
float: right;
height: 267px;
width: 200px;
}