body{
padding: 0;
margin: 0;
background: #f3f3f3;
color: #8A8A8A;
font-family: arial, verdana, sans-serif;
}

.pagebody{
background: #ffffff;
padding: 0px 10px 10px 80px;
}

a img{
padding: 0;
margin: 0;
border: 0;
}

.home_bar{
clear: both;
height: 149px;
width: 100%;
background: #FFFFFF url(images/home_bar.gif) repeat-x;
display: block;
text-align: center;
}

.container_half{
width: 49%;
text-align: center;
float: left;
}

.container_item{
	
	text-align: left;
	margin: 3px 0px 2px 3px;
	display: block;
}

ul.item_links{
	color: #555555;
	float: left;
	padding:4px 20px 4px 4px;
	margin: 0;
	font-size: 0.8em;
	list-style: square inside;
	font-weight: bold;
}
ul.item_links li{
	font-weight: normal;
}

.item_links a{
	color: #4985be;
}
.item_links a:hover{
	color: #2f557a;
}

.container_fix{
	clear: both;
	padding: 0;
	margin: 0;
	font-size: 0px;
	width: 144px;
}

.container_link{
	float: left;
	display: block;
	height: 150px;
	width: 144px;
}

a.item_link{
	text-align: center;
	background: #f3f3f3;
	color: #606060;
	width: 144px;
	height: 150px;
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	float: left;
	border: #e9e9e9 1px solid;
}
a:hover.item_link{
background: #4985be;
border: #3d78b0 1px solid;
color: #FFFFFF;
}


a.item_link img{
margin: 4px 0px 6px 0px;
border: #bbbbbb 2px solid;
width: 127px;
height: 112px;
}
a:hover.item_link img{
border: #3972a8 2px solid;
}


.page_footer{
	border-top: #e0e0e0 1px solid;
	width: 100%;
	text-align: center;
	color: #cccccc;
	font-size: 0.7em;
	background: #f3f3f3;
}
.page_footer a{
	color: #bbbbbb;
	text-decoration: underline;
}
.page_footer a:hover{
	color: #888888;
	text-decoration: none;
}
.page_footer_text{
	padding: 1em 1em 1em 1em;
}

.page_footer_titles{
	font-size: 3em;
	text-align: center;
	width: 100%;
	display: block;
	color: #888888;
	font-style: italic;
}

.page_footer_titles img{
    display: inline;
    vertical-align: middle;
}
.red, .red a{
	color: #f03f35;
}

.blue, .blue a{
	color: #0255a1;
}
.page_footer_titles a:hover{
	color: #222222;
}