@charset "utf-8";
/*---------------------------------------------Excell Print default css stylesheet--------------------------------------------------*/

/*---------------------Common Layout styles-----------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 840px;
	background-color: #0066CC;
	margin-top: 50px;
}
#wrapper {
	float: left;
	height: auto;
	width: 840px;
	background-image: url(../images/SCGS_background.jpg);
	background-repeat: repeat-y;
}
#lh_col {
	float: left;
	height: auto;
	width: 195px;
	padding-left: 32px;
}
#lh_col  h3 {
	font-size: 12px;
	color: #333333;
}

#latest_news {
	float: left;
	height: auto;
	width: 159px;
	margin-right: 6px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(../images/news_background.jpg);
	background-repeat: repeat-x;
	padding-bottom: 15px;
}
#latest_news ul {
	padding-left: 15px;
	padding-top: 5px;
}

#latest_news h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066CC;
	padding-top: 10px;
}
#lh_col img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
#banner {
	float: left;
	width: 581px;
}
#main {
	float: left;
	height: auto;
	width: 581px;
}
/* IE6 Only */
* html #main {
	width: 587px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -6px;
}
#content {
	float: left;
	height: auto;
	width: 357px;
	padding-top: 30px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-right: 15px;
}
#content p {
	padding-top: 1px;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0066CC;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066CC;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #0066CC;
	padding-top: 4px;
}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #0066CC;
}
#content ul {
	list-style-position: inside;
}

#rh_col {
	float: left;
	height: auto;
	width: 189px;
	padding-bottom: 15px;
	background-image: url(../images/prof_background.jpg);
	background-repeat: repeat-x;
	margin-top: 4px;
}
#rh_wrap {
	float: left;
	height: auto;
	padding-left: 29px;
	padding-top: 20px;
	padding-right: 10px;
}
#rh_wrap h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #0066CC;
	padding-top: 4px;
}
#rh_wrap p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}
#footer {
	color: #C2E1FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 5px;
	width: 840px;
	background-color: #0066CC;
	float: left;
	padding-bottom: 10px;
}
#footer a {
	color: #C2E1FF;
	text-decoration: none;
}
#footer a:Hover {
	text-decoration: underline;
}





/*---------------------Common class's styles-----------------*/

.clear{
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
