﻿

        body {
			padding: 0px;
			margin: 0px;
			text-align: center;
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 11px;
	        background:#e4effb url("/images/welcome_bg.png") center top  repeat-x;
			color: #7a7c7d;
        }

		
		td {
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 11px;
			color: #7a7c7d;
		}
		
		#h_container {
			position: relavtive;
			text-align: left;
			margin: 0px auto;
			padding: 0px;
			width: 900px;
			height: 202px;
		}
		
		#welcome_header {
			position: absolute;
			background:url("/images/welcome	_header.png") left top no-repeat;
			width: 900px;
			height: 202px;
		}
		
			
			/* Personal Informaiton */
			
				#personal {
					text-align: right;
					right: 15px;
					padding: 52px 10px 0px 0px;
				}
				
				#personal ul {
					position: relative;
					top:18px;
					margin: 0px;
					padding: 0px;
					list-style: none;
				}
				
				#personal li {
					margin: 0px 0px 1px 0px;
					padding: 1px 0px 0px 0px;
				}
		
		
		#content {
			text-align: left;
			margin: 0px auto;
			width: 900px;	
			line-height: 20px;
		}	
		
		#main {
			width: 900px;
			left: 0px;
			z-index: 10;
			padding: 1px 14px 14px 14px;
		}
		
		
		#footer {
			position:relative;
			text-align: left;
			margin: 0px auto;
			padding: 0px;
			background:url("/images/welcome_footer.png") left top no-repeat;
			width: 900px;	
			height: 70px;
		}
		
		#footer_content {
			padding: 72px 0px 0px 0px;
		}

		#copywrite {
			position: relative;
			padding: 10px 0px 0px 0px;
			text-align: left;
			left: 10px;
			top: 60px;
			float: left;
		}
		
		#footer #nav {
			position: relative;
			text-align: right;
			left: 10px;
			top: 60px;
			padding: 10px 27px 0px 0px;
			float: right;
		}
		
	

/* Welcome Navigation */

	#welcome_navigation_left {
			position: absolute;
			text-align: left;
			left:245px;
			top: 133px;
			color: #ffffff;
			font-weight: normal;
			font-size: 13px;
	}
	
	#welcome_navigation_left a {
		color:  #ffffff;
		text-decoration:none;
	}
	
	#welcome_navigation_right {
			position: absolute;
			text-align: left;
			right: 15px;
			top: 133px;
			color: #ffffff;
			font-size: 13px;
		
	}
	
	#welcome_navigation_right a {
		color:  #ffffff;
		text-decoration:none;
	}
	
	
	
	#welcome_content {
		position: relative;
		width: 752px;
		left: 200px;
		top: -40px;
		z-index: 10;
	}
	
	#left_column {
		width: 185px;
		z-index: 20;
	}
	