body{
background-color:#5C6D7D;
text-align: center; /*centers the layout in some browsers*/
margin-top: 0
}

/*LAYOUT ELEMENTS*/

#container{
width: 1061px;
margin-left: auto;
margin-right: auto;
/*Margin left and right set to auto centers the layout*/
text-align: left; /*Resets the text alignment*/
}

#header{
width: 1061px;
height: 78px;
}

#nav{
width: 1061px;
height: 23px;
}

#arrowstrip{
width: 1061px;
height: 37px;
}

#maincontent {
float:left;
width:1061px;
background-image:url(img/contentbg.gif);
background-repeat:repeat;
}

#col1 {
float:left;
width:174px;
background-image:url(img/leftbg.gif);
background-repeat:repeat;
}

#col2 {
float:left;
width:674px;
background-color: #D9C4B1;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 0px;
}

#col3 {
float:right;
width:213px;
background-image:url(img/rightbg.gif);
background-repeat:repeat;
}

#content{
width: 654px;
height: 100%;
margin-left: 8px;
margin-right: 8px;
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 0px;
}

#footer{
width: 1061px;
height: 35px;
clear:both;
background-image:url(img/footer.gif);
color: #000000;
}

.table1{
border-top:1px solid #CC3300;
}

.titlepadding{
padding-top: 0px;
padding-bottom: 0px;
padding-left: 15;
padding-right: 15;
}

.unpadded{
padding: 0px;
}

.td1{
border-left:1px solid #CC9933;
}

/*TEXT ELEMENTS*/

a:link {
color : #372A1A;
text-decoration: none;
font-weight: bold;
}
a:visited {
color : #372A1A;
text-decoration: none;
font-weight: bold;
}
a:active {
color : #372A1A;
text-decoration: none;
font-weight: bold;
}
a:hover {
color :#A16A33;
text-decoration: none;
font-weight: bold;
}

#col3 a:link {
color : #372A1A;
text-decoration: none;
font-weight: bold;
}
#col3 a:visited {
color : #372A1A;
text-decoration: none;
font-weight: bold;
}
#col3 a:active {
color : #372A1A;
text-decoration: none;
font-weight: bold;
}
#col3 a:hover {
color :#000000;
text-decoration: none;
font-weight: bold;
}

hr {
height: 1px;
border: 0;
color: #372A1A;
background-color: #372A1A;
width: 100%;
}

p {
font-family:verdana;
color:#000000;
font-size:12px;
}

h2 {
font-family:verdana;
font-weight:bold;
color:#372A1A;
font-size:16px;
}