body {
	background-color: #d0d4df;
	background-image: url(../img/bg_body.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	overflow: -moz-scrollbars-vertical;
}
#header {
	margin-top: 0px;
	height: 171px;
	text-align: center;
}
/* Styles for main menu starts */
#mainMenu {
	width: 796px;
	height: 21px;
	padding-top: 7px;
	margin: 0 auto;
	background: url(../img/bg_navi.png) no-repeat;
}
#menuLinks {
	margin-left: 270px;
}
#menuLinks a {
	color: #000000;
	text-decoration: none;
	margin-right: 40px;
}
#menuLinks a:hover {
	color: #666666;
}
#menuLinks a.mainMenuSelected {
	color: #860e80;
	margin-right: 40px;
}
span.mainMenuSelected {
	color: #860e80;
	margin-right: 40px;
	cursor: pointer;
}
.SV2010_container {
	cursor: pointer;
	width: 136px;
	height: 133px;
	background: url(../img/SV2010_logo.png) no-repeat;
	margin-top: 30px;
	margin-left: 22px;
}
#top100_container {
	width: 134px;
	height: 135px;
	background: url(../img/TOP100_2010.png) no-repeat;
	margin-top: 30px;
	margin-left: 22px;
}
/* Styles for main menu ends */
/* Styles for general positioning elements starts */
#container {
	width: 754px;
	display: table-cell;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 50px;
}
/* Includes fix for IE min-width */
#wrapper {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 754px;
	border: 1px solid #bebebe;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}
#menuBar {
	margin: 0;
	font-size: 11px;
	width: 200px;
	height: 100%;
	float: left;
	padding-left: 20px;
	list-style-image:url(../img/news_arrow.gif);
}
#footer {
	clear: both;
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
	color: #9A9A9A;
}
/* Styles for general positioning elements ends */
/* Styles for news banner starts */
#news {
	background: url(../img/bg_news.png) no-repeat;
	width: 160px;
	height: 100%;
	border: 1px solid #bcbcbc;
	padding: 20px 10px;
}
#news h1{
	font-size: 18px;
	font-weight: normal;
	color: #720c6d;
	margin-top: 0px;
}
#news ul li{
	margin-top: -10px;
	margin-left: -20px;
}
#news ul li.titleList {
	list-style-image: url(../x.gif);
}
#news a{
	color: #222222;
	text-decoration: none;
}
#news a:hover{
	color: #666666;
	text-decoration: none;
}
span.newsDate {
	color: #720c6d;
}
/* Styles for news banner ends */
/* Styles for sidebar starts */
#sideBarMenu {
	margin-top: 40px;
	width: 180px;
	height: 100%;
	padding: 0px 10px;
}
#sideBarMenu ul li {
	margin-top: 5px;
	margin-left: -25px;
}
#sideBarMenu a{
	color: #555555;
	text-decoration: none;
}
#sideBarMenu a:hover{
	color: #999999;
	text-decoration: underline;
}
span.menuSelected {
	color: #860e80;
	cursor: pointer;
}
span.menuSelected:hover {
	text-decoration: underline;
}
span.menuSelectedInactive {
	color: #860e80;
	cursor: default;
}
/* Styles for sidebar ends */
/* Styles for content area starts */
#content {
	margin: 0;
	width: 467px;
	height: 100%;
	float: right;
	padding-left: 25px;
	padding-right: 40px;
	list-style-image: url(../x.gif);
	/*list-style-image:url(../img/news_arrow.gif);*/
}
#content ul li{
	margin-left: -40px;
}
#content h1 {
	font-size: 18px;
	font-weight: normal;
	color: #720c6d;
	margin-top: 0px;
	margin-bottom: 20px;
}
#content h2 {
	font-size: 14px;
	font-weight: normal;
	color: #720c6d;
	margin-top: 20px;
}
#content h3 {
	font-size: 12px;
	font-weight: normal;
	color: #720c6d;
	margin-top: 20px;
}
#content p {
	margin-bottom: 15px;
}
#content a {
	color: #00869e;
	text-decoration: none;
}
#content a:hover {
	color: #555555;
	text-decoration: underline;
}
#content .newsItemDate {
	font-size: 11px;
	color: #555555;
	margin: 0;
}

/* Styles for content area ends */
#map {
	margin-top: 30px;
}
.profileImage {
	width: 100px; 
	float: right;
	padding: 0px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.contactImage {
	float: left;
	margin-right: 20px;
	border: 1px solid #BCBCBC;
}
div.spacer {
	clear: both; 
	margin-bottom: 10px;
}
span.highlight {
	color: #720C6D;
}