/* CSS Document */
table.outer_table{
	border-collapse: collapse;
	height:100%;
	min-height:100%;
	width:100%;
	background:#ffffff;
	}

	table.outer_table td{
		margin: 0;
		padding: 0;
		vertical-align: top;
		height:100%;
		min-height:100%;
		}
		
table.outer_table, table.inner_table{
	border-collapse: collapse;
	}

	table.outer_table td, table.inner_table td{
		margin: 0;
		padding: 0;
		vertical-align: top;
		}
		

	
	
td.col_left{
	width:50%;
	min-width:19px;
	background-color:#111c61;
	color:inherit;
	border-right:1px solid #111c61;
	}

td.col_right{
	width:50%;
	min-width:19px;
	background-color:#111c61;
	color:inherit;
	border-left:1px solid #111c61;
	}

td.col_center{
	width:980px;
	}
	
	table.inner_table {
		width:980px;
		}
		
			table.inner_table td.logo{
			background:url(../images/logo_bg.jpg) no-repeat center top;
			text-align:center;
			height:75px;
			}
			
			table.inner_table td.logo img{
				margin:7px 0 0 0;
				border-width:0;
				}
			
		table.inner_table td.head{
			background:url(../images/head_bg.jpg) right top no-repeat;
			text-align:center;
			height:243px;
			}
			
		table.inner_table td.menu{
			padding:5px 15px 50px 15px;
			}
			
			table.inner_table td.menu img{
				border-width:0;}
			
			table.inner_table td.menu ul.cat {
						padding:0;
						margin:10px 0 0 0;
						}
                        
						table.inner_table td.menu ul.cat li{
							margin:0;
							padding:0 0 6px 13px;
							background:url(../images/list_item_sel.gif) no-repeat 0px 6px;
							line-height:18px;
							font-size:12px;
							color:#5c97cd;
							background-color:inherit;
							list-style-type:none;
							}
							
							table.inner_table td.menu ul.cat li a {
								color:#5c97cd;
								text-decoration:underline; 
								background-color:inherit;
								font-weight:bold;
								} 
								
							table.inner_table td.menu ul.cat li a:hover {
								color:#fa7373; 
								text-decoration:none; 
								background-color:inherit;
								}
			
						ul.menu {
                            margin-left: -50px;
                            margin-bottom: 30px;
                        }
						ul.menu li{
							float: left;
                            margin-left: 10px;
							padding:0 0 6px 13px;
/*							background:url(../images/list_item.gif) no-repeat 0px 6px;*/
							line-height:18px;
							font-size:12px;
							color:#005099;
							background-color:inherit;
							list-style-type:none;
							}
							
							ul.menu li a {
								color:#005099;
								text-decoration:underline; 
								background-color:inherit;
								font-weight:bold;
								} 
								
							ul.menu li a:hover {
								color:#fa7373; 
								text-decoration:none; 
								background-color:inherit;
								}
								
						ul.menu  li#sel{
							margin-left: 10px;
							padding:0 0 3px 13px;
/*							background:url(../images/list_item_sel.gif) no-repeat 0px 6px;*/
							line-height:18px;
							font-size:12px;
							color:#fa7373;
							background-color:inherit;
							list-style-type:none;
							}
							
							ul.menu li#sel a {
								color:#fa7373;
								text-decoration:none; 
								background-color:inherit;
								font-weight:bold;
								} 
								
							li#sel a:hover {
								color:#0e51ad; 
								text-decoration:underline ; 
								background-color:inherit;
								}
								
						table.inner_table td.menu ul.cat  li#sel{
							margin:0;
							padding:0 0 3px 13px;
							background:url(../images/list_item.gif) no-repeat 0px 6px;
							line-height:18px;
							font-size:12px;
							color:#fa7373;
							background-color:inherit;
							list-style-type:none;
							}
							
							table.inner_table td.menu ul.cat li#sel a {
								color:#fa7373;
								text-decoration:none; 
								background-color:inherit;
								font-weight:bold;
								} 
								
							table.inner_table td.menu ul.cat li#sel a:hover {
								color:#5c97cd; 
								text-decoration:underline ; 
								background-color:inherit;
								}
			
		table.inner_table td.content{
			padding:10px 15px 50px 0px;
			width:760px;
			}
				
				
		table.inner_table td.content div.content_menu{
			float: left;
			}
			
			
			table.inner_table td.content div.content_menu div.cat{
			float: left;
			margin: 15px 40px 15px 0;
			}
			
				table.inner_table td.content div.content_menu div.cat a{
				color: #005099;
				font-weight: bold;
				}
				
				table.inner_table td.content div.content_menu div.cat img{
				border: none;
				margin-bottom: 10px;
				}
			
			table.inner_table td.content div.page_heading{
				margin:0 0 15px 0;
				}
			
			table.inner_table td.content div.page_heading span{
				color:#ffffff;
				background-color:#005099;
				padding:2px 4px 2px 4px;
				text-transform:uppercase;
				
				font-weight:bold;
				font-size:12px;
				
				} 
			
table.inner_table td.moreMenu{
			padding:3px 0 3px 0;
			font-size:11px;
			background-color: #005099;
			font-family:Tahoma, Verdana, sans-serif;
			text-align:center;
			}
table.inner_table td.moreMenu a, table.inner_table td.moreMenu a:hover {
			font-size:11px;
			padding:0 3px 0 3px;
			text-decoration:none;
			color:#ffffff;
			font-family:Tahoma, Verdana, sans-serif;
}

		table.inner_table td.footer{
			padding:20px 20px 15px 20px;
			font-size:11px;
			border-top:5px solid #005099;
			font-family:Tahoma, Verdana, sans-serif;
			}

					
					
				table.inner_table td.footer div.contact{
					
					float:left;
					width:510px;
					}
					
				table.inner_table td.footer div.copyright{
					float:left;
					}

				table.inner_table td.footer div.count{
					clear:both;
					text-align:center
					}
					
				table.inner_table td.footer div.count img{
					border-width:0;
					margin:20px 5px 0 5px;
					
					}
