body  {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	background: white url(../images/bg.gif) repeat-x top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}
#container-wrapper { 
	width: 914px;
	background: white url(../images/bg-container.gif) repeat-y left;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#container-wrapper #border-left {
	width: 7px;
	height: 296px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/border-container-left.gif) no-repeat;
}
#container-wrapper #border-right {
	width: 7px;
	height: 296px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/border-container-right.gif) no-repeat;
}
#container {
	width: 900px;
	margin: 0 auto;
}

#header {  
	padding: 0;
	position: relative;
}

#header .top-right-image {
	position: absolute;
	top: 0;
	right: 0;
	width: 431px;
	height: 139px;
	background: url(../images/header-top-right-01.jpg) no-repeat 0 0;
}

#top-right-image-01.top-right-image { background-image: url(../images/header-top-right-01.jpg); }
#top-right-image-02.top-right-image { background-image: url(../images/header-top-right-02.jpg); }
#top-right-image-03.top-right-image { background-image: url(../images/header-top-right-03.jpg); }
#top-right-image-04.top-right-image { background-image: url(../images/header-top-right-04.jpg); }
#top-right-image-05.top-right-image { background-image: url(../images/header-top-right-05.jpg); }
#top-right-image-06.top-right-image { background-image: url(../images/header-top-right-06.jpg); }
#top-right-image-07.top-right-image { background-image: url(../images/header-top-right-07.jpg); }
#top-right-image-08.top-right-image { background-image: url(../images/header-top-right-08.jpg); }
#top-right-image-09.top-right-image { background-image: url(../images/header-top-right-09.jpg); }
#top-right-image-10.top-right-image { background-image: url(../images/header-top-right-10.jpg); }

#header ul#top-menu {
	height: 33px;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	background: silver url(../images/bg-menu.gif) repeat-x;
	color: white;
}
#header ul#top-menu li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0;
	background: url(../images/menu-sep.gif) no-repeat right;
	height: 33px;
	line-height: 33px;
}
#header ul#top-menu li a, #header ul#top-menu li a:visited {
	font-size: 12px;
	color: white;
	font-weight: bold;
	padding: 0 20px;
	margin: 0;
	margin-right: 1px;
	text-decoration: none;
	display: block;
	height: 33px;
	line-height: 33px;
	float: left;
}
* > #header ul#top-menu li a, * > #header ul#top-menu li a:visited {
	margin-right: 3px;
}
#header ul#top-menu li a:hover {
	background: url(../images/bg-menu-hover.gif) repeat-x;
	/*color: #449AB2;*/
	color: gray;
}
#header ul#top-menu li.active-elem a, #header ul#top-menu li.active-elem a:visited, #header ul#top-menu li.active-elem a:hover {
	background: url(../images/bg-menu-active.gif) repeat-x;
	color: white;
	cursor: default;
}

#header #logo {

}
#header #sub-logo {
	margin-top: 8px;
	margin-left: 18px;
	font-size: 11px;
	color: gray;
	letter-spacing: 1px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#left-column {
	float: left;
	width: 200px;
	background: white;
	padding: 15px 10px 15px 10px;
	overflow: hidden;
}
#left-column h3 {
	background: #D9B3FF url(../images/bg-left-box.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: white;
	height: 62px;
	line-height: 60px;
	padding-left: 20px;
}
#left-column .box {
	padding-left: 15px;
}

#mainContent {
	float: left;
	width: 630px;
	margin: 20px 0 0 10px;
	padding: 4px 20px 0 20px;
	overflow: hidden;
}
* > #mainContent {
	width: 630px;
}

#mainContent h1 {
	font-size: 24px;
	font-weight: normal;
	font-family: Tahoma, Arial, sans-serif;
	color: gray;
	letter-spacing: 2px;
	padding-bottom: 15px;
	background: url(../images/bg-h1.gif) no-repeat bottom left;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	color: #449AB2;
}

#footer {
	width: 900px;
	padding: 0;
	height: 127px;
	background: #CC99FF url(../images/bg-footer.gif) no-repeat;
	color: white; 
	border-bottom: 1px solid gray;
} 
#footer #footer-content {
	padding: 50px 10px 10px 220px;
	font-size: 10px;
}


#footer a,
#footer a:visited {
	color: white;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.left-menu {
}

.left-menu ul {
	margin: -5px 0 0 0;
	padding: 1px;
	list-style: none;
	border: 1px solid #E6E6E6;
	width: 170px;
}
.left-menu ul li {
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
}

.left-menu ul li a,
.left-menu ul li a:visited {
	display: block;
	height: 25px;
	line-height: 25px;
	color: gray;
	padding: 0px 8px;
	font-weight: bold;
	background: url(../images/bg.gif) repeat-x 50% 100%;
}

.left-menu ul li a:hover {
	background-position: 50% 90%;
}
.left-menu ul li a.link-selected,
.left-menu ul li a.link-selected:visited {
	color: white;
	text-decoration: none;
	/*background: url(../images/bg-menu-active.gif) repeat-x 50% 50%;*/
	background-position: 50% 80%;
}