@charset "utf-8";
/* CSS Document */

*
{
	padding:0px;
	margin:0px;
}

body
{
	background-color:#dadba5;
        font-family:Verdana, Arial, Helvetica, sans-serif;
}
	
#site_container
{
	text-align:center;
}

#main_site
{
	width:950px;
	margin:0px auto 0px auto;
	text-align:left;
}

#top_container
{
	width:950px;
}

#top_left
{
	width:375px;
	height:318px;
	float:left;
	background-image:url(../img_upload/top_left.jpg);
	background-repeat:no-repeat
}

#top_right
{
	width:575px;
	height:318px;
	float:right;		
	background-image:url(../img_upload/top_right.jpg);
	background-repeat:no-repeat
}

.clearify
{
	clear:both;
	visibility:hidden;
}		

#details_area
{
	background-image:url(../img_upload/details_area_back.jpg);
	background-repeat:repeat-y;
	width:950px;
}

#left_column
{
	width:215px;
	float:left;
}

.menu
{
        width:215px;
        color:#000000;
}

.menu li

{
        list-style:none;
}

.menu li a
{
        display:block;
        margin-top:10px;
        text-decoration:none;
        color:#000000;
        font-size:14px;
        margin-left:40px;
        padding-left:20px;
        background-image:url(../img_upload/menu_bullet.jpg);
	background-repeat:no-repeat;
}

.menu li a:hover
{
        text-decoration:underline;
        color:#98cb00;
}

.menuheader
{
	background-image:url(../img_upload/menu_head.jpg);
	background-repeat:no-repeat;
	font-size:16px;
	font-weight:bold;
	height:33px;
        color:#dda859;
        padding-left:65px;
        padding-top:5px;
}

.menutop,.menubot
{
        padding:5px;
}

#left_column h3, #right_column h3
{
	background-image:url(../img_upload/newsbox_head.jpg);
	background-repeat:no-repeat;
	height:32px;
	padding-left:55px;
        padding-top:15px;
	color:#000000;
	font-size:15px;
}

#right_column h3
{
	background-image:url(../img_upload/newsbox_head_right.jpg);
	background-repeat:no-repeat;
        padding-left:35px;
}

.nb_le_top
{
        margin-top:20px;
        margin-bottom:20px;
        margin-left:30px;
        margin-right:20px;
        border-top:#000000 1px solid;
}

.nb_le_ce p, .nb_ri_ce p
{
        padding-top:5px;
	padding-bottom:10px;
        font-size:12px;
        padding-left:25px;
        padding-right:10px;
        color:#000000;
}

.nb_ri_ce p
{
        padding-left:20px;
}

.nb_le_ce a:link, .nb_le_ce a:visited, .nb_ri_ce a:link, .nb_ri_ce a:visited

{
        color:#919194;
        text-decoration:none;
}

.nb_le_ce a:hover, .nb_ri_ce a:hover
{
        text-decoration:underline;
}

.le_img_center, .ri_img_center
{
        text-align:center !important;
        padding-top:10px;
        padding-bottom:10px;
}		

#middle_column
{
	width:500px;
	float:left;
        padding-left:10px;
        padding-right:10px;
        font-size:12px;
}

#middle_column img
{
        border:none;
}	

#middle_column h1, #middle_column h2, #middle_column h3
{
        font-size:20px;
        font-weight:normal;
        padding-top:10px;
        clear:both;
        color:#98cb00;
}

#middle_column h3
{
        font-size:12px;
        padding-top:0px;
        color:#000000;
}

#middle_column p
{
        font-size:12px;
        padding-top:10px;
        padding-bottom:10px;
        line-height:1.5em;
        text-align:left;
}

#middle_column a:link, #middle_column a:visited
{
        color:#919194;
        text-decoration:underline;
        font-size:12px;
}

#middle_column a:hover
{
        text-decoration:none;
}

#middle_column li
{
        margin-left:35px;
}

#middle_column ul
{
        padding-top:5px;
        padding-bottom:5px;
}

.out_link p
{
        padding-top:0px !important;
        padding-bottom:0px !important;
}

#right_column
{
	width:215px;
	float:right;
}

#footer
{
	height:30px;
	color:#000000;
        padding-top:10px;
        font-size:12px;
        margin-left:40px;
        margin-right:40px;
        margin-top:15px;
        border-top:#000000 1px solid;

}

#footer a:link, #footer a:visited
{
	color:#000000;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}
	
