body, table, td, tr, p, div, th, span {
	font-family: verdana, arial, tahoma;
	font-size: 13px;
}

body{background:#f2f2f2 url(../images/bg2.jpg) no-repeat center top; margin:0 auto; font-family:Arial, Helvetica, sans-serif; font-size:13px;}

.main_page{width:980px; margin:0 auto;}

img {
	border: none;
}

.bg {
background-image:url(../images/bg_footer.gif);
background-repeat:repeat-x;
height:150px;
width:100%;
}

h5 {
	color: #1c7695;
	padding: 0;
	margin: 0;
}

a {
	color: #1c7695 ;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
	font-size: 13px;
}

th {
	font-weight: 900;
	text-align: right;
}

.topMenu a {
	color: #185596;
	font-weight: 900;
	font-size: 13px;
}

.ad {
	border: 1px solid #71b9df;
}

a.button {
	background: transparent url('../images/leftButton.gif') no-repeat;
    display: block;
    float: right;
    font-weight: 900;
    height: 26px;
    margin-left: 6px;
    padding-left: 6px; /* sliding doors padding */
    text-decoration: none;
    cursor: hand;
    cursor: pointer;
}

a.button span {
	color: #1f7679;
    background: transparent url('../images/rightButton.gif') no-repeat scroll top right;
    display: block;
    line-height: 14px;
    padding: 3px 12px 7px 3px;
    cursor: hand;
    cursor: pointer;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 900;
}


.pagenumactive {
	padding: 1px 4px 1px 4px;
	margin: 0px;
	color: #000000;
	background-color: #f0f0f0;
	text-decoration: none;
	border: 1px solid #a6afbb;
	font-size: 11px;
}

.pagenum a {
	padding: 1px 4px 1px 4px;
	margin: 0;
	color: #9a9a9a;
	background-color: #ffffff;
	text-decoration: none;
	border: 1px solid #a6afbb;
	font-size: 11px;
}

.pagenum a:hover {
	border: 1px solid #738294;
	color: #666666;
	background-color: #ddd;
}

.question {
	width: 32px;
	height: 32px;
	vertical-align: middle;
}

.lefttd {
	align: left;
	vertical-align: top;
	width: 2%;
}

.sw {
	width: 180px;
}

.menu_pages_left{
	float:left;
	text-decoration:none;
	color:#343434;
}

.table_menu td{
 border-bottom:1px #FFFFFF solid;
 padding:5px 0 5px 0;
}
.table_menu a{
	color:#000000;
}
.table_menu a:hover{
	text-decoration:underline;
}

.menu_image{
	float:left;
	margin-right: 10px;
	
}

/*menu*/
.menu_bg_out{
	float:left;
	width:980px;
	height:35px;
	background:url(../images/menu1.gif) left repeat-x;
}
.menu_bg_over{
	float:left;
	height:35px;
	background:url(../images/menu2.gif) left repeat-x;
}
.menu_drop{
	float:left;
	width:1px;
	height:35px;
	background:url(../images/menu2.gif) left no-repeat;
}

.menu_pages{
	float:left;
	height:25px;
	font-size:11px;
	font-weight:bold;
	color:#343434;
	padding:10px 0 0 0;
	text-transform:uppercase;
}
.menu_pages{
	text-decoration:none;
	color:#343434;
}
.menu_pages:hover{
	color:#343434;
	text-decoration:none;
	background:url(../images/menu2.gif) left repeat-x;
}
.menu_pages a{
	color:#FFFFFF;
	padding: 10px 16px 9px 17px; 

}
.menu_pages a:hover{
	color:#fdf002;
	text-decoration:none;

}

#active_menu{
	color:#fdf002;
	text-decoration:none;
	background:url(../images/menu2.gif) left repeat-x;
}
#active_menu a{
	color:#fdf002;
}

.menu_pages_left{
	float:left;
	text-decoration:none;
	color:#343434;
}

.menu_image{
	float:left;
	margin-right: 10px;
	
}

.menu_pages_bot{
	float:left;
	font-weight:bold;
}

div.sdmenu {
	width: 190px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	color:#000000;
}
div.sdmenu div {
	background-color:#ECECEC;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background-color:#ECECEC;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: #000000;
	height:20px;
	margin-left:0px;
	padding:4px 0 0 30px;
	background: url(../images/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #FFF;
}
div.sdmenu div.collapsed span {
	background-image: url(../images/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #000;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background:#CCCCCC url(../images/linkarrow.gif) no-repeat right center;
	color: #000000;
	text-decoration: none;
}