/* CSS Document */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
}
a {
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 35px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.current,a.current:hover,a.current:active {
	text-decoration: none;
	color: #FFCC00;
}

#leftSideContent {
	height: 500px;
	width: 383px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#rightSideContent {
	width: 284px;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
	background-color: #FFFFFF;
	font-size: 13px;
	color: #000000;
}
.ital {
	font-style: italic;
}
#rightSideContent a:link {
	color: #2F86AA;
	text-decoration: none;
}
#rightSideContent a:visited {
	color: #2F86AA;
	text-decoration: none;
}
#rightSideContent a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#rightSideContent a:active {
	color: #000000;
	text-decoration: none;
}

