@charset "UTF-8";
/* CSS Document */


body  {
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D2D9C9;
	background-image: url(../graphics/bg2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

h1 {
	font-size: 25px;
	font-weight: bold;
	color: #4D207A;
	margin-bottom: 12px;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	color: #4D207A;
}

p {
	line-height: 18px;
	padding-bottom: 18px;
}

strong {
	background-color: #D7D7D7;
}

#container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../graphics/header-bg1.gif);
	background-position: right top;
	background-repeat: no-repeat;
	margin-top: 40px;
	margin-bottom: 0;
	margin-left: 40px;
} 

#sidebar1 {
	float: left;
	width: 220px;
}

#sidebar2 {
	float: right;
	width: 185px;
	padding-top: 220px;
}

#sidebar2 ul li {
	display: block;
	overflow: hidden;
	margin-bottom: 4px;
}

#sidebar2 ul a {
	width: 160px;
	display: block;
	float: right;
	background-color: #B4A1C7;
	margin-bottom: 7px;
}

#sidebar2 ul a:hover {
	width: 170px;
}

.selected {
	width: 180px;
	display: block;
	float: right;
	background-color: #B4A1C7;
	margin-bottom: 7px;
}

#mainContent {
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 213px;
}

#footer {
	width: 560px;
	float: right;
	height: 200px;
	margin-top: 40px;
} 

#footer  ul li {
	display: block;
	overflow: hidden;
}

#footer  ul a {
	width: 120px;
	display: block;
	float: right;
}

#footer  ul a:hover {
	width: 110px;
}

.specerPanel {
	background-color: #B4A1C7;
	height: 44px;	
}

.fltrt { 
	float: right;
	margin-left: 8px;
	margin-top: 8px;
}

.fltlft { 
	float: left;
	margin-right: 7px;
	margin-top: 6px;
}

.fltlft2 { 
	float: left;
	margin-top: 6px;
}
.fltlft3 {
	float: left;
	margin-right: 7px;
	margin-top: 6px;
	margin-bottom: 16px;
}
.fltlft4 { 
	float: left;
	margin-top: 6px;
	margin-bottom: 16px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

