/* RESET */
	* {
	margin: 0px; 
	padding: 0px;
	}
	
	html,body,div,span,
	applet,object,iframe,
	h1,h2,h3,h4,h5,h6,p,blockquote,pre,
	a,abbr,acronym,address,big,cite,code,
	del,dfn,em,font,img,ins,kbd,q,s,samp,
	small,strike,strong,sub,sup,tt,var,
	dd,dl,dt,li,ol,ul,
	fieldset,form,label,legend,
	table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1em;
	font-family: inherit;
	text-align: left;
	outline: 0px;
	}
	
	table {
	border-collapse: collapse;
	border-spacing: 0px;
	}
	
	q:before,q:after,
	blockquote:before,blockquote:after {
	content: "";
	}
	
	
	
	/* BASIC PAGE LAYOUT ELEMENTS */
	/* firefox scrollbar hack */ html {height: 100% !important; margin-bottom: 1px !important; overflow-y:scroll;}

	body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	color: #004179;
	background: #fff;
	text-align: center;
	background-image: url("../images/bg_body.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	}
	
	#wrapper {
	position: absolute;
	left: 50%;
	width: 900px;
	text-align: left;
	height:auto !important; 
	height:100%; 
	min-height:100%; 
	margin:0px auto -30px;
	margin-left: -450px;
	background-color: #fff;
	background-image: url("../images/bg_body.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
	}
	
		#wrapper #header {
		background-image: url("../images/bg_header.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		width: 100%;
		height: 260px;
		}
		
			#wrapper #header a.logo {
			position: relative;
			top: 35px;
			left: 48px;
			}
			
			#wrapper #header #contact {
			position: absolute;
			top: 162px;
			right: 15px;
			font-weight: bold;
			font-size: 11px;
			}
			
			#wrapper #header #navigation {
			position: absolute;
			top: 174px;
			left: 20px;
			height: 56px;
			background-image: url("../images/bg_nav1_left.png");
			background-position: 0px 10px;
			background-repeat: no-repeat;
			padding: 0px 0px 0 7px;
			}
			
				#wrapper #header #navigation ul {
				position: relative;
				top: 5px;
				left: 0px;
				height: 56px;
				background-image: url("../images/bg_nav1_right.png");
				background-position: 100% 100%;
				background-repeat: no-repeat;	
				padding: 0px 6px 0px 0;
				list-style-type: none;
				}
				
					#wrapper #header #navigation ul li {
					float: left;
					list-style-type: none;
					padding-top: 20px;
					/*height: 51px;*/
					}
					
					#wrapper #header #navigation ul li:hover {
					padding-top: 16px;
					}
					
					
						#wrapper #header #navigation ul li a {
						color: #003F87;
						text-decoration: none;
						font-weight: bold;
						text-transform: uppercase;
						font-size: 14px;
						background-image: url("../images/bg_nav1_x.png");
						background-position: 100% 100%;
						background-repeat: no-repeat;
						padding: 12px 20px 12px 20px;
						white-space: nowrap;
						}
						
							#wrapper #header #navigation ul li.active a,
							#wrapper #header #navigation ul li a:hover {
							background-image: url("../images/nav1_hover.png");
						    background-repeat: no-repeat;
						    background-position: 100% 100%;
							padding: 23px 20px 16px 20px;
							height: 20px;
							}

		#wrapper #content {
		position: relative;
		clear: both;
		width: 860px;
		padding: 0 40px 0px 44px;
		}
		
			#wrapper #content .spreader {
			float: left;
			width: 1px;
			height: 250px;
			}
		
			#wrapper #content #leftCol {
			float: left;
			width: 150px;
			margin-top: 23px;
			position: relative;
			}
			
				#wrapper #content #leftCol ul {
				font-size: 11px;
				}
				
					#wrapper #content #leftCol ul li {
					list-style-type: none;
					list-style-image: none;
					}
					
					#wrapper #content #leftCol ul li.color1 a {
						border-left: 10px solid #ff0000;
					}
					
					#wrapper #content #leftCol ul li.color2 a {
						border-left: 10px solid #368e13;
					}
					
					#wrapper #content #leftCol ul li.color3 a {
						border-left: 10px solid #bdbdbd;
					}
					
					#wrapper #content #leftCol ul li.color4 a {
						border-left: 10px solid #FFC600;
					}
					
					#wrapper #content #leftCol ul li.color5 a {
						border-left: 10px solid #87BDDD;
					}
					
					#wrapper #content #leftCol ul li.color6 a {
						border-left: 10px solid #5f95e6;
					}
					
					#wrapper #content #leftCol ul li.color7 a {
						border-left: 10px solid #008AFF;
					}
										
					#wrapper #content #leftCol ul li.color8 a {
						border-left: 10px solid #006CCF;
						
					}
					
						#wrapper #content #leftCol ul li a {
						display: block;
						text-decoration: none;
						color: #003F87;
						padding: 7px 9px 7px 9px;
						}
						
							#wrapper #content #leftCol ul li a.scnd {
							background-color: #fff;
							border-bottom: 1px solid #003F87;
							}
							
								
								#wrapper #content #leftCol ul li a.scnd:hover {
								background-color: #e9f0f6;
								border-bottom: 1px solid #003F87;
								font-weight: bold;
								}
								
								#wrapper #content #leftCol ul li a.scndActive {
								background-color: #e9f0f6;
								border-bottom: 1px solid #003F87;
								font-weight: bold;
								}
								
								#wrapper #content #leftCol ul li a.scndActiveChilds {
								background-color: #e9f0f6;
								border-bottom: 3px solid #003F87;
								font-weight: bold;
								}
							
							#wrapper #content #leftCol ul li a.thrd {
							padding-left: 20px;
							font-size: 10px;
							background-color: #d9e8f6;
							border-bottom: 1px solid #fff;
							}
							
								#wrapper #content #leftCol ul li a.thrd:hover,
								#wrapper #content #leftCol ul li a.thrdActive {
								padding-left: 20px;
								border-bottom: 1px solid #fff;
								background-color: #c5dcf2;
								font-weight: bold;
								font-size: 10px;
								}
				
				
			
			#wrapper #content #rightCol {			
			float: left;
			width: 625px;
			padding: 0 0 0 30px;
			font-size: 90%;
			line-height: 1.6em;
			}
			
				#wrapper #content #rightCol p {
				line-height: 1.6em;
				margin: 0 0 15px 0;
				}
				
				#wrapper #content #rightCol ul {
				list-style-type: square;
				margin: 5px 0 5px 20px;
				padding: 0 0 0 0;
				}
					
					#wrapper #content #rightCol ul li {
					line-height: 1.4em;
					margin: 0 0 7px 0;
					}
			
			div#minheight { 
			height: 110px; 
			clear:both; 
			} 
  

			
				
				
				#wrapper #content #rightCol #tools {
				font-size: 10px;
				text-align: right;
				margin-bottom: 20px;
				}
				
					#wrapper #content #rightCol #tools a {
					color: #003F87;
					text-decoration: none;
					}
					
						#wrapper #content #rightCol #tools a:hover {
						text-decoration: underline;
						}
			
		#wrapper #footer {
		display: block;
		left: 48px;
		width: 805px;
		clear: both;
		padding: 0 0 0px 0px;
		font-size: 11px;
		position:absolute; 
		bottom:0px !important; 
		height:95px;
		margin:0px auto; 
		}
		
			#wrapper #footer #bc {
			float: left;
			}
			
				#wrapper #footer #bc a {
				color: #003F87;
				text-decoration: none;
				}
				
					#wrapper #footer #bc a:hover {
					text-decoration: underline;
					}
			
			#wrapper #footer a.top {
			float: right;
			font-weight: bold;
			color: #003F87;
			text-decoration: none;
			background-image: url("../images/arrow.gif");
		    background-repeat:no-repeat;
		    background-position: 0% 45%;
			padding-left: 13px;
			}