body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	line-height: 22px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background-color: #EAEAEA;
	background-image: url(../images/bg.gif);
	text-align: center;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0; padding: 0;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #006CAD;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
p {
	text-align: left;
	padding: 0;
	margin: 1em 0;
}
img {
	border: none;
}
a {
	color: #dd6e00; text-decoration: underline;
}
a:visited {
	color: #dd6e00; text-decoration: underline;
}
a:hover {
	color: #006CB1; text-decoration: none;
}
a:active {
	color: #006CB1; text-decoration: none;
}
td {
	vertical-align: top;
	line-height: 14px;
}
#page {
	margin: 34px auto 10px auto;
	padding: 0;
	width: 768px;
	background-color: #FFF;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
}
#top {
	background-image: url(../images/content_up.gif);
	background-repeat: no-repeat;
 	background-position: left top;
	height: 14px;
	overflow: hidden;
}
#bottom {
	background-image: url(../images/content_bottom.gif);
	background-repeat: no-repeat;
 	background-position: left bottom;
	clear: both;
}
#banner {
	margin: 0 0 0 14px;
	height: 111px;
	overflow: hidden;
}
#menu {
	width: 155px;
	margin: 10px 0 0 0;
	padding-left: 14px;
	float: left;
}
#menu .mainmenu {
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	height: 400px;
	padding: 4px 0 0 0px;
}
#menu .mainmenu img {
	margin: 7px 0 0 17px;
}
#menu .mainmenu a {
	display: block;
	width: 155px;
	height: 33px;
}
#menu .mainmenu a:hover {
	background-color: #FDFDFD;
	background-image: url(../images/menu/bg-on.gif);
}
#menu .mainmenu div {
	width: 155px;
	height: 33px;
	background-color: #FDFDFD;
	background-image: url(../images/menu/bg-on.gif);
}
#menu .contactarea {
	background-image: url(../images/menu_lower_bg.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 5px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002656;
}
#menu .contactarea form {
	padding: 0;
	margin: 0 0 0 0;
}
/*#menu .loginarea input { vertical-align: top; }*/
#menu .contactarea .input {
	height: 13px;
	width: 46px;
 	font-size: 10px;
	border: solid 1px #FFF;
	background-color: #E0E0E0;
}
#menu .menutop {
	height: 9px;
	overflow: hidden;
}
#menu .menutop img { vertical-align: top; }
#menu .menubottom {
	background-image: url(../images/menu_lower_bg.gif);
	background-repeat: repeat-y;
	height: 9px;
}

#content {
	margin: 22px 0 0 29px;
	width: 547px;
	float: left;
}
#content .left {
	float: left;
	margin: 10px 30px 0 1px;
}
#content .box {
	width: 160px;
	float: right;
	margin: 20px 0 0 20px;
	padding: 0;
}
#content .box .white {
	width: 160px;
	height: 107px;
	background-image: url(../images/box-white.gif);
	margin-bottom: 25px;
	overflow: hidden;
}
#content .box .white a {
	color: #666;
	text-decoration: none;
}
#content .box .white a:hover {
	color: #666;
	text-decoration: underline;
}
#content .box .blue {
	width: 160px;
	height: 107px;
	background-image: url(../images/box-blue.jpg);
	margin-bottom: 25px;
	color: #FFF;
  overflow: hidden;
}#content .box .blue a {
	color: #FFF;
	text-decoration: none;
}
#content .box .blue a:hover {
	color: #FFF;
	text-decoration: underline;
}
#content .box .long {
	width: 160px;
	height: 230px;
	background-image: url(../images/box-long.gif);
	margin-bottom: 25px;
	overflow: hidden;
}
#content .box .text {
	padding: 10px;
}
#content .box ul {
	margin: 0 0 0 1em;
	padding: 0;
	line-height: 1.5em;
}
#content .box li {
	margin: 0;
	padding: 0;
}
#content .box li.ul {
	list-style: none;
	display: inline;
}

form {
	margin: 0; padding: 0;
}
fieldset {
	border: none;
}
input, textarea {
	margin-bottom: 10px;
	font-size: 11px;
}
label {
	width: 70px;
	margin: 0px 8px 3px 0;
	float: left;
	text-align: right;
}