body {
	font-family:  Verdana, Arial, sans-serif;
	padding:0;
	margin:0;
	background:#cccccc url(images/page_bg.jpg) bottom center repeat-y; 
	text-align:center;
	
}

acronym {
	border-bottom: 1px dotted;
	cursor: help;
	}
	
img {
	border:0;
	}

table th {
	background-color:#000;
	color:#fff;
	}
	
table ul {
	margin:0;
	padding-left:15px;
	}

table ul li {
line-height:.8em;
	}
	
table td {
	border-bottom:1px solid #cccccc; vertical-align:top;
	}

table {
	border:1px solid #CCCCCC; 
	}


legend {color:#ffffff; font-weight:bold;}

#container 
	{width:800px; height:100%; margin-left: auto;	margin-right: auto; text-align:left; padding:0;}

/* for Internet Explorer */
/*\*/
* html #container   {
 	padding-left:1px;;
}
/**/


#brandbox { 
	height:190px;
	width:800px;
	background:#cccccc url(images/header.jpg) top left no-repeat;

	}
	
#infobar {
	height:30px;
	background:#cccccc url(images/infobar_bg.gif) top left repeat-x;
	text-align:right;
	font-size:.76em;
	}

#infobar a { 
	text-decoration:none; color:#000; display:block; 
	padding-right:10px;
	}

#infobar a:hover {text-decoration:underline;}

#leftcol {width: 199px; position:absolute;	top:220px; 	font-family: Verdana, Arial,  Helvetica, sans-serif;
	font-size:.68em; }

#leftcol ul { padding:0px; margin:0; list-style-type:none;}

#leftcol li {display:block; padding:12px 12px 12px 20px; line-height:1.2em; color:#fff;  border-bottom:1px solid #ccc; background: url(images/nav_bullet.gif) top left no-repeat #dadada;}

#leftcol li.here { color:blue; padding-left:20px;  background: url(images/nav_bullet_here.gif) top left no-repeat #dadada; }

#leftcol li a { text-decoration:none; color:#000; display:block; }

#leftcol li a:hover {text-decoration:underline;}

#leftcol li ul {padding:0; margin:5px 0 0 5px; list-style:square;}

#leftcol li ul li {padding:4px 0;  border:0; background:transparent; line-height:1em; font-size:90%;}

#leftcol li ul li.here { color:blue; padding-left:0;  background: url(images/null.gif) top left no-repeat #dadada; }

#leftcol li ul li a{ text-decoration:none; color:#000;}

#leftcol li ul li a:hover { text-decoration:underline; color:#000;}


#copy{
	
	width:580px;
	margin:0px 0px 0px 200px;
	padding:10px;
	line-height:1.8em;
	font-size:.76em;
	color: #ffffff;
	background:url(images/content_bg.jpg) top left repeat-x #363636; 
	}

#copy h2 {
	font-family: Verdana, Arial,  sans-serif;
	font-size:1.7em;
	line-height:1em;
	font-weight:200;
	color:blue;
	background:url(images/h2_bullet.gif) top left no-repeat;
	padding:15px 0 3px 30px;
	margin:0px;
	}
	

#copy h3 {
	font-family: Verdana, Arial,  sans-serif;
	font-size:1.2em;
	font-weight:bold;


	}


#copy a {
	color:#fff;
	}

#copy a:hover {
	color:#fff;
	text-decoration:none;
	}

#copy UL LI {
list-style-type: square;
margin-bottom: 8px;
line-height:1.8em;
}

.photo {
	border:1px solid #333333;
	background-color:#fff;
	padding:5px;
	margin-right:30px;
	}

.info {
	border:0;vertical-align:middle;
	}

.ready {
	border:0;margin-top:15px;
	}

.logotext {
	display:none;
	}
	
.printlogo {
	display:none;
	}



.footer {
	text-align:center;
	color:#fff;
	font-size:.9em;
	margin-top:45px;
	}
	
	
	
.filetype{
	font-size:90%;
	font-weight:bold;
	}

.right{
	text-align:right;
	}

.column
	{background-color:#363636;
	}
	

.column_alt
	{background-color:#6d6d6d;
	}
	
/* Form Validation Styles */

.OptionalTextBox 
{ 
    border: 1px solid #000000; 
} 

.RequiredTextBox 
{ 
    border: 1px solid #000000; 
} 

.FailedTextBox 
{ 
    border: 1px solid blue; background:#ccffff;
} 
	
/* DOM Collapse Styles */
		.trigger{
			cursor:pointer;
		}		
		.trigger:hover{
			cursor:pointer;
			background:#999;
		}		
		.expanded{
			background:#333;
			cursor:pointer;
		}
		.expanded:hover{
			background:#ccc;
			cursor:pointer;
		}
		.show{
     position:static;
     display: table;
		}
		.hide{
			position:absolute;
			left:-999em;
			height:1px;
			width:100px;
			overflow:hidden;
		}
