/* CSS Document */
#main_page{
padding:15px;
}
#news{
margin-top:10px;
float:right;
width:227px;
min-height:200px;
/*background-image:url(../images/news_bg.png);*/
background-repeat:repeat;
background-position:left bottom;
background-color:#FFFFFF;
padding:5px;
}

#news_border{
border:1px solid #666666;
padding:5px;
}
#news_border h1{
color:#FF0000;
font-size:medium;
font-weight:bold;
}
#news_border h2{
color:#0066CC;
font-size:medium;
margin-bottom:0px;
font-weight:bold;
}
#news_border h3{
color:#000000;
font-size:15px;
margin-bottom:0px;}

#news_border p{
color:#000000;
font-size:small;
margin-top:2px;
}
#page_buttons_bg{
	float:left;
	width:743px;
	height:177px;
	background-image:url(../images/page_buttons.png);
	color:#000000;
	font-size:small;
	background-repeat: no-repeat;
}
#main_text{
margin-top:10px;
margin-bottom:10px;
float:left;
width:712px;
min-height:400px;
background-color:#FFFFFF;
padding:15px;
}

#main_text h1{
color:#0066CC;
font-size:x-large;
font-weight:300;
margin-bottom:0px;
}
#main_text hr{
background-color:#999999;
color:#999999;
height:1px;
border:0 none;
}
#main_text .first{
color:#064473;
font-size:15px;
font-weight:300;
}
#main_text h2{
color:#000000;
font-size:15px;
margin-bottom:0px;
}
#main_text h3{
color:#000000;
font-size:15px;
margin-bottom:0px;
}
#main_text p{
color:#000000;
font-size:15px;
margin-top:0px;
}
#page_buttons_bg{
width:743px;
height:177px;
margin-left: auto ;
margin-right: auto ;
}
#tl_page_button{
width:220px;
height:70px;
float:left;
padding:25px 0 0 20px;
}
#tm_page_button{
width:220px;
height:70px;
float:left;
padding:25px 0 0 30px;
}
#tr_page_button{
width:220px;
height:70px;
float:left;
padding:25px 0 0 25px;
}
#bl_page_button{
width:220px;
height:70px;
float:left;
padding:20px 0 0 20px;
}
#bm_page_button{
width:220px;
height:70px;
float:left;
padding:20px 0 0 30px;
}
#br_page_button{
width:220px;
height:70px;
float:left;
padding:20px 0 0 25px;
}
#tl_page_button:hover,
#tm_page_button:hover,#tr_page_button:hover,#bl_page_button:hover,
#bm_page_button:hover,#br_page_button:hover {
opacity:.5;
}
a.button_title:link, a.button_title:visited, a.button_title:hover, a.button_title:active{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#0066cc;
font-size:medium;
text-decoration:none;
font-weight:bold;
}

