/* apic.css */

/* Stuff for Text */
#hostedby{
	font-family:arial;
	font-size:10px;
	color:#9c9c9c;
	text-align:center;
	width:100%;
	font-weight: bold;
	display:block;
	height:35px;
}
#hostedby a{
	font-family:arial;
	font-size:10px;
	color: #428ed5;
	font-weight: bold;
}
#hostedby a:hover{
	font-family:arial;
	font-size:10px;
	color: #0066cc;
	font-weight: bold;

}
p#text_header
{
	font-family: "Tahoma", "Myriad Pro", "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #484848;	
}
p.header
{
	font-family: "Tahoma", "Myriad Pro", "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #484848;	
}

p { margin-top: 6px; margin-bottom: 6px; }
	
font.link
{
	color: #428ed5;
	font-weight: bold;
}
img
{
border: 0px;
}
.standard_text
{
	font-family: "Tahoma", "Myriad Pro", "Arial";
	font-size: 12px;
	color: #484848;
}
.justified_text
{
	font-family: "Tahoma", "Myriad Pro", "Arial";
	font-size: 12px;
	color: #484848;
	text-align:justify
}
.subhead_text
{
	font-family: "Tahoma", "Myriad Pro", "Arial";
	font-size: 11px;
	font-weight:bold;
	color: #484848;
}
/* The 2 outermost tables */

body
{
	background-image: url("images/bg1.gif");
	margin:0;
	padding:0;
}

A
{
	text-decoration: none;
}
A:link
{
	color: #b3b3b3;
} 
A.bluelink
{
	color: #428ed5;
	font-weight: bold;
} 

#container{
	margin:0 auto; /* center, not in IE5 */
	width: 760px;
	padding-left:10px;
	
}

.main_table
{
	border-style: none;
	width: 760px;
	text-align: center;
}

.main_white_table
{
	width: 760px;
	margin:0
}

.content_td
{
	vertical-align: top;
	text-align: center;
	background-color: white;
	width: 708;
}

/* The 2 headers */

.first_header_table
{
	text-align: right;
	border-style: none;
	width: 100%;
	background-image: url("images/first_header.gif");
	width: 708;
	height: 29;
	background-repeat: no-repeat;
	background-position: center;
}

.first_header_content_table
{
	border-style: none;
}

.first_header_text
{
	font-family: "Tahoma", "Myriad Pro", "Arial";
	color: #b3b3b3;
	font-size: 11px;
}

.spacer
{
	width: 10;
}

.arrow_icon
{
	width: 8;
	height: 7;
}

.second_header_table
{
	border-style: none;
	width: 708;
	height: 204;
	vertical-align: bottom;
}

/* Footer */

.footer_table
{
	text-align: center;
	border-style: none;
	width: 100%;
	background-image: url("images/footer.gif");
	width: 708;
	height: 29;
	background-repeat: no-repeat;
	background-position: center;
}

.footer_text
{
	font-family: "Tahoma", "Myriad Pro", "Arial";
	color: white;
	font-size: 11px;
}

/* Navigation */

.nav_table
{
	border-style: none;
	width: 708;
	height: 33;
	vertical-align: bottom;
}

/* Outer Box */

td.outer_left_top
{
	background-image: url("images/outerbox/box_left_top.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 15;
	height: 15;
}

td.outer_top
{
	background-image: url("images/outerbox/box_top.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	height: 15;
}

td.outer_right_top
{
	background-image: url("images/outerbox/box_right_top.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 14;
	height: 15;
}

td.outer_right
{
	background-image: url("images/outerbox/box_right.gif");
	background-position: left;
	background-repeat: repeat-y;
	width: 25;
}

td.outer_right_bottom
{
	background-image: url("images/outerbox/box_right_bottom.gif");
	background-position: top left;
	background-repeat: no-repeat;
	width: 14;
	height: 15;
}

td.outer_bottom
{
	background-image: url("images/outerbox/box_bottom.gif");
	background-position: top;
	background-repeat: repeat-x;
	height: 15;
}

td.outer_left_bottom
{
	background-image: url("images/outerbox/box_left_bottom.gif");
	background-position: top right;
	background-repeat: no-repeat;
	width: 15;
	height: 15;
}

td.outer_left
{
	background-image: url("images/outerbox/box_left.gif");
	background-position: right;
	background-repeat: repeat-y;
	width: 27;
}

/* Home Page Content Layout */

.main_content_table
{
	border-style: none;
	width: 100%;
	vertical-align: top;
	text-align: center;
}

.main_left_column
{
	vertical-align: top;
	text-align: right;
}

.main_right_column_box_1
{
	vertical-align: top;
}

.main_right_column_box_2
{
	width: 225;
	vertical-align: top;
}

.main_right_column_box_3
{
	vertical-align: top;
}

/* Content Boxes */

td.top
{
	
}

td.left
{
	background-image: url("images/left.gif");
	background-position: left;
	background-repeat: repeat-y;
	width: 12;
}

td.right
{
	background-image: url("images/right.gif");
	background-position: right;
	background-repeat: repeat-y;
	width: 12;
}

td.left_bottom
{
	background-image: url("images/box_left_bottom.gif");
	background-position: top right;
	background-repeat: no-repeat;
	width: 12;
	height: 12;
}

td.right_bottom
{
	background-image: url("images/box_right_bottom.gif");
	background-position: top left;
	background-repeat: no-repeat;
	width: 12;
	height: 12;
}

td.right_bottom_large
{
	background-image: url("images/box_right_bottom_large.gif");
	background-position: top left;
	background-repeat: no-repeat;
	width: 12;
	height: 12;
}

td.bottom
{
	background-image: url("images/bottom.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	height: 11;
}