/**********************/
/* GLOBAL WHITE SPACE */
/**********************/
* {
 padding: 0;
 margin: 0;
}

body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #333333;
	font-size: 14px;
	margin: 0 5px 0px 5px;
	line-height: 1.5em;
	text-align: justify;
}

/**********************/
/*   CSS SITE LAYOUT  */
/**********************/
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#navbar {
 border: 0px solid #ccc;
 margin: 20px 5px 0px 5px;
 height: 40px;
 /*(1) padding: 8px;*/
 padding: 0px 0px 0px 0px;
 background-color: #FFFFFF;
 background:transparent url(/images/navbar.gif) no-repeat; 
 background-position: 0px 0px;  
}
#header {
 border: 0px solid #ccc;
 margin: 15px 5px 0px 5px;
 /*(1) height: 140px;*/
 height: 130px;
 /*(1) padding: 10px; */
 padding: 0px; 
 background-color: #FFFFFF;
}
#leftcolumn { /* Parent Wrapper for inside boxes */
	margin: 0 5px 0px 5px;
	padding: 4px;
	display: inline; /* IE Hack */
	/*(1) width: 24%; */
	width: 20%;
	float: left;
	border: 0px solid #ccc;
	background-color: #FFFFFF;
	min-height: 300px;
}
#centercolumn {
 border: 0px solid #ccc;
 margin: 0 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 4px;
 /*(1) width: 71.4%; */
 width: 75.4%;
 float: left;
 min-height: 300px;
}
#singlecolumn {
 border: 0px solid #ccc;
 margin: 0 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 98%;
 float: left;
 min-height: 300px;
}
#footer {
 background-color: #FFFFFF;
 margin: 5px 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 98%;
}

/**********************/
/*  CUSTOM ELEMENTS   */
/**********************/
.title {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}
h1 {
	font-size: 18pt;
	font-weight: bold;
	color: #000080;
	line-height: 1.255em;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #000080;
}
h3 {
	font-size: 13pt;
	font-weight: normal;
	color: #000080;
}
.ul_standard {
	margin-left: 40px; 
}
.footer {
	font-size: 10px
}

object {
	margin-right: 12px;
}

.img_right {
	margin-right: 24px;
}

.img_left {
	margin-left: 24px;
}

/**********************/
/*  CUSTOM HYPERLINKS */
/**********************/
a:link {
	color:#000080;
	font-weigth:bold;
}
a:visited {
	color:#00009F;
	text-decoration:none;
	font-weight:normal;
}
a:hover {
	text-decoration:none;
	color:#1717FF;
}
a:active {
	color:#FFFFFF;
	background-color:#000080;
	text-decoration:none;
}
a.top {
	color:#000080;
	font-weight: normal;
}

/**********************/
/* DROP SHADOW STUFF  */
/**********************/
div.img-dec { 
background: url('/images/shadow.gif') no-repeat bottom right; 
clear: right; 
float: right; 
margin: 0 0 15px 25px; 
padding: 0; 
position: relative; 
} 
  
div.img-dec img { 
background-color: #fff; 
border: 1px solid #a9a9a9; 
display: block; 
margin: -5px 5px 5px -5px; 
padding: 4px; 
position: relative; 
} 

div.img-ilus { 
background: url('/images/shadow.gif') no-repeat bottom right; 
margin: 10px 5px; 
padding: 0; 
position: relative; 
} 
  
div.img-ilus img { 
background-color: #fff; 
border: 1px solid #a9a9a9; 
margin: -5px 5px 5px -5px; 
padding: 4px; 
position: relative; 
vertical-align: bottom; 
} 

/**********************/
/* GENERAL TABLE      */
/**********************/
/
table#std_table {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	}

table#std_table th {
	padding: 0 0.5em;
	text-align: center;
	}
	
tr.table_fields td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
	font-weight:bold;
	padding: 0 0.5em;
	}
	
tr.table_header td {
	font-weight:bold;
	border-top: none;
	border-bottom: 1px solid #FB7A31;
	padding:5px 5px;
	}
	
tr.table_spacer td {
	border-top: none;
	border-bottom: none;
	}
	
tr.table_data td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	}
