@charset "utf-8";
body {
	font: 100% "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	background: #C7DEDE url(images/bg.png) repeat-x top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
}
h1 {
	color: #003366;
	font-size: 16px;
	margin: 0px 0px 15px;
	text-transform: uppercase;
}
h2 {
	color: #339999;
	margin: 0px 0px 10px;
	font-size: 14px;
}
h3 {
	margin: 0px;
	color: #000000;
	font: bold 13px Arial, Helvetica, sans-serif;
}
ul {
	margin: 0px 0px 20px;
}

#container {
	width: 950px;
	background: #191919;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: #000000 url(images/header-bg.png) repeat-x;
	height: 70px;
	text-align: right;
	font-size: 14px;
	color: #3399FF;
	width: 950px;
}
#header img {
	text-align: right;
	color: #3399FF;
	float: left;
	border-style: none;
}
#header p {
	font: 15px "Arial Narrow", Helvetica, sans-serif;
	text-align: right;
	color: #3399FF;
	padding: 22px 10px 10px;
	margin: 0px;
}
#sidebar {
	float: left;
	width: 250px;
	background: #000000;
}
#mainmenu {
	background: #232323;
	margin: 3px;
	height: 250px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #505050;
	border-left: 1px solid #505050;
	padding-top: 0px;
	padding-bottom: 0px;
}
#mainmenu a {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	padding-left: 25px;
	padding-right: 10px;
	background: url(images/mm-line-bg.gif) no-repeat center bottom;
	font: 11px/28px Verdana, Arial, Helvetica, sans-serif;
}
#mainmenu a.first {
	line-height: 27px;
}
#mainmenu a.last {
	background: url(images/mm-trans-bg.gif) no-repeat center bottom;
	line-height: 27px;
}
#mainmenu a:hover {
	background: #000000 url(images/mm-arrow-bg.gif) no-repeat 10px 8px;
	color: #CCFFFF;
}
#mainmenu a.last:hover {
	/*background: #000000 url(images/mm-arrow-bg.gif) no-repeat 10px 10px;*/
}
#leftpanel {
}
#lp-top {
	background: url(images/lp-top.gif) no-repeat;
	height: 17px;
}
#lp-body {
	background: url(images/lp-body.gif) repeat;
	min-height: 350px;
	padding: 0px 10px;
}
#lp-body p {
	background: url(images/lp-body.gif) repeat;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
	padding-bottom: 10px;
}
#lp-btm {
	background: url(images/lp-btm.gif) no-repeat;
	height: 12px;
	border-bottom: 1px solid #1E1E1E;
}
#flash {
	margin: 0;
	padding: 3px 0;
	width: 700px;
	float: left;
	background: #000000;
	height: 250px;
}
#content-border {
	margin: 0;
	padding: 10px;
	width: 680px;
	float: left;
	background: #81B7C7 url(images/content-bg.png) repeat-x top;
}
#content {
	padding: 10px;
	background: #FFFFFF url(images/visual-concept.jpg) no-repeat center bottom;
	min-height: 593px;
	border-top: 1px solid #81B7C7;
	border-right: 1px solid #81B7C7;
	border-bottom: 2px solid #5793B7;
	border-left: 1px solid #81B7C7;
}
#content p {
	font-size: 12px;
	margin: 5px 0px 15px;
}
#content li {
	margin: 5px 0px;
	font-size: 12px;
}
#content-home-top {
	height: 50px;
	background: url(images/mc-top-home-bg.png) repeat-x;
}
#content-home-top p {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 10px;
	color: #000000;
}
#content-home {
	background: #81B7C7 url(images/mc-home-bg.png) repeat-x top;
	text-align: center;
}
#content-home img {
}
#footer {
	background:#C7DEDE url(images/footer-bg.png) no-repeat top;
	height: 75px;
}
#footer p {
	margin: 0;
	padding: 5px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #0099CC;
}
a:hover {
	text-decoration: none;
	color: #3366CC;
}
a:visited {
	text-decoration: none;
	color: #0099CC;
}
a:hover:visited {
	text-decoration: none;
	color: #3366CC;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
p {
	margin: 0px;
}
.flt-right {
	float: right;
	margin-left: 8px;
}
.flt-left {
	float: left;
	margin-right: 8px;
}

