﻿

        body {
			padding: 0px;
			margin: 0px;
			text-align: center;
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 12px;
	        background:#160d02 url(/images/office_bg.png) left top  repeat-x;
			color: #72624e;
        }

		
		td {
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 12px;
			color: #72624e;
		}
		
		
		#h_container {
			position: relavtive;
			text-align: left;
			margin: 0px auto;
			padding: 0px;
			width: 1038px;
			height: 437px;
		}
		
		#welcome_header {
			position: absolute;
			background:url(/images/welcome_header.png) left top no-repeat;
			width: 1038px;
			height: 437px;
		}
		
		#logo {
			position: absolute;
			text-align: left;
			top: 15px;
			left: 215px;
		}
		
		#bug {
			position: absolute;
			right: 253px;
			top: 115px;
		}
		
		#template_image {
			position: absolute;
			text-align: left;
			top: 0px;
			right: 35px;
		}
		
		#bug {
			position: absolute;
			right: 253px;
			top: 352px;
		}
		
		#home_image {
			position: absolute;
			top: 168px;
			left: 78px;
		}
		
		#content {
			text-align: left;
			margin: 0px auto;
			width: 1038px;	
			background:url(/images/main_bg.png);
		}	
		
		#main {
			width: 900px;
			left: 0px;
			z-index: 10;
			padding: 10px 70px;
		}
		
		#MainColumn {
			padding: 0px 30px 0px 0px;
			border-right: 1px solid #837462;
			width: 665px;
		}
		
		#RightColumn {
			padding: 12px 0px 12px 23px;
			width: 215px;
		}
		
		#footer {
			position:relative;
			text-align: left;
			margin: 0px auto;
			padding: 0px;
			background:url(/images/welcome_footer.png) no-repeat;
			width: 1038px;	
			height: 70px;
		}

		#copywrite {
			position: relative;
			text-align: left;
			left: 25px;
			top: 25px;
			float: left;
		}
		
		#footer #nav {
			position: relative;
			text-align: right;
			right: 10px;
			top: 35px;
			padding: 0px 27px 0px 0px;
			float: right;
		}
		
		#footer #nav a {
			color: #7a7c7d;
			text-decoration: none;
		}
		
	

/* Welcome Navigation */

	#welcome_navigation_left {
			font-family: Arial, Helvetica, sans-serif; 
			position: absolute;
			text-align: left;
			right:90px;
			top: 325px;
			color: #362f2d;
			font-weight: bold;
			font-size: 13px;
			text-transform: uppercase;
			
	}
	
	#welcome_navigation_left a {
		color:  #362f2d;
		text-decoration:none;
	}
	
	#welcome_navigation_left a.hover {
		color:  #ffffff;
		text-decoration:none;
	}
	
	#welcome_navigation_right {
			position: absolute;
			text-align: left;
			right: 10px;
			top: 127px;
			color: #ffffff;
		
	}
	
	#welcome_navigation_right a {
		color:  #ffffff;
		text-decoration:none;
	}
	
	
	
	#welcome_content {
		position: relative;
		width: 752px;
		left: 200px;
		top: -40px;
		z-index: 10;
	}
	
	#left_column {
		position: absolute;
		margin: 0px 0px 0px 20px;
		width: 160px;
		top: 35px;
		z-index: 20;
	}
	
	#LinkTitle {
		padding: 0px 0px 8px 0px;
	}
	
	
	
	#Links {
		color: #72614d;
		border-top: 1px solid #72614d;
		font-size: 11px;
	}