* {
	margin: 0px;
	padding: 0px;
}

body, div {
	border: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 12px;
}

div.head {
	margin: 0 auto;
	overflow: auto;
	width: 930px;
	height: 89px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 10px solid #cccccc;
	background: url(/assets/templates/sat-design/images/top-logo.png);
}

div.body {
	margin: 0 auto;
	overflow: auto;
	width: 928px;
	border-bottom: 5px solid #0365fe;
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
}

div.header-right {
	float: right;
	width: 600px;
	height: 69px;
	padding: 10px;
	border-left: 1px solid #ffffff;
	background: url(/assets/templates/sat-design/images/topbg.png);
}

div.middle-left {
	float: left;
	width: 599px;
	min-height: 300px;
	height:auto !important;
	height:300px;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(/assets/templates/sat-design/images/middlebg.png) top left repeat-x;
}

div.middle-right {
	float: right;
	width: 289px;
	min-height: 300px;
	height:auto !important;
	height:300px;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(/assets/templates/sat-design/images/middlebg.png) top left repeat-x;
}

div.middle-bottom {
	float: left;
	width: 928px;
	height: 0px;
	border-top: 1px dotted #cccccc;
}

div.footer-left {
	float: left;
	width: 289px;
	height: 45px;
	padding: 10px;
}

div.footer-right {
	float: right;
	width: 599px;
	height: 45px;
	padding: 10px;
	text-align: right;
	font-size: 36px;
	color: #cccccc;
}

div.middle-right p {
	min-height: 150px;
	height:auto !important;
	height:150px;
}

img.logotype {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 102px;
	height: 102px;
	border: 1px solid #0365fe;
	background: #ffffff;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

a {
	color: #0365fe;
}

a.right {
	float: right;
	color: #cccccc;
}

div.middle-right ul {
	padding-top: 0px;
}

div.middle-right ul ul {
	padding-top: 0px;
	padding-left: 16px;
}

div.middle-right li {
	list-style-type: none;
	text-transform: uppercase;
	padding-top: 12px;
	font-weight: bold;
	font-size: 12px;
}

div.middle-right li li {
	list-style-type: none;
	text-transform: none;
	padding-top: 12px;
	font-weight: normal;
	font-size: 12px;
}