#main1 {
width:100%;
height:212px;
background-image:url(../images/home/repeat1.jpg);
background-repeat:repeat-x;
}

#main2 {
width:100%;
background-image:url(../images/sub/repeat2.jpg);
background-repeat:repeat-x;
background-color:#E5F0F5;
}

#main3 {
width:100%;
min-height:59px;
background-image:url(../images/home/repeat3.jpg);
background-repeat:repeat-x;
}

/* Main Section 1 */

#container1 {
width:850px;
margin:auto;
}

#top_left {
width:516px;
height:153px;
float:left;
}

#people {
width:334px;
height:153px;
float:right;
}

#menu {
width:850px;
height:59px;
clear:both;
}

/* Main Section 2 */

#container2 {
width:850px;
margin:auto;
}

#spacer {
width:850px;
height:24px;
background-image:url(../images/sub/welcome_top.jpg);
background-repeat:no-repeat;
}

#content {
width:688px;
padding-left:87px;
padding-right:75px;
padding-top:1px;
padding-bottom:20px;
background-image:url(../images/sub/content_repeat.jpg);
background-repeat:repeat-y;
}

/* Main Section 3 */

#container3 {
width:850px;
min-height:59px;
margin:auto;
}

#bottom {
padding-top:9px;
}

/* home page text */

.copyrights {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#004B7D;
line-height:17px;
}

a:link {
text-decoration: none;
color:#004B7D;
}

a:hover {
text-decoration: underline;
color:#004B7D;
}

a:active {
text-decoration: underline;
color:#004B7D;
}

a:visited {
color: #004B7D;
text-decoration: none;
}

a:visited:hover {
color: #004B7D;
text-decoration: underline;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight:bold;
color: #004B7D;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight:bold;
color: #004B7D;
}

h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
color: #004B7D;
}