	.lightbox { font-size: 100%; }

body 						{ 
									height: 100%;
									margin: 0px; 
									padding-bottom: 30px;
									background: #FFF; 
								}

								
	#container		{ 
									width: 100%;
								}									

		#header 	{
									width: 1017px;
									height: 130px;
									margin: 10px auto 0px auto;
									border: 0px solid #F1F1F1;
									background: #FFF;
								}
								
		#header div { float: left; height: 100%; }
		#header #righttitle { 
							float: right; 
							margin-right: 10px;
							/*width: 710px;*/
							/*padding-right: 5px;*/
								}

		
		
		/** BODY **/
		#intercontainer	{ 
					width: 1040px;
					margin: 0px auto;
		}
		#innercontainer	{ 
									width: 1017px;
									overflow: hidden; 
									margin: 0px auto;
									padding-top: 5px;
									border: solid 0px black;
								}
								
		#left					{ 
										float: left;
										width: 193px;
										min-height: 680px; 
										text-align: left;
										padding-top: 0px;
										background: #FFF;
									}
									
										
				#leftmenu		{
											margin: 12px 5px 12px 10px;
											padding: 4px 2px;
											width: 173px;
											height: auto;
											border: 1px solid #343434;
											-moz-border-radius: 6px; 
											-webkit-border-radius: 6px;
											border-radius: 6px;
										}

										
					#leftmenu a, #leftmenu a:link {
											color: #000;
											text-decoration: none;
											font-family: "Trebuchet MS", Helvetica, sans-serif;
											font-size: 1.0em;
											font-weight: bold;
										}
										

					#leftmenu ul {
													list-style-type: none;
													margin: 0; padding: 0px 0px;
													padding-bottom: 14px;
												}
											
					#leftmenu ul li a, #leftmenu ul li a:link {
													display: block;
													width: 146px;
													background: #FFF;
													margin: 0px 0px 0px 19px;
													padding: 4px 4px 4px 6px;
													color: #000;
													text-decoration: none;
													font-size: 13px;
													border: 1px solid #343434;
													border-width: 1px 1px 0px 1px;
												  }
					
										
					#leftmenu ul li a.bottom 				{ 
													padding-bottom: 8px;
													border-bottom: 1px solid #343434;
													}
					
					#leftmenu a:hover, 
					#leftmenu ul li a:hover {
													background: #DDD;
					}
					
					#leftmenu ul li a.active	{	
													padding: 3px 0px 2px 6px;
													border-top: 3px solid #222;
													border-left: 3px solid #222;
													background: #DDD;
													}
					#leftmenu ul li a.bottom.active {
													padding: 3px 0px 6px 8px;
													}
					
					
		#main					{ 
										float: left;
										width: 655px;
										min-height: 680px; 
										text-align: left;
										border: solid 0px #343434;
									}

				#topmenu		{ 
											width: 100%;
											height: 32px; 
											border-bottom: 0px solid #343434;
											padding: 13px 0px 5px 10px;
										}	

					#topmenu ul {
													background: url('/css/images/tm_nyx.png') repeat-x;
													width: 100%;
													list-style-type: none;
													margin: 0px auto; 
													padding: 0;
												}
					#topmenu ul li 	{
													float: left;
												  }
					#topmenu ul li a, #topmenu ul li a:link {
													float: left;
													display: block;
													height: 30px;
													padding-top: 9px;
													padding-bottom: 3px;
													color: #000;
													font-size: 12px;
													font-weight: bold;
													text-decoration: none;
													text-align: center;
												  }

					#topmenu ul li a.left, #topmenu ul li a.center, #topmenu ul li a.right {background: url('/css/images/tm_off_c.png') repeat-x;}
					#topmenu ul li a.left 	{width: 21px;}
					#topmenu ul li a.center {min-width: 35px; padding-right: 2px; padding-left: 2px; }
					#topmenu ul li a.right 	{width: 24px;}
					#topmenu ul li a.left.top {background: url('/css/images/tm_off_left.png') no-repeat;}
					#topmenu ul li a.right.bottom {background: url('/css/images/tm_off_right.png') no-repeat;}

					#topmenu ul li a.active.left 		{background: url('/css/images/tm_act_left_avg.png') no-repeat;}
					#topmenu ul li a.active.left.top 		{background: url('/css/images/tm_act_left.png') no-repeat;}
					#topmenu ul li a.active.center 	{ font-size: 14px; color: #FFF; background: url('/css/images/tm_act_c.png') repeat-x; }
					#topmenu ul li a.active.right 	{background: url('/css/images/tm_act_right_avg.png') no-repeat;}
					#topmenu ul li a.active.right.bottom 	{background: url('/css/images/tm_act_right.png') no-repeat;}

					#topmenu ul li:hover { background-color: #B8B39D;	}
																						

				#breadcrumb	{
											font-size: 10px;
											margin: 14px 9px 0px 9px;
											padding: 2px 0px 2px 11px;
											border: 1px solid #343434;
											-moz-border-radius: 6px; 
											-webkit-border-radius: 6px;
											border-radius: 6px;
											overflow: hidden;
										}
																						
										
				#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;
										min-height: 680px; 
										text-align: left;
									}
								
		#right a, #right a:link {
			color: #000;
			font-weight: bold;
		}
								
		#right a:hover {
			background: #DDD;
		}
	
	/** FOOTER **/
		#footer 	{
									width: 1040px;
									height: 20px; 
									margin: 0px auto 20px auto;
									padding: 5px 0px 7px 0px;
									border: solid 0px #96a37c;
									border-top-width: 1px;
									font-size: 10px;
									color: #555;
									letter-spacing: 0.1em;
								}	

			#footer p 	{
											margin: 0px;
											text-align: center;
										}
								
			#footer a.copy 			 { font-weight: bold; text-decoration: none; color: #222;}
			#footer a.copy:hover { background-color: #963A39; color: #FFF; text-decoration: overline;}    									
						





	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	