body {
	background: url(../images/bg.gif) repeat-x #FFF;
}

/* ---------- Utils ---------- */
.clear {
	clear: both;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.borderNone {
	border: 0px;
}
.width120 {
	width: 120px;
}
.width480 {
	width: 480px;
}

.alignRight {
	text-align: right;
}
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}

.imageBorder {
	margin-top: 10px;
	border: 1px solid #ccc;
	padding: 7px;
	background-color: #eee;
}
.topSpace {
	margin-top: 20px;
}


/* ---------- End of Utils ---------- */

/* ---------- Menu ---------- */

.menu {
	margin-top: 55px;
	font-weight: bold;
	float: left;
	font-size: 10px;
}

.menu a {
	text-decoration: none;
}

.menu ul {
	list-style-type: none;
	display: block;
}

.menu li {
	float: left;
	background-color: #fff;
	padding: 5px;
	margin: 0 5px;
}

.menu li.active {
	background-color: #000;
	color: #fff;
}

.menu li a {
	color: #000;
}

.menu li.active a {
	color: #fff;
}

#submenu {
	padding: 10px 0 0 20px;
	font-weight: normal;
	font-size: 11px;
}

#submenu a {
	text-decoration: none;	
}

#submenu ul {
	list-style-type: none;
	display: block;
}

#submenu li {
	float: left;
	padding: 5px;
	margin: 0 5px;
}

#submenu li.active {
	background: url('../images/btn_selectd_submenu.jpg') repeat-x;
	background-color: #fff;
}

#submenu li a {
	color: #000;
}

/* ---------- End Menu ---------- */

#logo {
	float: left;
	height: 80px;
	width: 210px;
}

#swf {
	height: 275px;
}

#con {
	width: 700px;
	padding: 40px 10px 0 40px;
	margin: 0 auto;
}

#rightbox {
	background-color: #f3f3f3;
	border: 1px solid #c8c8c8;
	margin: 40px 25px 0 0;
	width: 275px;
	float: right;
	padding: 10px;
}

.sub_content {
	padding: 10px 0;
	text-align: justify;
}

.page_title {
	font-family: Georgia, 'Times New Roman', sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.con_head {
	background: url(../images/icon.jpg) no-repeat;
	background-position: 0px 6px;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', sans-serif;
	padding: 0 0 10px 16px;
}

.rb_head {
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', sans-serif;
	margin: 10px;
	text-align: justify;
}

#con ul {
	padding-left: 20px;
}

#con ol {
	padding-left: 12px;
}

#con ol li {
	list-style-type: decimal;
}

.li_head {
	font-size: 14px;
	font-weight: bold;	
}

#con li {
	list-style: disc;
}

.rightim {
	margin-top: 10px;
	text-align: center;
}

#rightbox ul {
	padding: 0 0 0 10px;
}

#rightbox li {
	color: #797777;
	font-size: 11px;
	list-style: disc;
}

#footer {
	margin-top: 40px;
	background: url(../images/footerbg.jpg) repeat-x #e6e6e6;
	font-size: 11px;
}


#footer  a {
	color: #000;
	text-decoration: none;	
}

#footer  a:hover {
	text-decoration: underline;	
}

.footerlinks {
	padding: 10px;
	text-align: center;
}

#ul_circle li {
	list-style-type: circle;
}

#ul_square li {
	list-style-type: square;
}
.newsimage {
	padding-top: 20px;
	text-align: center;
}

.img_people {
	float:right;
	margin:0 0 5px 15px;
	border:2px solid #ccc;
}