
input.text1 {
	width:110px;
	margin-right:8px;
}

input.button1 {
	width:30px;
	background-color:#0060b1;
	border:0px solid white;
	color:white;
}

div.leftSection {
	border-bottom:1px solid #999;
	margin-bottom:10px;
}

div.leftHeader {
	/*background-color:#022e6a;*/
	background-image:url('../images/ap_leftHeader.jpg');
	color:white;
	font:bold 14px arial;
	padding:2px 5px;
	margin-bottom:2px;
	
}

div.leftContent {
	background-color:white;
	color:#01b25a;
	font:12px arial;
	margin-left:15px;
}

.rightHeader {
	color:#022e6a;
	border-bottom:1px solid #999;
	font:14px arial;
	padding:5px;
}

.rightContent {
	color:#999;
	font:12px arial;
	text-align:center;
}

.rightHighlight {
	color:#022e6a;
	font:12px arial;
}

.centerHeader {
	color:#022e6a;
	font:bold 16px arial;
	text-align:center;
	border-bottom:1px solid #022e6a;
}

.centerSubHeader {
	font:bold 14px arial;
	color:#4e4e4e;
	margin-top:5px;
}

.centerContent {
	font:bold 12px arial;
	color:#5a5a5a;
}

.centerHighlight {
	color:#022e6a;
	font:12px arial;
}

.quote_box
{
	width:250px;
	text-align:center;
	background-color:#c1e6f7;
	color:black;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}

.quote
{
	font:italic bold 12px arial;
	color:#0150b2;
	text-align:center;
}

.quote_author
{
	color:#0150b2;
	margin-top:10px;
	text-align:right;
	font:italic 12px arial;
}

.linkDescription
{
	font:italic 12px arial;
	margin-bottom:6px;
}

.link_object
{
	text-align:center;
	width:200px;
	margin:5px auto;
	background-image:url('../images/link_object_background.jpg');
	background-repeat:repeat-x;
	height:35px;
	font:bold 16px arial;
	color:white;
}

.link_object:hover
{
	background-position:0 -35px;
}

div.hidden {
	display:none;	
}