@charset "utf-8";
html, body 
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#page {
	background-image: url(../images/bck_master.jpg);
	background-repeat: repeat-y;
	width: 991px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#header
{
	background-image: url(../images/header_inner.jpg);
	background-repeat: no-repeat;
	height: 185px;
	display: block;
}
#header.home
{
	background-image: url(../images/header_home.jpg);
	background-repeat: no-repeat;
	height: 291px;
	display: block;
}#footer {
	background-repeat: no-repeat;
	display: none;
	height: 40px;
	position: relative;
	clear: both;
}
#content {
	width: auto;
	display: block;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 190px;
	color: #000;
	margin-left: 30px;
	overflow: visible;
}
#mainmenu 
{
	display: block;
	float: left;
	margin-right: 8px;
	list-style-type: none;
}
#mainmenu li
{
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	display: block;
}
#mainmenu li img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.floatLeft {
	float: left;
	margin-right: 8px;
}
.floatRight {
	float: right;
	margin-left: 8px;
}
.textmiddle {
	vertical-align: middle;
}
.texttop {
	vertical-align: text-top;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imagelist
{
	display: block;
	margin: 0px;
	list-style-type: none;
	width:540px;
	padding: 0px;
}
.imagelist li
{
	display: inline;
	list-style-type: none;
	float: left;
	width: 30%;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.imagelist li img
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#applicationList 
{
	display: block;
}
#applicationList .title
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 140%;
	color: #000;
	font-style: italic;
	display: block;
	font-weight: bold;
}
.homebox
{
	display: block;
	background-image: url(../images/bck_box1.png);
	background-repeat: no-repeat;
	height: 177px;
	width: 232px;
	margin: 2px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 18px;
	float: left;
	font-size: 90%;
}
.homebox .content
{
	display: block;
	overflow: hidden;
	height: 110px;
}
.homebox .title
{
	display: block;
	position: relative;
	top: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 4px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-weight: bold;
	color: #000;
	font-size: 120%;
}
.homebox .title a, .homebox .title a:hover, .homebox .title a:visited
{
	color: #000;
	text-decoration: none;	
}
.clear {
	clear: both;
	display: block;
}
