body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background-color: #e40219;
	background-image: url(images/bg.gif);
	}

#outercontainer {
	width: 800px;
	margin:0 auto;
	margin-bottom: 50px;
	padding-bottom: 20px;
	background: #fff;
	}

#header	{
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: left;
	}

#alert	{
	background: #fff6bf url(images/exclamation.jpg) center no-repeat;
	background-position: 15px 50%;
	/* x-pos y-pos */
	text-align: left;
	margin-left: 130px;
	margin-right: 130px;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	width: 475;
	line-height: 25px;
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	}
	
#alert a:link,a:visited {
	color: #1ba0a0;
	}
	
#header	img {	
	border: 1px dotted #bebebe;
	}
	
#col2-1 {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	width: 142px;
	text-align: left;
	}

#col2-1 a:link,
#col2-1 a:visited {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	text-transform: uppercase; 
	}

#col2-1 a:hover {
	color: grey;
	text-decoration: none;
	}

ul.tree, ul.tree ul {
     list-style-type: none;
     background: url(images/vline.png) repeat-y;
     margin: 0;
     padding: 0;
   }
   
ul.tree ul {
	margin-left: 5px;
	}

ul.tree li {
	margin: 0;
	padding: 0 12px;
	line-height: 20px;
	background: url(images/node.png) no-repeat;
	color: #369;
	font-weight: bold;
	}

ul.tree li.first {
	background: #fff url(images/firstnode.png) no-repeat;
	}

ul.tree li.last {
	background: #fff url(images/lastnode.png) no-repeat;
	}

#col2-2 {
	float: left;
	width: 560px;
	}
	
#boxheader {
	float: left;
	width: 560px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px dotted #bebebe;
	border-left: 1px dotted #bebebe;
	border-right: 1px dotted #bebebe;
	font-family : Verdana;
	color : Black;
	font-size : 10pt;
	font-weight : bold;
	text-align: left;
	background: #f6f6f6;
	}

#box {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	width: 530px;
	height: 75%;
	border: 1px dotted #bebebe;
	font-family: Verdana;
	color: #000;
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
	}

#home-box {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	width: 530px;
	height: 75%;
	border: 1px dotted #bebebe;
	font-family: Verdana;
	color: #000;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	}

#home-box i {
	font-family: Verdana;
	color: #000;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	}
	
#box img,
#home-box img {
	padding-right: 7px;
	padding-bottom: 7px;
	}
	
#box a:link,
#box a:visited,

#home-box a:link,
#home-box a:visited {
	color: #1ba0a0;
	text-decoration: underline;
	}

#box a:hover,
#home-box a:hover {
	}

#descbox {
	float: left;
	text-align: left;
	margin-top: 20px;
	}
	
#pickupbox {
	clear: both;
	float: left;
	width: 100%;
	margin: 0px;
	margin-top: 30px;
	font-weight: bold;
	font-size: 9pt;
	text-align: left;
	}
	
#pickupbox1 {
	float: left;
	width: 240px;
	margin: 0px;
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 8px;
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
	min-height: 20px;
	}
	
#pickupbox2 {
	float: left;
	width: 180px;
	margin: 0px;
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
	min-height: 22px;
	}
	
#pickupbox3 {
	float: right;
	width: 81px;
	margin: 0px;
	padding-top: 2px;
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
	}

/* OTHER ______________________________________________*/

i {
	font-family: verdana;
	color: Gray;
	font-size: 7pt;
	font-weight: normal;
	}

#footer {
	clear: both;
	text-align: center;
	font-family: verdana;
	color: gray;
	font-size: 7pt;
	font-weight: normal;}
	
#footer a:link,
#footer a:visited {
	color: #f26522;	
	text-decoration: none;
	}	
	
#center {
	margin: 0 auto;
	}	

