@charset "UTF-8";
/* MT Valeting Styles - Author: Jack Mellor (2010) */

/*PAGE LAYOUT*/
body {
    background-image: url(../img/page/background.jpg);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #E6F6FC;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
}
#topbrd {
	width:834px;
	margin:0px auto 0px auto;
	background:url(../img/page/top.png);
	background-repeat:no-repeat;
	height:30px;
}
#container {
	width:834px;
	margin:0px auto 0px auto;
	background-image:url(../img/page/container.png);
	background-repeat:repeat-y;
	background-position:center;
}
#whitearea {
	width:800px;
	margin:0px auto 0px auto;
}
#header {
    width: 774px;
	padding:0px 13px 0px 13px;
}
#logorow {
	width:774px;
}
#menurow {
	width:774px;
	background:url(../img/page/menu.jpg);
	background-repeat:repeat-x;
	height:30px;
}
#content {
	margin:0px 13px 0px 13px;
	display:block;
	text-align: left;
}
#col1 {
	width:546px;
	padding-right:4px;
	float:left;
	clear:left;
}
#col2 {
	width:212px;
	float:right;
	padding-right:5px;
}
#col2 img {
	padding-bottom:5px;
}
#footer {
	margin:0px 13px 10px 13px;
	display:inline-block;
}
#bottombrd {
	width:834px;
	margin:0px auto 0px auto;
	background:url(../img/page/bottom.png);
	background-repeat:no-repeat;
	height:18px;
}

/*MENU*/
#menulist {
	margin:0px 0px 0px 5px;
	padding:0px 0px 0px 0px;
	float:left;
	width:100%;
}
#menulist li {
	display:inline;
	padding:0px;
margin:0px
}
#menulist a:link,
#menulist a:visited {
	padding:12px 7px 0px 7px;
	margin-top:1px;
	color:#FFF;
	float:left;
	width:auto;
	text-decoration:none;
	height:16px;
	border-right:1px solid #047196;
	font-size:13px;
	font-weight:900;
}
#menulist li:first-child a {
	border-left:1px solid #047196;
}
#menulist a:hover {
	background:#83D4EF;
	color:#047196;
}
.lefttext {
	text-align:left;
	float:left;
	clear:left;
}
.righttext {
	text-align:right;
	float:right;
}

/*STYLES*/
h1 {
	color:#08A9DD;
	font-weight:bold;
	font-size:14px;
}
h2 {
	color:#08A9DD;
	font-weight:bold;
	font-size:12px;
	margin-top:0px;
}
.smllink {
	font-size:10px;
}
.smllink a:link,
.smllink a:visited {
	text-decoration:none;
	color:#000;
}
.smllink a:hover {
	text-decoration:underline;
}
