body{
    background: url(images/topbg.jpg) top repeat-x;
    margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

p{
    line-height: 1.5;
}

/*top menu*/
#topmenu{
    /*standard width 1060*/
    width: 1060px;
    height: 60px;
    margin: auto;
    overflow: hidden;
}

ul.menu{
    margin-top: 20px;
}

ul.menu li{
    display: inline;
    padding-left: 80px;
}

ul.menu li a{
    color: white;
    text-decoration: none;
    font-weight: bold;
}

/*header*/
#header{
    /*standard width 1060*/
    width: 1060px;
    height: 354px;
    margin: auto;
    overflow: hidden;
    background: url(images/headerbg.jpg) no-repeat;

    text-align:center;
}

/*main content*/
#main{
    background-color: #dfe8ef;
    padding: 10px;
}

#content{
    width: 980px;
    min-height: 400px;
    margin: auto;
    overflow: hidden;
}

/*footer 1*/
#footer1{
    background-color: #d3dee4;
}

#footer1_content{
    width: 980px;
    margin: auto;
    overflow: hidden;
}

#footer1_content a{
    font-weight: bold;
    text-decoration: none;
    color: black;
}

#footer1_content a:hover{
    text-decoration: underline;
    color: #2d3091;
}

/*footer 2*/
#footer2{
    background: #266088 url(images/footerbg.jpg) repeat-x;
}

#footer2_content{
    width: 980px;
    height: 40px;
    margin: auto;
    padding: 15px 10px 10px 10px;
    overflow: hidden;
    color: white;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

#footer2_content a{
    color: white;
    text-decoration: none;
}

#footer2_content a:hover{
    text-decoration: underline;
    color: #88b9d4;
}

/*Misc*/
.clear{
    clear: both;
}

.bold{
    font-weight: bold;
}

.smallword{
    font-size: 12px;
}

.red{
    color: #ca3154;
}

.blue{
    color: #4080b3;
}

.center{
    text-align:center;
}

.underline{
    text-decoration: underline;
}

.italic{
    font-style: italic;
}

.anchor_blue a{
    color: #4080b3;
    text-decoration: none; 
}

.border-right{
    background: url(images/border-right.jpg) bottom no-repeat;
    width: 50px;
    height: 323px;
}

/*title*/
h1.title{
    margin-bottom: 0;
    color: #2e3092;
}

/*quality list ul li*/
ul.quality_list{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.quality_list li.border{
    background: url(images/border_bottom.jpg) no-repeat;
    width: 168px;
    height: 2px;
    margin: 5px 0 10px 0;
}