
body {
    font-family: arial;
	background-color: #f2f2f2;
	letter-spacing: 0.1px;
	background-image: url(images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
p.big {
    line-height: 250%;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #999999;
}
textarea {
    font-family: arial;
}
div.title {
    width: 900px;
	min-height: 120px;
}
div.left {
    float: left;
	clear: none;
	width: 650px;
	min-height: 247px;
}
div.right {
    float: right;
	clear: none;
	width: 240px;
	min-height: 247px;
}
div.menu {
    background-color: #ffffff;
	padding: 0;
	min-height: 247px;	
}
div.box {
    float: left;
	width: 250px;
	clear: left;
	margin-top: 8px;
	background-color: #dddddd;
	color: #333333;
	padding: 20px;
}
div.boxcontact {
    float: left;
	width: 270px;
	clear: left;
	margin-top: 8px;
	background-color: #cccccc;
	color: #333333;
	padding: 20px;
}
div.text {
    background-color: #ffffff;
	background-image: url(images/watermark.jpg);
	background-position: top;
	background-repeat: repeat-y;
	padding: 5px;
	min-height: 390px;
	clear: both;
}
table.text{
    font-family: arial;
	font-size: 14px;
	color: #000000;
	padding: 0;
}

ul.standard li{
    font-family: arial;
	list-style-type: disc;
	padding-top: 3px;
	margin-left: -20px;
	padding-left: 0px;
}
ul.special li{
    font-family: arial;
	list-style-image: url(images/listicon.gif);
	color: #000000;
	text-align: left;
	padding-top: 3px;
}
div.main {
	top: 10px;
	background-color: #ffffff;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	border-left: solid 1px #b3b3b3;
	border-right: solid 1px #b3b3b3;
	border-top: solid 1px #b3b3b3;
}
div.credit {
    width:900px;
	margin-left:auto;
	margin-right:auto;
	font-size:9px;
	text-align:right;
	clear:both;
	color: #B1698E;
}
