@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/gradbg.jpg);
	background-repeat: repeat-x;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}

#site_container{
width:760px;
margin-left:auto;
margin-right:auto;
text-align:center;
}

#content_container{
width:760px;
float:left;
}

/* SECTION 1 */

#section1{
float:left;
width:160px;
background:url(images/bg.jpg);
background-repeat:repeat;
}

#logo{
width:160px;
height:220px;
}

#button_container{
width:120px;
margin-left:20px;
margin-top:20px;
height:30px;
float:left;
}

.button_container_number{
color: #649581;
height:20px;
line-height:20px;
}

/* SECTION 2 */

#section2{
float:left;
width:300px;
background:white;
}


/* SECTION 3 */

#section3{
float:left;
width:300px;
background:white;
}

#page_number{
float:left;
width:290px;
height:70px;
line-height:70px;
text-align:right;
}

#page_title{
float:left;
margin-left:10px;
width:280px;
height:25px;
line-height:25px;
font-size:25px;
margin-top:20px;
text-align:left;
color:#649581;
font-weight:bold;
}

#page_content{
float:left;
width:280px;
margin-left:10px;
margin-top:20px;
text-align:left;

}


#page_content ul {
text-decoration: none;
list-style-position: outside;
margin-left:20px;
padding-left: 0;
}


#page_content li {

}

#page_content a:link{
color:#0A4E84;
text-decoration:underline;
}

#page_content a:visited{
color:#0A4E84;
text-decoration:underline;
}

#page_content a:hover{
color:#649581;
text-decoration:underline;
}  



.bold_blue{
color:#0A4E84;
font-weight:bold;
}

.italic_blue{
color:#0A4E84;
font-style:italic;
}

.italic_green{
color:#649581;
font-style:italic;
}

.bold_green{
color:#649581;
font-weight:bold;
}



/* FOOTER */

#footer{
float:left;
width:760px;
height:40px;
line-height:40px;
background:url(images/bg.jpg);
color:white;
font-size:11px;
text-align:center;
}

.company_reg{
margin-left:10px;
}

