* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	/*border: 1px solid red;*/
}

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body {
	 background-color: #0064a8;
}

img  {
	border-width: 0px;
}

h1 {
	font-size: 18px;
	color: rgb(0, 100, 168);
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #0064a8;
	font-weight: bold;
}

.clear { height: 0px; clear: both; overflow: hidden; }
.clear-left { height: 0px; clear: left; overflow: hidden; }
.clear-right { height: 0px; clear: right; overflow: hidden; }

#top-gradient {
	background: url(images/bg.gif) top left repeat-x;
	height: 100%;
	min-height: 900px;
	padding: 0px 70px;
}

#margin-center {
	margin-left: 50%;
}

#main-container {
	width: 1050px;
	margin-left: -525px;
}

#header {
	background: url(images/header.jpg) top left no-repeat;
	height: 138px;
}

#header #link-logo {
	margin-top: 30px;
	position: absolute;
	width: 230px;
	height: 90px;
	overflow: hidden;
}

#icons-menu {
	float: right;
	margin-top: 94px;
	margin-right: 20px;
}

#topmenu {
	background: #15b7da url(images/topmenu-bg.gif) top center repeat-x;
	overflow: hidden;
}

#topmenu-container {
	background: url(images/left-panel.gif) 1px 1px no-repeat;
	overflow: hidden;
}

#topmenu-container-no-left {
	overflow: hidden;
}

#topmenu-left {
	background: url(images/topmenu-left.gif) top left no-repeat;
	overflow: hidden;
}

#topmenu-right {
	height: 42px;
	background: url(images/topmenu-right.gif) top right no-repeat;
	overflow: hidden;
	margin-left: 1px;
}

#content-left {
	background: url(images/border.gif) top left repeat-y;
	padding-left: 1px;
}

#content-right {
	background: url(images/border.gif) top right repeat-y;
	padding-right: 1px;
}

#content, #content-no-left {
	background: #ffffff url(images/content-bg.gif) 1px top repeat-y;
	width: 100%;
	overflow: hidden;
}

#content-no-left {
	background-image: none;
}

#left-panel {
	width: 175px;
	margin-top: 35px;
	margin-bottom: 35px;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
}

#left-panel-no-left {
	display: none;
}

#main-panel, #main-panel-no-left {
	margin-top: 35px;
	margin-bottom: 35px;
	margin-right: 45px;
	margin-left: 280px;
	font-size: 12px;
	color: #666666;
	text-align: justify;
}

#main-panel-no-left {
	margin-left: 45px;
}

#content-bottom-left, #content-bottom-left-no-left {
	height: 13px;
	background: url(images/bottom-left.gif) top left no-repeat;
}

#content-bottom-left-no-left {
	background: url(images/bottom-left-no-left.gif) top left no-repeat;
}

#content-bottom-right {
	height: 13px;
	background: url(images/bottom-right.gif) top right no-repeat;
}

#content-bottom-center {
	height: 13px;
	background: url(images/bottom-center.gif) top left repeat-x;
	margin: 0px 15px 0px 217px;
	overflow: hidden;
}
