@CHARSET "UTF-8";
@IMPORT url("nav.css");
@IMPORT url("content.css");

html {
	min-height: 101%;
}

body {
	background:#fff;
	color: #4f4f4f;
	/* font-family:Arial, Helvetica, sans-serif; */
	font-family:Tahoma,sans-serif;
	font-size: 12px;
	line-height:18px;
	margin: 0px;
	min-height: 101%;
	padding: 0px;
}

	#mainContainer {
		background:url('../images/page_background.gif') no-repeat top center transparent;
		height:600px;
	}
	
		#innerMainContainer {
			position:relative;
			margin:0px auto;
			width:965px;
		}
		
		
			#mainContentContainerBox {
				background:url('../images/content_repeat_with_shadow.gif') repeat-y 0px 0px transparent;
			}
			
			#contentContainerBox {
				background:url('../images/content_header_with_shadow.gif') no-repeat 0px 0px transparent;
				padding:0px 7px 0px 7px;
				min-height: 490px;
			}
			
				#contentWrap {
					margin:0px;
					padding:0px;
				}

					#logo_screen {
						position:absolute;
						top:8px;
						left:20px;
					}
					
					#logo_screen img {
						border:none;
					}
					
					#logo_print {
						display:none;
					}
					
					#headerImage {
						position:relative;
						padding-bottom:20px;
					}
					
						#headerImage #headerImageShadow {
							position:absolute;
							left:0px;
							bottom:0px;
						}
						
					#contentLeft {
						float:left;
						margin:0px 0px 20px 20px;
						width:170px;
					}
					
						#contentLeft h3 {
							background:url('../images/contentLeft-dotted-line.gif') no-repeat 0px 0px transparent;
							color:#0b1e7d;
							font-size:14px;
							font-weight: bold;
							line-height:31px;
							margin:0px;
							padding:0px;
							text-transform: uppercase;
						}
						
						#contentLeft ul {
							list-style: none outside;
							margin:0px;
							padding:0px;
						}
						
							#contentLeft li {
								background:url('../images/contentLeft-dotted-line.gif') no-repeat bottom left transparent;
								padding:6px 0px 9px 0px;
							}
							
								#contentLeft li a {
									color:#5f5f5f;
									display:block;
									text-decoration: none;
								}
								
								
								#contentLeft li ul {
									margin-top:4px;
								}
								
									#contentLeft li li {
										background:none;
										padding:2px 0px;
									}
										
										#contentLeft li.act li a,									
										#contentLeft li li a {
											color:#7F7F7F;
											padding-left:6px;
										}
									

								#contentLeft li.act a {
									color:#0b1e7d;
								}
								
								#contentLeft li a:hover {
									text-decoration: underline;
								}

				#content {
					float:left;
					margin:0px 0px 20px 30px;
					width:505px;
				}
				
				
					#breadcrump {
						background:url('../images/content-dotted-line.gif') repeat-x 0px bottom transparent;
						padding:0px;
						margin:0px 0px 10px 0px;
					}	
						
						#breadcrump a {
							line-height:31px;
							color:#5F5F5F;
						}
						
						#breadcrump .active a {
							color:#0B1E7D;
						}
						
						#breadcrump .cutter {
							background:url('../images/breadcrump-cutter.gif') no-repeat 5px 2px transparent;
							padding:0px 6px;
						}
					

				 #contentRight {
				 	float:right;
				 	margin:0px 20px 0px 0px;
				 	width:175px;
				 }
			
		
			#footerShadowBox {
				background:url('../images/content_round_footer_with_shadow.gif') no-repeat 0px bottom transparent;
				height:36px;
			}

#print_footer {
	display:none;	
}


.clear {
	clear:both;
}
