body 						{ 
									height: 100%;
									margin: 0px; 
									/*background: #ebf5bb;*/
									background: #DBE5AB;
									/*background: #FFF;*/
								}

								
	#container, #container2, #container3, #pagend		{ width: 100%;	}	
	#container		{ 
				background: url('/css/images/wavy150_5.jpg') repeat-x center top;
				padding-top: 50px;
	}
	
	/*#container2		{background: #FFF;  } */
	#pagend				{ height: 14px; }

		#header 	{
									position: relative;
									width: 995px;
									/* background: #F00;*/
									/* padding-top: 100px;*/
									margin: 20px auto 15px auto;
									/*height: 200px;*/
									/*border-bottom: solid 4px #C8C3AD;*/
									
								}
								
		#header:after{
			clear: both;
			content: "";
			display: block;
		}
		
		#logo { 
			float: right;
			width: 160px;
			height: 120px;
			margin-bottom: 3px;
			background: url('/css/images/logo.png') no-repeat bottom right;
		}
		
		#titlestring {
			margin: 0px;
			margin-top: 40px;
			padding: 0px;
			float: left;
			width: 810px;
			height: 80px;
			/*font-family: 'Didact Gothic','Open Sans Bold', Verdana, Helvetica, sans-serif; */
			font-family: 'Open Sans Bold', Verdana, Helvetica, sans-serif; 
			font-weight: normal;
			color: transparent;
			/*
			font-size: 75px; 
			color: #c3cd93;
			text-shadow: 0px 0px 3px #15427b; 
			*/
			/*
			text-shadow:
			0px 2px #f3f2e2, 2px 0px #f3f2e2, -2px 0px #f3f2e2, 0px -2px #f3f2e2, 
			2px 2px #f3f2e2, 2px -2px #f3f2e2, -2px 2px #f3f2e2, -2px -2px #f3f2e2;
			border: 2px solid navy;
			*/
			background: url('/css/images/title.png') no-repeat;
		}
		
		

	#header	#topmenu		{ 
		height: 30px; 
		background-color: #15427b;
		margin-top: 20px;
	}	
								
								
	
	
	#navwrap {
		margin: 0px;
		list-style:none;
		padding: 0px;
		padding-left: 36px;
	}
	

	#navwrap li { 
		float: left;
		display: block; 
		position: relative;
	}
	
	#navwrap  a { 
		padding: 4px 8px;
		margin-right: 5px;	
		display: block; 
		overflow: hidden;
		background: #15427b;
		/*background: #15427b;*/

		font-family: 'Open Sans Semibold';
		/*color: #FFF;*/
		color: #F5FFD5;
		text-decoration: none;
		font-size: 16px;
		font-variant: small-caps;
		letter-spacing: 1.5px;
	}

	#navwrap  a.active { 
		font-family: 'Open Sans Bold', Verdana, Helvetica, sans-serif; 
		color: #429D8E;
		background: #25528b4;
	}

	
	#navwrap  a:hover { 
		/*background: #0E3A75;*/
		/*background: #25528b;*/
		background: #0b2952;
	}
	
        #navwrap .hassub ul {
            position:absolute;
			background-color: #004a8B;
            left: 0px;
            display:none;
            margin: 0px;
            /*margin-left: 8px; */
            padding: 0px;
            list-style:none;
            border: 1px solid #777;
			border-width: 0px 1px 1px 1px;
			z-index: 10;
			white-space: nowrap;
			box-shadow: 0 3px 5px 0 gray;
			max-width: 250px;
            min-width: 97%;
        }
				
		#navwrap .firstsub ul {
		}
		#navwrap .activesub ul {
            min-width: 98%;
		}
		#navwrap .wasactivesub ul {
		}
				
         
        #navwrap .hassub ul li {
            float:left;
			width: 100%;
            border-top: 1px solid #CCC;
        }
         
        #topmenu #navwrap .hassub ul a {
            display: block;
			font-size: 12px; 
			font-weight: normal;
			font-variant: normal;
			letter-spacing: normal;
            padding: 5px 7px;
			margin-right: 0px;
        }
         
        #topmenu #navwrap .hassub ul a:hover {
            /* background-color: #7290C4; */
        }
 
		 /* fix ie6 */
		*html #navwrap ul {
				margin: 0 0 0 -2px;
		}

	
	
		
		
		/** BODY **/
		#innercontainer	{ 
									width: 995px;
									overflow: hidden;
									margin: 0px auto;
									/*background: #0b2952;*/
									background: #15427b;
									/*background: #FFF; */
									
								}
								
		#left					{ 

										float: left;
										width: 167px;
										text-align: left;
										padding-top: 10px;
										min-height: 684px; 
									}
									
				
				#leftmenu		{
											margin: 15px 0px 12px 5px;
											/* margin-right: -1px; */
											padding: 0px 2px;
											width: 151px;
										}

					#leftmenu a, #leftmenu a:link {
											color: #F5FFD5;
											/*background: #15427b;*/
											border: 1px solid #35629b;
											border-width: 1px 0px 0px 1px;
											font-family: 'Open Sans Semibold', Verdana, Helvetica, sans-serif; 
											text-decoration: none;
											font-size: 13px;
											word-break: normal;
										}
										
					#leftmenu a:hover {
											background: #0b2952;
					}
					
					#leftmenu a.active	{	
													font-family: 'Open Sans Bold', Verdana, Helvetica, sans-serif; 
													color: #429D8E;
										}
													
					#leftmenu ul {
													list-style-type: none;
													margin: 0; padding: 0px;
													
													/*margin-bottom: 6px;*/
												}
					#leftmenu ul ul {
						
					}

					#leftmenu ul li a, #leftmenu ul li a:link {
													display: block;
													margin: 0px;
													margin-left: 6px;
													padding: 3px 2px 3px 10px;
													text-decoration: none;
													font-size: 11px;
													font-weight: normal;
													
													border: 1px solid #35629b;
													border-width: 0px 0px 1px 1px;
													
												  }
					
					#leftmenu ul ul li a, #leftmenu ul ul li a:link {
						/*background: #AAA;*/
						font-size: 11px;
						margin-left: 10px;
						/* padding: 1px 2px 1px 8px; */
					}

					#leftmenu ul ul ul li a, #leftmenu ul ul ul li a:link {
						/*background: #999;*/
						font-size: 11px;
						margin-left: 15px;
						/* padding: 1px 2px 1px 28px; */
					}

					#leftmenu  ul   > li:last-child 				{ 
					
													margin-bottom: 10px;
					}
					#leftmenu  ul   > li:last-child 	a		{ 
													border-bottom-width: 1px;
													/*
		-moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; 
		-moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px;border-bottom-right-radius: 6px;
		*/
													}

													
					#leftmenu ul li a:hover {
													
					}
					
					#leftmenu ul li a.bottom.active {
													/*padding: 3px 0px 6px 6px;*/
													}

		
					
		#main					{ 
										float: left;
										width: 674px;
										text-align: left;
										background: #F5FFD5;
										/*background: #ebf5bb;*/
									}
		
		/* first page fix */
		#innercontainer .mainab {width: 838px; }
		
																		

				#breadcrumb	{
											font-size: 10px;
											width: 99%;
											margin: 5px auto 0px auto;
											padding: 2px 2px 2px 10px;
											/*
											border: 1px solid #A4A4A4;
											-moz-border-radius: 2px; 
											-webkit-border-radius: 2px;
											border-radius: 2px;
											*/
										}
																						
										
				#errbox, #succbox, #bckbox { margin: 20px 20px 20px 0px; padding: 15px 19px; border: 1px solid #000; font-size: 14px; font-weight: bold; color: #000;  }
				#errbox { border-color: #F00; background-color: #FAA; }
				#succbox { border-color: #0F0; background-color: #AFA; }
								
								
		#right	{ 
										float: left;
										width: 154px;
										text-align: center;
										
						}
						
			#rightinner {
										width: 155px;
										text-align: center;
									}
									
									
			#rightinner a, #rightinner a:link {
											text-decoration: underline;
											font-size: 1.0em;
											color: #f3f2e2;
											font-weight: normal;
										}
										
			#rightinner a:hover {
											text-decoration: none;
			}
																			
								
	/** FOOTER **/
		#container3 	{
			padding-top: 3px;
			bottom: 0;
			position: fixed;
			text-align: center;
			width: 100%;		
		}
		
		#footer 	{
					width: 995px;
					height: 20px; 
					margin: 0px auto;
					padding: 5px 0px 17px 0px;
					border: solid 0px #999;
					border-top-width: 1px;
					font-size: 10px;
					color: #429D8E;
					background: #15427b;
					letter-spacing: 0.1em;
				}	

			#footer p 	{
											margin: 0px;
											text-align: center;
										}
								
			#footer a, #footer a:link, #footer a:visited 			 { font-weight: bold; text-decoration: none; color: #FFF;}
			#footer a:hover { background-color: #333; color: #FFF; text-decoration: overline;}    									
									
